Shades of Puce #D0858D
Tints of Puce #D0858D
RGB
CMYK
RGB Variations
Color information
#D0858D (or 0xD0858D) is known color: Puce. HEX triplet: D0, 85 and 8D. RGB value is (208,133,141). Sum of RGB (Red+Green+Blue) = 208+133+141=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0858D is #2F7A72. Grayscale: #9C9C9C. Windows color (decimal): -3111539 or 9274832. OLE color: 9274832.
HSL color Cylindrical-coordinate representation of color #D0858D: hue angle of 353.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0858D is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 141 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.18 |
| HSL | 353.6º | 0.44% | 0.67% | - |
| HSV(B) | 353.6º | 0.36% | 0.82% | - |
| XYZ | 39.21 | 32.11 | 29.33 | - |
| YUV | 156.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 141 | 0 | 0.36 | 0.32 | 0.18 | 353.6 | 0.44 | 0.67 |
| Hex | D0 | 85 | 8D | 0 | 24 | 20 | 12 | 162 | 2C | 43 |
| Octal | 320 | 205 | 215 | 0 | 44 | 40 | 22 | 542 | 54 | 103 |
| Binary | 11010000 | 10000101 | 10001101 | 0 | 100100 | 100000 | 10010 | 101100010 | 101100 | 1000011 |
Color Harmonies of #D0858D
Complementary color
Monochromatic Colors of #D0858D
Black with #D0858D
Text Example
Text Example
White with #D0858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0858D; }
p { color: rgb(208,133,141); }
H1.HeaderClassName
{
color: #D0858D;
}
.AnyTagClassName
{
color: #D0858D;
}
</style>
background-color css
<style>
a { background-color: #D0858D; }
a { background-color: rgb(208,133,141); }
div.DivClassName
{
background-color: #D0858D;
}
.BgClassName
{
background-color: #D0858D;
}
</style>
border-color css
<style>
span { border-color: #D0858D; }
span { border-color: rgb(208,133,141); }
td.TdClassName
{
border-color: #D0858D;
}
.TagClassName
{
border-color: #D0858D;
}
</style>