Shades of Puce #D17F96
Tints of Puce #D17F96
RGB
CMYK
RGB Variations
Color information
#D17F96 (or 0xD17F96) is known color: Puce. HEX triplet: D1, 7F and 96. RGB value is (209,127,150). Sum of RGB (Red+Green+Blue) = 209+127+150=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F96 is #2E8069. Grayscale: #9A9A9A. Windows color (decimal): -3047530 or 9863121. OLE color: 9863121.
HSL color Cylindrical-coordinate representation of color #D17F96: hue angle of 343.17º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D17F96 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 150 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.18 |
| HSL | 343.17º | 0.47% | 0.66% | - |
| HSV(B) | 343.17º | 0.39% | 0.82% | - |
| XYZ | 39.39 | 30.94 | 32.75 | - |
| YUV | 154.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 150 | 0 | 0.39 | 0.28 | 0.18 | 343.17 | 0.47 | 0.66 |
| Hex | D1 | 7F | 96 | 0 | 27 | 1C | 12 | 157 | 2F | 42 |
| Octal | 321 | 177 | 226 | 0 | 47 | 34 | 22 | 527 | 57 | 102 |
| Binary | 11010001 | 1111111 | 10010110 | 0 | 100111 | 11100 | 10010 | 101010111 | 101111 | 1000010 |
Color Harmonies of #D17F96
Complementary color
Monochromatic Colors of #D17F96
Black with #D17F96
Text Example
Text Example
White with #D17F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17F96; }
p { color: rgb(209,127,150); }
H1.HeaderClassName
{
color: #D17F96;
}
.AnyTagClassName
{
color: #D17F96;
}
</style>
background-color css
<style>
a { background-color: #D17F96; }
a { background-color: rgb(209,127,150); }
div.DivClassName
{
background-color: #D17F96;
}
.BgClassName
{
background-color: #D17F96;
}
</style>
border-color css
<style>
span { border-color: #D17F96; }
span { border-color: rgb(209,127,150); }
td.TdClassName
{
border-color: #D17F96;
}
.TagClassName
{
border-color: #D17F96;
}
</style>