#D399A0
A light, moderate red closely aligning with Rosybrown.
About #D399A0
The precise color #D399A0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Rosybrown. This translates to an RGB value of rgb(211, 153, 160).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 27% magenta, 24% yellow, and 17% black. With a hue angle of 352.8 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D399A0
RGB211, 153, 160
HSL352.8°, 39.7%, 71.4%
CMYK0%, 27%, 24%, 17%
HSV352.8°, 27.5%, 82.7%
LAB68.9, 22.7, 4.9
XYZ44.6, 39.2, 38.5
Decimal13867424
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.38:1
Text on #FFFFFF
FAIL
8.83:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D399A0;
}
.text-color {
color: #D399A0;
}
.border-color {
border: 2px solid #D399A0;
}