Shades of Puce #D0829F
Tints of Puce #D0829F
RGB
CMYK
RGB Variations
Color information
#D0829F (or 0xD0829F) is known color: Puce. HEX triplet: D0, 82 and 9F. RGB value is (208,130,159). Sum of RGB (Red+Green+Blue) = 208+130+159=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0829F is #2F7D60. Grayscale: #9C9C9C. Windows color (decimal): -3112289 or 10453712. OLE color: 10453712.
HSL color Cylindrical-coordinate representation of color #D0829F: hue angle of 337.69º 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 #D0829F is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 159 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.18 |
| HSL | 337.69º | 0.45% | 0.66% | - |
| HSV(B) | 337.69º | 0.38% | 0.82% | - |
| XYZ | 40.25 | 31.88 | 36.83 | - |
| YUV | 156.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 159 | 0 | 0.38 | 0.24 | 0.18 | 337.69 | 0.45 | 0.66 |
| Hex | D0 | 82 | 9F | 0 | 26 | 18 | 12 | 152 | 2D | 42 |
| Octal | 320 | 202 | 237 | 0 | 46 | 30 | 22 | 522 | 55 | 102 |
| Binary | 11010000 | 10000010 | 10011111 | 0 | 100110 | 11000 | 10010 | 101010010 | 101101 | 1000010 |
Color Harmonies of #D0829F
Complementary color
Monochromatic Colors of #D0829F
Black with #D0829F
Text Example
Text Example
White with #D0829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0829F; }
p { color: rgb(208,130,159); }
H1.HeaderClassName
{
color: #D0829F;
}
.AnyTagClassName
{
color: #D0829F;
}
</style>
background-color css
<style>
a { background-color: #D0829F; }
a { background-color: rgb(208,130,159); }
div.DivClassName
{
background-color: #D0829F;
}
.BgClassName
{
background-color: #D0829F;
}
</style>
border-color css
<style>
span { border-color: #D0829F; }
span { border-color: rgb(208,130,159); }
td.TdClassName
{
border-color: #D0829F;
}
.TagClassName
{
border-color: #D0829F;
}
</style>