Shades of Puce #D081A2
Tints of Puce #D081A2
RGB
CMYK
RGB Variations
Color information
#D081A2 (or 0xD081A2) is known color: Puce. HEX triplet: D0, 81 and A2. RGB value is (208,129,162). Sum of RGB (Red+Green+Blue) = 208+129+162=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D081A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D081A2 is #2F7E5D. Grayscale: #9C9C9C. Windows color (decimal): -3112542 or 10650064. OLE color: 10650064.
HSL color Cylindrical-coordinate representation of color #D081A2: hue angle of 334.94º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D081A2 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 162 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.18 |
| HSL | 334.94º | 0.46% | 0.66% | - |
| HSV(B) | 334.94º | 0.38% | 0.82% | - |
| XYZ | 40.38 | 31.72 | 38.18 | - |
| YUV | 156.38 | 131.17 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 162 | 0 | 0.38 | 0.22 | 0.18 | 334.94 | 0.46 | 0.66 |
| Hex | D0 | 81 | A2 | 0 | 26 | 16 | 12 | 14F | 2E | 42 |
| Octal | 320 | 201 | 242 | 0 | 46 | 26 | 22 | 517 | 56 | 102 |
| Binary | 11010000 | 10000001 | 10100010 | 0 | 100110 | 10110 | 10010 | 101001111 | 101110 | 1000010 |
Color Harmonies of #D081A2
Complementary color
Monochromatic Colors of #D081A2
Black with #D081A2
Text Example
Text Example
White with #D081A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081A2; }
p { color: rgb(208,129,162); }
H1.HeaderClassName
{
color: #D081A2;
}
.AnyTagClassName
{
color: #D081A2;
}
</style>
background-color css
<style>
a { background-color: #D081A2; }
a { background-color: rgb(208,129,162); }
div.DivClassName
{
background-color: #D081A2;
}
.BgClassName
{
background-color: #D081A2;
}
</style>
border-color css
<style>
span { border-color: #D081A2; }
span { border-color: rgb(208,129,162); }
td.TdClassName
{
border-color: #D081A2;
}
.TagClassName
{
border-color: #D081A2;
}
</style>