#DB505F
A medium, moderate red closely aligning with Indianred.
About #DB505F
When working with digital screens, the color #DB505F 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 219, 80, and 95.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 63% Magenta, 57% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB505F
RGB219, 80, 95
HSL353.5°, 65.9%, 58.6%
CMYK0%, 63%, 57%, 14%
HSV353.5°, 63.5%, 85.9%
LAB53.6, 55.3, 21.1
XYZ34.1, 21.6, 13.2
Decimal14372959
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.94:1
Text on #FFFFFF
AA Large
5.32:1
Text on #000000
AA
3.77:1
Text on #F8FAFC
AA Large
4.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB505F;
}
.text-color {
color: #DB505F;
}
.border-color {
border: 2px solid #DB505F;
}