#D30F5F
A medium, vivid magenta closely aligning with Deeppink.
About #D30F5F
The hex code #D30F5F represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Deeppink. This translates to an RGB value of rgb(211, 15, 95).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 93% M, 55% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D30F5F
RGB211, 15, 95
HSL335.5°, 86.7%, 44.3%
CMYK0%, 93%, 55%, 17%
HSV335.5°, 92.9%, 82.7%
LAB45.7, 71.2, 9.9
XYZ29.1, 15.0, 12.2
Decimal13832031
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.25:1
Text on #FFFFFF
AA
4.00:1
Text on #000000
AA Large
5.01:1
Text on #F8FAFC
AA
3.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D30F5F;
}
.text-color {
color: #D30F5F;
}
.border-color {
border: 2px solid #D30F5F;
}