Shades of Pale Chestnut #DF9FA2
Tints of Pale Chestnut #DF9FA2
RGB
CMYK
RGB Variations
Color information
#DF9FA2 (or 0xDF9FA2) is known color: Pale Chestnut. HEX triplet: DF, 9F and A2. RGB value is (223,159,162). Sum of RGB (Red+Green+Blue) = 223+159+162=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 162 (63.67% from 255 or 29.78% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9FA2 is #20605D. Grayscale: #B2B2B2. Windows color (decimal): -2121822 or 10657759. OLE color: 10657759.
HSL color Cylindrical-coordinate representation of color #DF9FA2: hue angle of 357.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9FA2 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 162 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.13 |
| HSL | 357.19º | 0.5% | 0.75% | - |
| HSV(B) | 357.19º | 0.29% | 0.87% | - |
| XYZ | 49.35 | 43.09 | 39.9 | - |
| YUV | 178.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 162 | 0 | 0.29 | 0.27 | 0.13 | 357.19 | 0.5 | 0.75 |
| Hex | DF | 9F | A2 | 0 | 1D | 1B | D | 165 | 32 | 4B |
| Octal | 337 | 237 | 242 | 0 | 35 | 33 | 15 | 545 | 62 | 113 |
| Binary | 11011111 | 10011111 | 10100010 | 0 | 11101 | 11011 | 1101 | 101100101 | 110010 | 1001011 |
Color Harmonies of #DF9FA2
Complementary color
Monochromatic Colors of #DF9FA2
Black with #DF9FA2
Text Example
Text Example
White with #DF9FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FA2; }
p { color: rgb(223,159,162); }
H1.HeaderClassName
{
color: #DF9FA2;
}
.AnyTagClassName
{
color: #DF9FA2;
}
</style>
background-color css
<style>
a { background-color: #DF9FA2; }
a { background-color: rgb(223,159,162); }
div.DivClassName
{
background-color: #DF9FA2;
}
.BgClassName
{
background-color: #DF9FA2;
}
</style>
border-color css
<style>
span { border-color: #DF9FA2; }
span { border-color: rgb(223,159,162); }
td.TdClassName
{
border-color: #DF9FA2;
}
.TagClassName
{
border-color: #DF9FA2;
}
</style>