Shades of Puce #D17E9F
Tints of Puce #D17E9F
RGB
CMYK
RGB Variations
Color information
#D17E9F (or 0xD17E9F) is known color: Puce. HEX triplet: D1, 7E and 9F. RGB value is (209,126,159). Sum of RGB (Red+Green+Blue) = 209+126+159=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17E9F is #2E8160. Grayscale: #9A9A9A. Windows color (decimal): -3047777 or 10452689. OLE color: 10452689.
HSL color Cylindrical-coordinate representation of color #D17E9F: hue angle of 336.14º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17E9F is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 126 | 159 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.18 |
| HSL | 336.14º | 0.47% | 0.66% | - |
| HSV(B) | 336.14º | 0.4% | 0.82% | - |
| XYZ | 40.01 | 30.98 | 36.67 | - |
| YUV | 154.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 159 | 0 | 0.40 | 0.24 | 0.18 | 336.14 | 0.47 | 0.66 |
| Hex | D1 | 7E | 9F | 0 | 28 | 18 | 12 | 150 | 2F | 42 |
| Octal | 321 | 176 | 237 | 0 | 50 | 30 | 22 | 520 | 57 | 102 |
| Binary | 11010001 | 1111110 | 10011111 | 0 | 101000 | 11000 | 10010 | 101010000 | 101111 | 1000010 |
Color Harmonies of #D17E9F
Complementary color
Monochromatic Colors of #D17E9F
Black with #D17E9F
Text Example
Text Example
White with #D17E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17E9F; }
p { color: rgb(209,126,159); }
H1.HeaderClassName
{
color: #D17E9F;
}
.AnyTagClassName
{
color: #D17E9F;
}
</style>
background-color css
<style>
a { background-color: #D17E9F; }
a { background-color: rgb(209,126,159); }
div.DivClassName
{
background-color: #D17E9F;
}
.BgClassName
{
background-color: #D17E9F;
}
</style>
border-color css
<style>
span { border-color: #D17E9F; }
span { border-color: rgb(209,126,159); }
td.TdClassName
{
border-color: #D17E9F;
}
.TagClassName
{
border-color: #D17E9F;
}
</style>