#DB076D
A medium, vivid magenta closely aligning with Deeppink.
About #DB076D
Visually, #DB076D is defined as a vivid magenta. It is closely associated with the named CSS color Deeppink. This translates to an RGB value of rgb(219, 7, 109).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 97% magenta, 50% yellow, and 14% black. The HSL representation is 331.1° hue, 93.8% saturation, and 44.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB076D
RGB219, 7, 109
HSL331.1°, 93.8%, 44.3%
CMYK0%, 97%, 50%, 14%
HSV331.1°, 96.8%, 85.9%
LAB47.4, 74.8, 3.9
XYZ32.0, 16.3, 15.9
Decimal14354285
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.93:1
Text on #FFFFFF
AA
4.26:1
Text on #000000
AA Large
4.71:1
Text on #F8FAFC
AA
3.62:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB076D;
}
.text-color {
color: #DB076D;
}
.border-color {
border: 2px solid #DB076D;
}