#D3335F
A medium, moderate magenta closely aligning with Indianred.
About #D3335F
Visually, #D3335F is defined as a moderate magenta. It is closely associated with the named CSS color Indianred. In the RGB color space, it consists of 211 red, 51 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 76% magenta inks. With a hue angle of 343.5 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#D3335F
RGB211, 51, 95
HSL343.5°, 64.5%, 51.4%
CMYK0%, 76%, 55%, 17%
HSV343.5°, 75.8%, 82.7%
LAB48.3, 63.6, 13.6
XYZ30.1, 17.0, 12.5
Decimal13841247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.76:1
Text on #FFFFFF
AA
4.41:1
Text on #000000
AA Large
4.55:1
Text on #F8FAFC
AA
3.75:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3335F;
}
.text-color {
color: #D3335F;
}
.border-color {
border: 2px solid #D3335F;
}