Shades of Pale Chestnut #DF9FA1
Tints of Pale Chestnut #DF9FA1
RGB
CMYK
RGB Variations
Color information
#DF9FA1 (or 0xDF9FA1) is known color: Pale Chestnut. HEX triplet: DF, 9F and A1. RGB value is (223,159,161). Sum of RGB (Red+Green+Blue) = 223+159+161=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9FA1 is #20605E. Grayscale: #B2B2B2. Windows color (decimal): -2121823 or 10592223. OLE color: 10592223.
HSL color Cylindrical-coordinate representation of color #DF9FA1: hue angle of 358.12º 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 #DF9FA1 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 161 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.13 |
| HSL | 358.13º | 0.5% | 0.75% | - |
| HSV(B) | 358.13º | 0.29% | 0.87% | - |
| XYZ | 49.26 | 43.06 | 39.43 | - |
| YUV | 178.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 161 | 0 | 0.29 | 0.28 | 0.13 | 358.13 | 0.5 | 0.75 |
| Hex | DF | 9F | A1 | 0 | 1D | 1C | D | 166 | 32 | 4B |
| Octal | 337 | 237 | 241 | 0 | 35 | 34 | 15 | 546 | 62 | 113 |
| Binary | 11011111 | 10011111 | 10100001 | 0 | 11101 | 11100 | 1101 | 101100110 | 110010 | 1001011 |
Color Harmonies of #DF9FA1
Complementary color
Monochromatic Colors of #DF9FA1
Black with #DF9FA1
Text Example
Text Example
White with #DF9FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FA1; }
p { color: rgb(223,159,161); }
H1.HeaderClassName
{
color: #DF9FA1;
}
.AnyTagClassName
{
color: #DF9FA1;
}
</style>
background-color css
<style>
a { background-color: #DF9FA1; }
a { background-color: rgb(223,159,161); }
div.DivClassName
{
background-color: #DF9FA1;
}
.BgClassName
{
background-color: #DF9FA1;
}
</style>
border-color css
<style>
span { border-color: #DF9FA1; }
span { border-color: rgb(223,159,161); }
td.TdClassName
{
border-color: #DF9FA1;
}
.TagClassName
{
border-color: #DF9FA1;
}
</style>