Shades of Puce #D17F98
Tints of Puce #D17F98
RGB
CMYK
RGB Variations
Color information
#D17F98 (or 0xD17F98) is known color: Puce. HEX triplet: D1, 7F and 98. RGB value is (209,127,152). Sum of RGB (Red+Green+Blue) = 209+127+152=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F98 is #2E8067. Grayscale: #9A9A9A. Windows color (decimal): -3047528 or 9994193. OLE color: 9994193.
HSL color Cylindrical-coordinate representation of color #D17F98: hue angle of 341.71º 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 #D17F98 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 152 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.18 |
| HSL | 341.71º | 0.47% | 0.66% | - |
| HSV(B) | 341.71º | 0.39% | 0.82% | - |
| XYZ | 39.55 | 31 | 33.6 | - |
| YUV | 154.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 152 | 0 | 0.39 | 0.27 | 0.18 | 341.71 | 0.47 | 0.66 |
| Hex | D1 | 7F | 98 | 0 | 27 | 1B | 12 | 156 | 2F | 42 |
| Octal | 321 | 177 | 230 | 0 | 47 | 33 | 22 | 526 | 57 | 102 |
| Binary | 11010001 | 1111111 | 10011000 | 0 | 100111 | 11011 | 10010 | 101010110 | 101111 | 1000010 |
Color Harmonies of #D17F98
Complementary color
Monochromatic Colors of #D17F98
Black with #D17F98
Text Example
Text Example
White with #D17F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17F98; }
p { color: rgb(209,127,152); }
H1.HeaderClassName
{
color: #D17F98;
}
.AnyTagClassName
{
color: #D17F98;
}
</style>
background-color css
<style>
a { background-color: #D17F98; }
a { background-color: rgb(209,127,152); }
div.DivClassName
{
background-color: #D17F98;
}
.BgClassName
{
background-color: #D17F98;
}
</style>
border-color css
<style>
span { border-color: #D17F98; }
span { border-color: rgb(209,127,152); }
td.TdClassName
{
border-color: #D17F98;
}
.TagClassName
{
border-color: #D17F98;
}
</style>