Shades of Puce #D0809B
Tints of Puce #D0809B
RGB
CMYK
RGB Variations
Color information
#D0809B (or 0xD0809B) is known color: Puce. HEX triplet: D0, 80 and 9B. RGB value is (208,128,155). Sum of RGB (Red+Green+Blue) = 208+128+155=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0809B is #2F7F64. Grayscale: #9A9A9A. Windows color (decimal): -3112805 or 10191056. OLE color: 10191056.
HSL color Cylindrical-coordinate representation of color #D0809B: hue angle of 339.75º degrees, saturation: 0.46, 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 #D0809B is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 155 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.18 |
| HSL | 339.75º | 0.46% | 0.66% | - |
| HSV(B) | 339.75º | 0.38% | 0.82% | - |
| XYZ | 39.65 | 31.21 | 34.95 | - |
| YUV | 155 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 155 | 0 | 0.38 | 0.25 | 0.18 | 339.75 | 0.46 | 0.66 |
| Hex | D0 | 80 | 9B | 0 | 26 | 19 | 12 | 154 | 2E | 42 |
| Octal | 320 | 200 | 233 | 0 | 46 | 31 | 22 | 524 | 56 | 102 |
| Binary | 11010000 | 10000000 | 10011011 | 0 | 100110 | 11001 | 10010 | 101010100 | 101110 | 1000010 |
Color Harmonies of #D0809B
Complementary color
Monochromatic Colors of #D0809B
Black with #D0809B
Text Example
Text Example
White with #D0809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0809B; }
p { color: rgb(208,128,155); }
H1.HeaderClassName
{
color: #D0809B;
}
.AnyTagClassName
{
color: #D0809B;
}
</style>
background-color css
<style>
a { background-color: #D0809B; }
a { background-color: rgb(208,128,155); }
div.DivClassName
{
background-color: #D0809B;
}
.BgClassName
{
background-color: #D0809B;
}
</style>
border-color css
<style>
span { border-color: #D0809B; }
span { border-color: rgb(208,128,155); }
td.TdClassName
{
border-color: #D0809B;
}
.TagClassName
{
border-color: #D0809B;
}
</style>