Shades of Puce #D08098
Tints of Puce #D08098
RGB
CMYK
RGB Variations
Color information
#D08098 (or 0xD08098) is known color: Puce. HEX triplet: D0, 80 and 98. RGB value is (208,128,152). Sum of RGB (Red+Green+Blue) = 208+128+152=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D08098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08098 is #2F7F67. Grayscale: #9A9A9A. Windows color (decimal): -3112808 or 9994448. OLE color: 9994448.
HSL color Cylindrical-coordinate representation of color #D08098: hue angle of 342º 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 #D08098 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 152 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.18 |
| HSL | 342º | 0.46% | 0.66% | - |
| HSV(B) | 342º | 0.38% | 0.82% | - |
| XYZ | 39.4 | 31.12 | 33.64 | - |
| YUV | 154.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 152 | 0 | 0.38 | 0.27 | 0.18 | 342 | 0.46 | 0.66 |
| Hex | D0 | 80 | 98 | 0 | 26 | 1B | 12 | 156 | 2E | 42 |
| Octal | 320 | 200 | 230 | 0 | 46 | 33 | 22 | 526 | 56 | 102 |
| Binary | 11010000 | 10000000 | 10011000 | 0 | 100110 | 11011 | 10010 | 101010110 | 101110 | 1000010 |
Color Harmonies of #D08098
Complementary color
Monochromatic Colors of #D08098
Black with #D08098
Text Example
Text Example
White with #D08098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08098; }
p { color: rgb(208,128,152); }
H1.HeaderClassName
{
color: #D08098;
}
.AnyTagClassName
{
color: #D08098;
}
</style>
background-color css
<style>
a { background-color: #D08098; }
a { background-color: rgb(208,128,152); }
div.DivClassName
{
background-color: #D08098;
}
.BgClassName
{
background-color: #D08098;
}
</style>
border-color css
<style>
span { border-color: #D08098; }
span { border-color: rgb(208,128,152); }
td.TdClassName
{
border-color: #D08098;
}
.TagClassName
{
border-color: #D08098;
}
</style>