Shades of Puce #D1809A
Tints of Puce #D1809A
RGB
CMYK
RGB Variations
Color information
#D1809A (or 0xD1809A) is known color: Puce. HEX triplet: D1, 80 and 9A. RGB value is (209,128,154). Sum of RGB (Red+Green+Blue) = 209+128+154=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D1809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1809A is #2E7F65. Grayscale: #9B9B9B. Windows color (decimal): -3047270 or 10125521. OLE color: 10125521.
HSL color Cylindrical-coordinate representation of color #D1809A: hue angle of 340.74º 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 #D1809A is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 154 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.18 |
| HSL | 340.74º | 0.47% | 0.66% | - |
| HSV(B) | 340.74º | 0.39% | 0.82% | - |
| XYZ | 39.85 | 31.33 | 34.52 | - |
| YUV | 155.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 154 | 0 | 0.39 | 0.26 | 0.18 | 340.74 | 0.47 | 0.66 |
| Hex | D1 | 80 | 9A | 0 | 27 | 1A | 12 | 155 | 2F | 42 |
| Octal | 321 | 200 | 232 | 0 | 47 | 32 | 22 | 525 | 57 | 102 |
| Binary | 11010001 | 10000000 | 10011010 | 0 | 100111 | 11010 | 10010 | 101010101 | 101111 | 1000010 |
Color Harmonies of #D1809A
Complementary color
Monochromatic Colors of #D1809A
Black with #D1809A
Text Example
Text Example
White with #D1809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1809A; }
p { color: rgb(209,128,154); }
H1.HeaderClassName
{
color: #D1809A;
}
.AnyTagClassName
{
color: #D1809A;
}
</style>
background-color css
<style>
a { background-color: #D1809A; }
a { background-color: rgb(209,128,154); }
div.DivClassName
{
background-color: #D1809A;
}
.BgClassName
{
background-color: #D1809A;
}
</style>
border-color css
<style>
span { border-color: #D1809A; }
span { border-color: rgb(209,128,154); }
td.TdClassName
{
border-color: #D1809A;
}
.TagClassName
{
border-color: #D1809A;
}
</style>