Shades of Puce #D17F93
Tints of Puce #D17F93
RGB
CMYK
RGB Variations
Color information
#D17F93 (or 0xD17F93) is known color: Puce. HEX triplet: D1, 7F and 93. RGB value is (209,127,147). Sum of RGB (Red+Green+Blue) = 209+127+147=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F93 is #2E806C. Grayscale: #999999. Windows color (decimal): -3047533 or 9666513. OLE color: 9666513.
HSL color Cylindrical-coordinate representation of color #D17F93: hue angle of 345.37º 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 #D17F93 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 147 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.18 |
| HSL | 345.37º | 0.47% | 0.66% | - |
| HSV(B) | 345.37º | 0.39% | 0.82% | - |
| XYZ | 39.15 | 30.84 | 31.49 | - |
| YUV | 153.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 147 | 0 | 0.39 | 0.30 | 0.18 | 345.37 | 0.47 | 0.66 |
| Hex | D1 | 7F | 93 | 0 | 27 | 1E | 12 | 159 | 2F | 42 |
| Octal | 321 | 177 | 223 | 0 | 47 | 36 | 22 | 531 | 57 | 102 |
| Binary | 11010001 | 1111111 | 10010011 | 0 | 100111 | 11110 | 10010 | 101011001 | 101111 | 1000010 |
Color Harmonies of #D17F93
Complementary color
Monochromatic Colors of #D17F93
Black with #D17F93
Text Example
Text Example
White with #D17F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17F93; }
p { color: rgb(209,127,147); }
H1.HeaderClassName
{
color: #D17F93;
}
.AnyTagClassName
{
color: #D17F93;
}
</style>
background-color css
<style>
a { background-color: #D17F93; }
a { background-color: rgb(209,127,147); }
div.DivClassName
{
background-color: #D17F93;
}
.BgClassName
{
background-color: #D17F93;
}
</style>
border-color css
<style>
span { border-color: #D17F93; }
span { border-color: rgb(209,127,147); }
td.TdClassName
{
border-color: #D17F93;
}
.TagClassName
{
border-color: #D17F93;
}
</style>