Shades of Puce #D17F9F
Tints of Puce #D17F9F
RGB
CMYK
RGB Variations
Color information
#D17F9F (or 0xD17F9F) is known color: Puce. HEX triplet: D1, 7F and 9F. RGB value is (209,127,159). Sum of RGB (Red+Green+Blue) = 209+127+159=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F9F is #2E8060. Grayscale: #9B9B9B. Windows color (decimal): -3047521 or 10452945. OLE color: 10452945.
HSL color Cylindrical-coordinate representation of color #D17F9F: hue angle of 336.59º 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 #D17F9F is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 159 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.18 |
| HSL | 336.59º | 0.47% | 0.66% | - |
| HSV(B) | 336.59º | 0.39% | 0.82% | - |
| XYZ | 40.14 | 31.24 | 36.71 | - |
| YUV | 155.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 159 | 0 | 0.39 | 0.24 | 0.18 | 336.59 | 0.47 | 0.66 |
| Hex | D1 | 7F | 9F | 0 | 27 | 18 | 12 | 151 | 2F | 42 |
| Octal | 321 | 177 | 237 | 0 | 47 | 30 | 22 | 521 | 57 | 102 |
| Binary | 11010001 | 1111111 | 10011111 | 0 | 100111 | 11000 | 10010 | 101010001 | 101111 | 1000010 |
Color Harmonies of #D17F9F
Complementary color
Monochromatic Colors of #D17F9F
Black with #D17F9F
Text Example
Text Example
White with #D17F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17F9F; }
p { color: rgb(209,127,159); }
H1.HeaderClassName
{
color: #D17F9F;
}
.AnyTagClassName
{
color: #D17F9F;
}
</style>
background-color css
<style>
a { background-color: #D17F9F; }
a { background-color: rgb(209,127,159); }
div.DivClassName
{
background-color: #D17F9F;
}
.BgClassName
{
background-color: #D17F9F;
}
</style>
border-color css
<style>
span { border-color: #D17F9F; }
span { border-color: rgb(209,127,159); }
td.TdClassName
{
border-color: #D17F9F;
}
.TagClassName
{
border-color: #D17F9F;
}
</style>