Shades of Pale Chestnut #DB9FA2
Tints of Pale Chestnut #DB9FA2
RGB
CMYK
RGB Variations
Color information
#DB9FA2 (or 0xDB9FA2) is known color: Pale Chestnut. HEX triplet: DB, 9F and A2. RGB value is (219,159,162). Sum of RGB (Red+Green+Blue) = 219+159+162=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9FA2 is #24605D. Grayscale: #B1B1B1. Windows color (decimal): -2383966 or 10657755. OLE color: 10657755.
HSL color Cylindrical-coordinate representation of color #DB9FA2: hue angle of 357º 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 #DB9FA2 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 159 | 162 | - |
CMYK | 0 | 0.27 | 0.26 | 0.14 |
HSL | 357º | 0.45% | 0.74% | - |
HSV(B) | 357º | 0.27% | 0.86% | - |
XYZ | 48.13 | 42.46 | 39.84 | - |
YUV | 177.28 | 119.38 | 157.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 159 | 162 | 0 | 0.27 | 0.26 | 0.14 | 357 | 0.45 | 0.74 |
Hex | DB | 9F | A2 | 0 | 1B | 1A | E | 165 | 2D | 4A |
Octal | 333 | 237 | 242 | 0 | 33 | 32 | 16 | 545 | 55 | 112 |
Binary | 11011011 | 10011111 | 10100010 | 0 | 11011 | 11010 | 1110 | 101100101 | 101101 | 1001010 |
Color Harmonies of #DB9FA2
Complementary color
Monochromatic Colors of #DB9FA2
Black with #DB9FA2
Text Example
Text Example
White with #DB9FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FA2; }
p { color: rgb(219,159,162); }
H1.HeaderClassName
{
color: #DB9FA2;
}
.AnyTagClassName
{
color: #DB9FA2;
}
</style>
background-color css
<style>
a { background-color: #DB9FA2; }
a { background-color: rgb(219,159,162); }
div.DivClassName
{
background-color: #DB9FA2;
}
.BgClassName
{
background-color: #DB9FA2;
}
</style>
border-color css
<style>
span { border-color: #DB9FA2; }
span { border-color: rgb(219,159,162); }
td.TdClassName
{
border-color: #DB9FA2;
}
.TagClassName
{
border-color: #DB9FA2;
}
</style>