#DB1D99
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB1D99
At its core, #DB1D99 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. Its digital footprint relies on 219 parts red, 29 parts green, and 153 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 87% Magenta, 30% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB1D99
RGB219, 29, 153
HSL320.8°, 76.6%, 48.6%
CMYK0%, 87%, 30%, 14%
HSV320.8°, 86.8%, 85.9%
LAB49.8, 76.2, -19.3
XYZ35.4, 18.2, 31.8
Decimal14359961
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.52:1
Text on #FFFFFF
AA
4.65:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB1D99;
}
.text-color {
color: #DB1D99;
}
.border-color {
border: 2px solid #DB1D99;
}