Shades of Pale Chestnut #DD9FA1
Tints of Pale Chestnut #DD9FA1
RGB
CMYK
RGB Variations
Color information
#DD9FA1 (or 0xDD9FA1) is known color: Pale Chestnut. HEX triplet: DD, 9F and A1. RGB value is (221,159,161). Sum of RGB (Red+Green+Blue) = 221+159+161=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9FA1 is #22605E. Grayscale: #B1B1B1. Windows color (decimal): -2252895 or 10592221. OLE color: 10592221.
HSL color Cylindrical-coordinate representation of color #DD9FA1: hue angle of 358.06º 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 #DD9FA1 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 161 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.13 |
| HSL | 358.06º | 0.48% | 0.75% | - |
| HSV(B) | 358.06º | 0.28% | 0.87% | - |
| XYZ | 48.65 | 42.74 | 39.4 | - |
| YUV | 177.77 | 118.54 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 161 | 0 | 0.28 | 0.27 | 0.13 | 358.06 | 0.48 | 0.75 |
| Hex | DD | 9F | A1 | 0 | 1C | 1B | D | 166 | 30 | 4B |
| Octal | 335 | 237 | 241 | 0 | 34 | 33 | 15 | 546 | 60 | 113 |
| Binary | 11011101 | 10011111 | 10100001 | 0 | 11100 | 11011 | 1101 | 101100110 | 110000 | 1001011 |
Color Harmonies of #DD9FA1
Complementary color
Monochromatic Colors of #DD9FA1
Black with #DD9FA1
Text Example
Text Example
White with #DD9FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FA1; }
p { color: rgb(221,159,161); }
H1.HeaderClassName
{
color: #DD9FA1;
}
.AnyTagClassName
{
color: #DD9FA1;
}
</style>
background-color css
<style>
a { background-color: #DD9FA1; }
a { background-color: rgb(221,159,161); }
div.DivClassName
{
background-color: #DD9FA1;
}
.BgClassName
{
background-color: #DD9FA1;
}
</style>
border-color css
<style>
span { border-color: #DD9FA1; }
span { border-color: rgb(221,159,161); }
td.TdClassName
{
border-color: #DD9FA1;
}
.TagClassName
{
border-color: #DD9FA1;
}
</style>