Shades of Puce #D1809C
Tints of Puce #D1809C
RGB
CMYK
RGB Variations
Color information
#D1809C (or 0xD1809C) is known color: Puce. HEX triplet: D1, 80 and 9C. RGB value is (209,128,156). Sum of RGB (Red+Green+Blue) = 209+128+156=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1809C is #2E7F63. Grayscale: #9B9B9B. Windows color (decimal): -3047268 or 10256593. OLE color: 10256593.
HSL color Cylindrical-coordinate representation of color #D1809C: hue angle of 339.26º 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 #D1809C is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 156 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.18 |
| HSL | 339.26º | 0.47% | 0.66% | - |
| HSV(B) | 339.26º | 0.39% | 0.82% | - |
| XYZ | 40.01 | 31.39 | 35.4 | - |
| YUV | 155.41 | 128.34 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 156 | 0 | 0.39 | 0.25 | 0.18 | 339.26 | 0.47 | 0.66 |
| Hex | D1 | 80 | 9C | 0 | 27 | 19 | 12 | 153 | 2F | 42 |
| Octal | 321 | 200 | 234 | 0 | 47 | 31 | 22 | 523 | 57 | 102 |
| Binary | 11010001 | 10000000 | 10011100 | 0 | 100111 | 11001 | 10010 | 101010011 | 101111 | 1000010 |
Color Harmonies of #D1809C
Complementary color
Monochromatic Colors of #D1809C
Black with #D1809C
Text Example
Text Example
White with #D1809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1809C; }
p { color: rgb(209,128,156); }
H1.HeaderClassName
{
color: #D1809C;
}
.AnyTagClassName
{
color: #D1809C;
}
</style>
background-color css
<style>
a { background-color: #D1809C; }
a { background-color: rgb(209,128,156); }
div.DivClassName
{
background-color: #D1809C;
}
.BgClassName
{
background-color: #D1809C;
}
</style>
border-color css
<style>
span { border-color: #D1809C; }
span { border-color: rgb(209,128,156); }
td.TdClassName
{
border-color: #D1809C;
}
.TagClassName
{
border-color: #D1809C;
}
</style>