#D33A66
A medium, moderate magenta closely aligning with Indianred.
About #D33A66
When working with digital screens, the color #D33A66 is rendered by mixing light. Its closest recognized web color is Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 58, and 102.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 73% magenta inks. The HSL representation is 342.7° hue, 63.5% saturation, and 52.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D33A66
RGB211, 58, 102
HSL342.7°, 63.5%, 52.7%
CMYK0%, 73%, 52%, 17%
HSV342.7°, 72.5%, 82.7%
LAB49.3, 61.9, 10.7
XYZ30.8, 17.8, 14.4
Decimal13843046
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.60:1
Text on #FFFFFF
AA
4.57:1
Text on #000000
AA
4.39:1
Text on #F8FAFC
AA Large
3.88:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D33A66;
}
.text-color {
color: #D33A66;
}
.border-color {
border: 2px solid #D33A66;
}