Shades of Puce #D17E9A
Tints of Puce #D17E9A
RGB
CMYK
RGB Variations
Color information
#D17E9A (or 0xD17E9A) is known color: Puce. HEX triplet: D1, 7E and 9A. RGB value is (209,126,154). Sum of RGB (Red+Green+Blue) = 209+126+154=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17E9A is #2E8165. Grayscale: #999999. Windows color (decimal): -3047782 or 10125009. OLE color: 10125009.
HSL color Cylindrical-coordinate representation of color #D17E9A: hue angle of 339.76º 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 #D17E9A is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 126 | 154 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.18 |
| HSL | 339.76º | 0.47% | 0.66% | - |
| HSV(B) | 339.76º | 0.4% | 0.82% | - |
| XYZ | 39.59 | 30.81 | 34.43 | - |
| YUV | 154.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 154 | 0 | 0.40 | 0.26 | 0.18 | 339.76 | 0.47 | 0.66 |
| Hex | D1 | 7E | 9A | 0 | 28 | 1A | 12 | 154 | 2F | 42 |
| Octal | 321 | 176 | 232 | 0 | 50 | 32 | 22 | 524 | 57 | 102 |
| Binary | 11010001 | 1111110 | 10011010 | 0 | 101000 | 11010 | 10010 | 101010100 | 101111 | 1000010 |
Color Harmonies of #D17E9A
Complementary color
Monochromatic Colors of #D17E9A
Black with #D17E9A
Text Example
Text Example
White with #D17E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17E9A; }
p { color: rgb(209,126,154); }
H1.HeaderClassName
{
color: #D17E9A;
}
.AnyTagClassName
{
color: #D17E9A;
}
</style>
background-color css
<style>
a { background-color: #D17E9A; }
a { background-color: rgb(209,126,154); }
div.DivClassName
{
background-color: #D17E9A;
}
.BgClassName
{
background-color: #D17E9A;
}
</style>
border-color css
<style>
span { border-color: #D17E9A; }
span { border-color: rgb(209,126,154); }
td.TdClassName
{
border-color: #D17E9A;
}
.TagClassName
{
border-color: #D17E9A;
}
</style>