#DB00A0
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB00A0
At its core, #DB00A0 is a medium and vivid hue. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 219 red, 0 green, and 160 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 100% Magenta, 27% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB00A0
RGB219, 0, 160
HSL316.2°, 100.0%, 42.9%
CMYK0%, 100%, 27%, 14%
HSV316.2°, 100.0%, 85.9%
LAB49.0, 80.1, -24.6
XYZ35.6, 17.6, 34.8
Decimal14352544
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.65:1
Text on #FFFFFF
AA
4.52:1
Text on #000000
AA
4.44:1
Text on #F8FAFC
AA Large
3.84:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB00A0;
}
.text-color {
color: #DB00A0;
}
.border-color {
border: 2px solid #DB00A0;
}