#DB0F6D
A medium, vivid magenta closely aligning with Deeppink.
About #DB0F6D
The hex code #DB0F6D represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Deeppink. In the RGB color space, it consists of 219 red, 15 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 93% magenta, 50% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB0F6D
RGB219, 15, 109
HSL332.4°, 87.2%, 45.9%
CMYK0%, 93%, 50%, 14%
HSV332.4°, 93.2%, 85.9%
LAB47.6, 74.1, 4.3
XYZ32.1, 16.5, 16.0
Decimal14356333
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.88:1
Text on #FFFFFF
AA
4.30:1
Text on #000000
AA Large
4.67:1
Text on #F8FAFC
AA
3.66:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0F6D;
}
.text-color {
color: #DB0F6D;
}
.border-color {
border: 2px solid #DB0F6D;
}