#DB005F
A medium, vivid magenta closely aligning with Crimson.
About #DB005F
The hex code #DB005F represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 0, and 95.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 100% M, 57% Y, and 14% K. With a hue angle of 334.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB005F
RGB219, 0, 95
HSL334.0°, 100.0%, 42.9%
CMYK0%, 100%, 57%, 14%
HSV334.0°, 100.0%, 85.9%
LAB46.8, 74.4, 11.8
XYZ31.3, 15.9, 12.2
Decimal14352479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.03:1
Text on #FFFFFF
AA
4.18:1
Text on #000000
AA Large
4.80:1
Text on #F8FAFC
AA
3.55:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB005F;
}
.text-color {
color: #DB005F;
}
.border-color {
border: 2px solid #DB005F;
}