#DB0075
A medium, vivid magenta closely aligning with Deeppink.
About #DB0075
The hex code #DB0075 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Deeppink. Its digital footprint relies on 219 parts red, 0 parts green, and 117 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 100% Magenta, 47% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB0075
RGB219, 0, 117
HSL327.9°, 100.0%, 42.9%
CMYK0%, 100%, 47%, 14%
HSV327.9°, 100.0%, 85.9%
LAB47.4, 76.0, -1.0
XYZ32.4, 16.3, 18.3
Decimal14352501
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.92:1
Text on #FFFFFF
AA
4.27:1
Text on #000000
AA Large
4.70:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0075;
}
.text-color {
color: #DB0075;
}
.border-color {
border: 2px solid #DB0075;
}