#DB9292
A light, moderate red closely aligning with Rosybrown.
About #DB9292
Visually, #DB9292 is defined as a moderate red. Its closest recognized web color is Rosybrown. This translates to an RGB value of rgb(219, 146, 146).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 33% M, 33% Y, and 14% K. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#DB9292
RGB219, 146, 146
HSL0.0°, 50.3%, 71.6%
CMYK0%, 33%, 33%, 14%
HSV0.0°, 33.3%, 85.9%
LAB67.8, 27.6, 11.3
XYZ44.7, 37.7, 32.1
Decimal14389906
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.46:1
Text on #FFFFFF
FAIL
8.54:1
Text on #000000
AAA
2.35:1
Text on #F8FAFC
FAIL
7.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB9292;
}
.text-color {
color: #DB9292;
}
.border-color {
border: 2px solid #DB9292;
}