Shades of Puce #D0839C
Tints of Puce #D0839C
RGB
CMYK
RGB Variations
Color information
#D0839C (or 0xD0839C) is known color: Puce. HEX triplet: D0, 83 and 9C. RGB value is (208,131,156). Sum of RGB (Red+Green+Blue) = 208+131+156=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0839C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0839C is #2F7C63. Grayscale: #9C9C9C. Windows color (decimal): -3112036 or 10257360. OLE color: 10257360.
HSL color Cylindrical-coordinate representation of color #D0839C: hue angle of 340.52º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0839C is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 156 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.18 |
| HSL | 340.52º | 0.45% | 0.66% | - |
| HSV(B) | 340.52º | 0.37% | 0.82% | - |
| XYZ | 40.13 | 32.04 | 35.52 | - |
| YUV | 156.87 | 127.51 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 156 | 0 | 0.37 | 0.25 | 0.18 | 340.52 | 0.45 | 0.66 |
| Hex | D0 | 83 | 9C | 0 | 25 | 19 | 12 | 155 | 2D | 42 |
| Octal | 320 | 203 | 234 | 0 | 45 | 31 | 22 | 525 | 55 | 102 |
| Binary | 11010000 | 10000011 | 10011100 | 0 | 100101 | 11001 | 10010 | 101010101 | 101101 | 1000010 |
Color Harmonies of #D0839C
Complementary color
Monochromatic Colors of #D0839C
Black with #D0839C
Text Example
Text Example
White with #D0839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0839C; }
p { color: rgb(208,131,156); }
H1.HeaderClassName
{
color: #D0839C;
}
.AnyTagClassName
{
color: #D0839C;
}
</style>
background-color css
<style>
a { background-color: #D0839C; }
a { background-color: rgb(208,131,156); }
div.DivClassName
{
background-color: #D0839C;
}
.BgClassName
{
background-color: #D0839C;
}
</style>
border-color css
<style>
span { border-color: #D0839C; }
span { border-color: rgb(208,131,156); }
td.TdClassName
{
border-color: #D0839C;
}
.TagClassName
{
border-color: #D0839C;
}
</style>