Shades of Puce #D08499
Tints of Puce #D08499
RGB
CMYK
RGB Variations
Color information
#D08499 (or 0xD08499) is known color: Puce. HEX triplet: D0, 84 and 99. RGB value is (208,132,153). Sum of RGB (Red+Green+Blue) = 208+132+153=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D08499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08499 is #2F7B66. Grayscale: #9D9D9D. Windows color (decimal): -3111783 or 10061008. OLE color: 10061008.
HSL color Cylindrical-coordinate representation of color #D08499: hue angle of 343.42º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D08499 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 153 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.18 |
| HSL | 343.42º | 0.45% | 0.67% | - |
| HSV(B) | 343.42º | 0.37% | 0.82% | - |
| XYZ | 40.01 | 32.21 | 34.25 | - |
| YUV | 157.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 153 | 0 | 0.37 | 0.26 | 0.18 | 343.42 | 0.45 | 0.67 |
| Hex | D0 | 84 | 99 | 0 | 25 | 1A | 12 | 157 | 2D | 43 |
| Octal | 320 | 204 | 231 | 0 | 45 | 32 | 22 | 527 | 55 | 103 |
| Binary | 11010000 | 10000100 | 10011001 | 0 | 100101 | 11010 | 10010 | 101010111 | 101101 | 1000011 |
Color Harmonies of #D08499
Complementary color
Monochromatic Colors of #D08499
Black with #D08499
Text Example
Text Example
White with #D08499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08499; }
p { color: rgb(208,132,153); }
H1.HeaderClassName
{
color: #D08499;
}
.AnyTagClassName
{
color: #D08499;
}
</style>
background-color css
<style>
a { background-color: #D08499; }
a { background-color: rgb(208,132,153); }
div.DivClassName
{
background-color: #D08499;
}
.BgClassName
{
background-color: #D08499;
}
</style>
border-color css
<style>
span { border-color: #D08499; }
span { border-color: rgb(208,132,153); }
td.TdClassName
{
border-color: #D08499;
}
.TagClassName
{
border-color: #D08499;
}
</style>