#DB0F49
A medium, vivid magenta closely aligning with Crimson.
About #DB0F49
The precise color #DB0F49 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Crimson. This translates to an RGB value of rgb(219, 15, 73).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 93% M, 67% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#DB0F49
RGB219, 15, 73
HSL342.9°, 87.2%, 45.9%
CMYK0%, 93%, 67%, 14%
HSV342.9°, 93.2%, 85.9%
LAB46.8, 71.9, 25.4
XYZ30.6, 15.9, 7.8
Decimal14356297
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.81:1
Text on #F8FAFC
AA
3.55:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0F49;
}
.text-color {
color: #DB0F49;
}
.border-color {
border: 2px solid #DB0F49;
}