Shades of Puce #D082A0
Tints of Puce #D082A0
RGB
CMYK
RGB Variations
Color information
#D082A0 (or 0xD082A0) is known color: Puce. HEX triplet: D0, 82 and A0. RGB value is (208,130,160). Sum of RGB (Red+Green+Blue) = 208+130+160=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D082A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D082A0 is #2F7D5F. Grayscale: #9C9C9C. Windows color (decimal): -3112288 or 10519248. OLE color: 10519248.
HSL color Cylindrical-coordinate representation of color #D082A0: hue angle of 336.92º degrees, saturation: 0.45, 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 #D082A0 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 160 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.18 |
| HSL | 336.92º | 0.45% | 0.66% | - |
| HSV(B) | 336.92º | 0.38% | 0.82% | - |
| XYZ | 40.34 | 31.91 | 37.29 | - |
| YUV | 156.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 160 | 0 | 0.38 | 0.23 | 0.18 | 336.92 | 0.45 | 0.66 |
| Hex | D0 | 82 | A0 | 0 | 26 | 17 | 12 | 151 | 2D | 42 |
| Octal | 320 | 202 | 240 | 0 | 46 | 27 | 22 | 521 | 55 | 102 |
| Binary | 11010000 | 10000010 | 10100000 | 0 | 100110 | 10111 | 10010 | 101010001 | 101101 | 1000010 |
Color Harmonies of #D082A0
Complementary color
Monochromatic Colors of #D082A0
Black with #D082A0
Text Example
Text Example
White with #D082A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082A0; }
p { color: rgb(208,130,160); }
H1.HeaderClassName
{
color: #D082A0;
}
.AnyTagClassName
{
color: #D082A0;
}
</style>
background-color css
<style>
a { background-color: #D082A0; }
a { background-color: rgb(208,130,160); }
div.DivClassName
{
background-color: #D082A0;
}
.BgClassName
{
background-color: #D082A0;
}
</style>
border-color css
<style>
span { border-color: #D082A0; }
span { border-color: rgb(208,130,160); }
td.TdClassName
{
border-color: #D082A0;
}
.TagClassName
{
border-color: #D082A0;
}
</style>