Shades of Puce #D17C98
Tints of Puce #D17C98
RGB
CMYK
RGB Variations
Color information
#D17C98 (or 0xD17C98) is known color: Puce. HEX triplet: D1, 7C and 98. RGB value is (209,124,152). Sum of RGB (Red+Green+Blue) = 209+124+152=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17C98 is #2E8367. Grayscale: #989898. Windows color (decimal): -3048296 or 9993425. OLE color: 9993425.
HSL color Cylindrical-coordinate representation of color #D17C98: hue angle of 340.24º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D17C98 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 124 | 152 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.18 |
| HSL | 340.24º | 0.48% | 0.65% | - |
| HSV(B) | 340.24º | 0.41% | 0.82% | - |
| XYZ | 39.17 | 30.24 | 33.48 | - |
| YUV | 152.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 152 | 0 | 0.41 | 0.27 | 0.18 | 340.24 | 0.48 | 0.65 |
| Hex | D1 | 7C | 98 | 0 | 29 | 1B | 12 | 154 | 30 | 41 |
| Octal | 321 | 174 | 230 | 0 | 51 | 33 | 22 | 524 | 60 | 101 |
| Binary | 11010001 | 1111100 | 10011000 | 0 | 101001 | 11011 | 10010 | 101010100 | 110000 | 1000001 |
Color Harmonies of #D17C98
Complementary color
Monochromatic Colors of #D17C98
Black with #D17C98
Text Example
Text Example
White with #D17C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17C98; }
p { color: rgb(209,124,152); }
H1.HeaderClassName
{
color: #D17C98;
}
.AnyTagClassName
{
color: #D17C98;
}
</style>
background-color css
<style>
a { background-color: #D17C98; }
a { background-color: rgb(209,124,152); }
div.DivClassName
{
background-color: #D17C98;
}
.BgClassName
{
background-color: #D17C98;
}
</style>
border-color css
<style>
span { border-color: #D17C98; }
span { border-color: rgb(209,124,152); }
td.TdClassName
{
border-color: #D17C98;
}
.TagClassName
{
border-color: #D17C98;
}
</style>