Shades of Puce #D1809E
Tints of Puce #D1809E
RGB
CMYK
RGB Variations
Color information
#D1809E (or 0xD1809E) is known color: Puce. HEX triplet: D1, 80 and 9E. RGB value is (209,128,158). Sum of RGB (Red+Green+Blue) = 209+128+158=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1809E is #2E7F61. Grayscale: #9B9B9B. Windows color (decimal): -3047266 or 10387665. OLE color: 10387665.
HSL color Cylindrical-coordinate representation of color #D1809E: hue angle of 337.78º 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 #D1809E is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 158 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.18 |
| HSL | 337.78º | 0.47% | 0.66% | - |
| HSV(B) | 337.78º | 0.39% | 0.82% | - |
| XYZ | 40.19 | 31.46 | 36.3 | - |
| YUV | 155.64 | 129.34 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 158 | 0 | 0.39 | 0.24 | 0.18 | 337.78 | 0.47 | 0.66 |
| Hex | D1 | 80 | 9E | 0 | 27 | 18 | 12 | 152 | 2F | 42 |
| Octal | 321 | 200 | 236 | 0 | 47 | 30 | 22 | 522 | 57 | 102 |
| Binary | 11010001 | 10000000 | 10011110 | 0 | 100111 | 11000 | 10010 | 101010010 | 101111 | 1000010 |
Color Harmonies of #D1809E
Complementary color
Monochromatic Colors of #D1809E
Black with #D1809E
Text Example
Text Example
White with #D1809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1809E; }
p { color: rgb(209,128,158); }
H1.HeaderClassName
{
color: #D1809E;
}
.AnyTagClassName
{
color: #D1809E;
}
</style>
background-color css
<style>
a { background-color: #D1809E; }
a { background-color: rgb(209,128,158); }
div.DivClassName
{
background-color: #D1809E;
}
.BgClassName
{
background-color: #D1809E;
}
</style>
border-color css
<style>
span { border-color: #D1809E; }
span { border-color: rgb(209,128,158); }
td.TdClassName
{
border-color: #D1809E;
}
.TagClassName
{
border-color: #D1809E;
}
</style>