Shades of Puce #D1809D
Tints of Puce #D1809D
RGB
CMYK
RGB Variations
Color information
#D1809D (or 0xD1809D) is known color: Puce. HEX triplet: D1, 80 and 9D. RGB value is (209,128,157). Sum of RGB (Red+Green+Blue) = 209+128+157=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D1809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1809D is #2E7F62. Grayscale: #9B9B9B. Windows color (decimal): -3047267 or 10322129. OLE color: 10322129.
HSL color Cylindrical-coordinate representation of color #D1809D: hue angle of 338.52º 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 #D1809D is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 157 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.18 |
| HSL | 338.52º | 0.47% | 0.66% | - |
| HSV(B) | 338.52º | 0.39% | 0.82% | - |
| XYZ | 40.1 | 31.43 | 35.85 | - |
| YUV | 155.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 157 | 0 | 0.39 | 0.25 | 0.18 | 338.52 | 0.47 | 0.66 |
| Hex | D1 | 80 | 9D | 0 | 27 | 19 | 12 | 153 | 2F | 42 |
| Octal | 321 | 200 | 235 | 0 | 47 | 31 | 22 | 523 | 57 | 102 |
| Binary | 11010001 | 10000000 | 10011101 | 0 | 100111 | 11001 | 10010 | 101010011 | 101111 | 1000010 |
Color Harmonies of #D1809D
Complementary color
Monochromatic Colors of #D1809D
Black with #D1809D
Text Example
Text Example
White with #D1809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1809D; }
p { color: rgb(209,128,157); }
H1.HeaderClassName
{
color: #D1809D;
}
.AnyTagClassName
{
color: #D1809D;
}
</style>
background-color css
<style>
a { background-color: #D1809D; }
a { background-color: rgb(209,128,157); }
div.DivClassName
{
background-color: #D1809D;
}
.BgClassName
{
background-color: #D1809D;
}
</style>
border-color css
<style>
span { border-color: #D1809D; }
span { border-color: rgb(209,128,157); }
td.TdClassName
{
border-color: #D1809D;
}
.TagClassName
{
border-color: #D1809D;
}
</style>