#DB245F
A medium, vivid magenta closely aligning with Crimson.
About #DB245F
At its core, #DB245F is a medium and vivid hue. It is closely associated with the named CSS color Crimson. This translates to an RGB value of rgb(219, 36, 95).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 84% Magenta, 57% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#DB245F
RGB219, 36, 95
HSL340.7°, 71.8%, 50.0%
CMYK0%, 84%, 57%, 14%
HSV340.7°, 83.6%, 85.9%
LAB48.4, 69.7, 14.0
XYZ31.9, 17.1, 12.5
Decimal14361695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.74:1
Text on #FFFFFF
AA
4.43:1
Text on #000000
AA Large
4.53:1
Text on #F8FAFC
AA
3.77:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB245F;
}
.text-color {
color: #DB245F;
}
.border-color {
border: 2px solid #DB245F;
}