Shades of Puce #D0839B
Tints of Puce #D0839B
RGB
CMYK
RGB Variations
Color information
#D0839B (or 0xD0839B) is known color: Puce. HEX triplet: D0, 83 and 9B. RGB value is (208,131,155). Sum of RGB (Red+Green+Blue) = 208+131+155=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0839B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0839B is #2F7C64. Grayscale: #9C9C9C. Windows color (decimal): -3112037 or 10191824. OLE color: 10191824.
HSL color Cylindrical-coordinate representation of color #D0839B: hue angle of 341.3º 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 #D0839B is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 155 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.18 |
| HSL | 341.3º | 0.45% | 0.66% | - |
| HSV(B) | 341.3º | 0.37% | 0.82% | - |
| XYZ | 40.05 | 32.01 | 35.08 | - |
| YUV | 156.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 155 | 0 | 0.37 | 0.25 | 0.18 | 341.3 | 0.45 | 0.66 |
| Hex | D0 | 83 | 9B | 0 | 25 | 19 | 12 | 155 | 2D | 42 |
| Octal | 320 | 203 | 233 | 0 | 45 | 31 | 22 | 525 | 55 | 102 |
| Binary | 11010000 | 10000011 | 10011011 | 0 | 100101 | 11001 | 10010 | 101010101 | 101101 | 1000010 |
Color Harmonies of #D0839B
Complementary color
Monochromatic Colors of #D0839B
Black with #D0839B
Text Example
Text Example
White with #D0839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0839B; }
p { color: rgb(208,131,155); }
H1.HeaderClassName
{
color: #D0839B;
}
.AnyTagClassName
{
color: #D0839B;
}
</style>
background-color css
<style>
a { background-color: #D0839B; }
a { background-color: rgb(208,131,155); }
div.DivClassName
{
background-color: #D0839B;
}
.BgClassName
{
background-color: #D0839B;
}
</style>
border-color css
<style>
span { border-color: #D0839B; }
span { border-color: rgb(208,131,155); }
td.TdClassName
{
border-color: #D0839B;
}
.TagClassName
{
border-color: #D0839B;
}
</style>