Shades of Puce #D080A0
Tints of Puce #D080A0
RGB
CMYK
RGB Variations
Color information
#D080A0 (or 0xD080A0) is known color: Puce. HEX triplet: D0, 80 and A0. RGB value is (208,128,160). Sum of RGB (Red+Green+Blue) = 208+128+160=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D080A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D080A0 is #2F7F5F. Grayscale: #9B9B9B. Windows color (decimal): -3112800 or 10518736. OLE color: 10518736.
HSL color Cylindrical-coordinate representation of color #D080A0: hue angle of 336º 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 #D080A0 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 160 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.18 |
| HSL | 336º | 0.46% | 0.66% | - |
| HSV(B) | 336º | 0.38% | 0.82% | - |
| XYZ | 40.08 | 31.39 | 37.2 | - |
| YUV | 155.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 160 | 0 | 0.38 | 0.23 | 0.18 | 336 | 0.46 | 0.66 |
| Hex | D0 | 80 | A0 | 0 | 26 | 17 | 12 | 150 | 2E | 42 |
| Octal | 320 | 200 | 240 | 0 | 46 | 27 | 22 | 520 | 56 | 102 |
| Binary | 11010000 | 10000000 | 10100000 | 0 | 100110 | 10111 | 10010 | 101010000 | 101110 | 1000010 |
Color Harmonies of #D080A0
Complementary color
Monochromatic Colors of #D080A0
Black with #D080A0
Text Example
Text Example
White with #D080A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080A0; }
p { color: rgb(208,128,160); }
H1.HeaderClassName
{
color: #D080A0;
}
.AnyTagClassName
{
color: #D080A0;
}
</style>
background-color css
<style>
a { background-color: #D080A0; }
a { background-color: rgb(208,128,160); }
div.DivClassName
{
background-color: #D080A0;
}
.BgClassName
{
background-color: #D080A0;
}
</style>
border-color css
<style>
span { border-color: #D080A0; }
span { border-color: rgb(208,128,160); }
td.TdClassName
{
border-color: #D080A0;
}
.TagClassName
{
border-color: #D080A0;
}
</style>