Shades of Puce #D0859A
Tints of Puce #D0859A
RGB
CMYK
RGB Variations
Color information
#D0859A (or 0xD0859A) is known color: Puce. HEX triplet: D0, 85 and 9A. RGB value is (208,133,154). Sum of RGB (Red+Green+Blue) = 208+133+154=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0859A is #2F7A65. Grayscale: #9D9D9D. Windows color (decimal): -3111526 or 10126800. OLE color: 10126800.
HSL color Cylindrical-coordinate representation of color #D0859A: hue angle of 343.2º 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 #D0859A is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 154 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.18 |
| HSL | 343.2º | 0.44% | 0.67% | - |
| HSV(B) | 343.2º | 0.36% | 0.82% | - |
| XYZ | 40.23 | 32.52 | 34.73 | - |
| YUV | 157.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 154 | 0 | 0.36 | 0.26 | 0.18 | 343.2 | 0.44 | 0.67 |
| Hex | D0 | 85 | 9A | 0 | 24 | 1A | 12 | 157 | 2C | 43 |
| Octal | 320 | 205 | 232 | 0 | 44 | 32 | 22 | 527 | 54 | 103 |
| Binary | 11010000 | 10000101 | 10011010 | 0 | 100100 | 11010 | 10010 | 101010111 | 101100 | 1000011 |
Color Harmonies of #D0859A
Complementary color
Monochromatic Colors of #D0859A
Black with #D0859A
Text Example
Text Example
White with #D0859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0859A; }
p { color: rgb(208,133,154); }
H1.HeaderClassName
{
color: #D0859A;
}
.AnyTagClassName
{
color: #D0859A;
}
</style>
background-color css
<style>
a { background-color: #D0859A; }
a { background-color: rgb(208,133,154); }
div.DivClassName
{
background-color: #D0859A;
}
.BgClassName
{
background-color: #D0859A;
}
</style>
border-color css
<style>
span { border-color: #D0859A; }
span { border-color: rgb(208,133,154); }
td.TdClassName
{
border-color: #D0859A;
}
.TagClassName
{
border-color: #D0859A;
}
</style>