Shades of Pale Chestnut #DB9FA3
Tints of Pale Chestnut #DB9FA3
RGB
CMYK
RGB Variations
Color information
#DB9FA3 (or 0xDB9FA3) is known color: Pale Chestnut. HEX triplet: DB, 9F and A3. RGB value is (219,159,163). Sum of RGB (Red+Green+Blue) = 219+159+163=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9FA3 is #24605C. Grayscale: #B1B1B1. Windows color (decimal): -2383965 or 10723291. OLE color: 10723291.
HSL color Cylindrical-coordinate representation of color #DB9FA3: hue angle of 356º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FA3 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 159 | 163 | - |
CMYK | 0 | 0.27 | 0.26 | 0.14 |
HSL | 356º | 0.45% | 0.74% | - |
HSV(B) | 356º | 0.27% | 0.86% | - |
XYZ | 48.22 | 42.5 | 40.31 | - |
YUV | 177.4 | 119.88 | 157.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 159 | 163 | 0 | 0.27 | 0.26 | 0.14 | 356 | 0.45 | 0.74 |
Hex | DB | 9F | A3 | 0 | 1B | 1A | E | 164 | 2D | 4A |
Octal | 333 | 237 | 243 | 0 | 33 | 32 | 16 | 544 | 55 | 112 |
Binary | 11011011 | 10011111 | 10100011 | 0 | 11011 | 11010 | 1110 | 101100100 | 101101 | 1001010 |
Color Harmonies of #DB9FA3
Complementary color
Monochromatic Colors of #DB9FA3
Black with #DB9FA3
Text Example
Text Example
White with #DB9FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FA3; }
p { color: rgb(219,159,163); }
H1.HeaderClassName
{
color: #DB9FA3;
}
.AnyTagClassName
{
color: #DB9FA3;
}
</style>
background-color css
<style>
a { background-color: #DB9FA3; }
a { background-color: rgb(219,159,163); }
div.DivClassName
{
background-color: #DB9FA3;
}
.BgClassName
{
background-color: #DB9FA3;
}
</style>
border-color css
<style>
span { border-color: #DB9FA3; }
span { border-color: rgb(219,159,163); }
td.TdClassName
{
border-color: #DB9FA3;
}
.TagClassName
{
border-color: #DB9FA3;
}
</style>