Shades of Puce #D17F9D
Tints of Puce #D17F9D
RGB
CMYK
RGB Variations
Color information
#D17F9D (or 0xD17F9D) is known color: Puce. HEX triplet: D1, 7F and 9D. RGB value is (209,127,157). Sum of RGB (Red+Green+Blue) = 209+127+157=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F9D is #2E8062. Grayscale: #9A9A9A. Windows color (decimal): -3047523 or 10321873. OLE color: 10321873.
HSL color Cylindrical-coordinate representation of color #D17F9D: hue angle of 338.05º 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 #D17F9D is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 157 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.18 |
| HSL | 338.05º | 0.47% | 0.66% | - |
| HSV(B) | 338.05º | 0.39% | 0.82% | - |
| XYZ | 39.97 | 31.17 | 35.81 | - |
| YUV | 154.94 | 129.17 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 157 | 0 | 0.39 | 0.25 | 0.18 | 338.05 | 0.47 | 0.66 |
| Hex | D1 | 7F | 9D | 0 | 27 | 19 | 12 | 152 | 2F | 42 |
| Octal | 321 | 177 | 235 | 0 | 47 | 31 | 22 | 522 | 57 | 102 |
| Binary | 11010001 | 1111111 | 10011101 | 0 | 100111 | 11001 | 10010 | 101010010 | 101111 | 1000010 |
Color Harmonies of #D17F9D
Complementary color
Monochromatic Colors of #D17F9D
Black with #D17F9D
Text Example
Text Example
White with #D17F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17F9D; }
p { color: rgb(209,127,157); }
H1.HeaderClassName
{
color: #D17F9D;
}
.AnyTagClassName
{
color: #D17F9D;
}
</style>
background-color css
<style>
a { background-color: #D17F9D; }
a { background-color: rgb(209,127,157); }
div.DivClassName
{
background-color: #D17F9D;
}
.BgClassName
{
background-color: #D17F9D;
}
</style>
border-color css
<style>
span { border-color: #D17F9D; }
span { border-color: rgb(209,127,157); }
td.TdClassName
{
border-color: #D17F9D;
}
.TagClassName
{
border-color: #D17F9D;
}
</style>