Shades of Pale Chestnut #DD9FA2
Tints of Pale Chestnut #DD9FA2
RGB
CMYK
RGB Variations
Color information
#DD9FA2 (or 0xDD9FA2) is known color: Pale Chestnut. HEX triplet: DD, 9F and A2. RGB value is (221,159,162). Sum of RGB (Red+Green+Blue) = 221+159+162=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 162 (63.67% from 255 or 29.89% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9FA2 is #22605D. Grayscale: #B1B1B1. Windows color (decimal): -2252894 or 10657757. OLE color: 10657757.
HSL color Cylindrical-coordinate representation of color #DD9FA2: hue angle of 357.1º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DD9FA2 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 162 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.13 |
| HSL | 357.1º | 0.48% | 0.75% | - |
| HSV(B) | 357.1º | 0.28% | 0.87% | - |
| XYZ | 48.74 | 42.78 | 39.87 | - |
| YUV | 177.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 162 | 0 | 0.28 | 0.27 | 0.13 | 357.1 | 0.48 | 0.75 |
| Hex | DD | 9F | A2 | 0 | 1C | 1B | D | 165 | 30 | 4B |
| Octal | 335 | 237 | 242 | 0 | 34 | 33 | 15 | 545 | 60 | 113 |
| Binary | 11011101 | 10011111 | 10100010 | 0 | 11100 | 11011 | 1101 | 101100101 | 110000 | 1001011 |
Color Harmonies of #DD9FA2
Complementary color
Monochromatic Colors of #DD9FA2
Black with #DD9FA2
Text Example
Text Example
White with #DD9FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FA2; }
p { color: rgb(221,159,162); }
H1.HeaderClassName
{
color: #DD9FA2;
}
.AnyTagClassName
{
color: #DD9FA2;
}
</style>
background-color css
<style>
a { background-color: #DD9FA2; }
a { background-color: rgb(221,159,162); }
div.DivClassName
{
background-color: #DD9FA2;
}
.BgClassName
{
background-color: #DD9FA2;
}
</style>
border-color css
<style>
span { border-color: #DD9FA2; }
span { border-color: rgb(221,159,162); }
td.TdClassName
{
border-color: #DD9FA2;
}
.TagClassName
{
border-color: #DD9FA2;
}
</style>