Shades of Puce #D28299
Tints of Puce #D28299
RGB
CMYK
RGB Variations
Color information
#D28299 (or 0xD28299) is known color: Puce. HEX triplet: D2, 82 and 99. RGB value is (210,130,153). Sum of RGB (Red+Green+Blue) = 210+130+153=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D28299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28299 is #2D7D66. Grayscale: #9C9C9C. Windows color (decimal): -2981223 or 10060498. OLE color: 10060498.
HSL color Cylindrical-coordinate representation of color #D28299: hue angle of 342.75º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28299 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 153 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.18 |
| HSL | 342.75º | 0.47% | 0.67% | - |
| HSV(B) | 342.75º | 0.38% | 0.82% | - |
| XYZ | 40.31 | 31.97 | 34.18 | - |
| YUV | 156.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 153 | 0 | 0.38 | 0.27 | 0.18 | 342.75 | 0.47 | 0.67 |
| Hex | D2 | 82 | 99 | 0 | 26 | 1B | 12 | 157 | 2F | 43 |
| Octal | 322 | 202 | 231 | 0 | 46 | 33 | 22 | 527 | 57 | 103 |
| Binary | 11010010 | 10000010 | 10011001 | 0 | 100110 | 11011 | 10010 | 101010111 | 101111 | 1000011 |
Color Harmonies of #D28299
Complementary color
Monochromatic Colors of #D28299
Black with #D28299
Text Example
Text Example
White with #D28299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28299; }
p { color: rgb(210,130,153); }
H1.HeaderClassName
{
color: #D28299;
}
.AnyTagClassName
{
color: #D28299;
}
</style>
background-color css
<style>
a { background-color: #D28299; }
a { background-color: rgb(210,130,153); }
div.DivClassName
{
background-color: #D28299;
}
.BgClassName
{
background-color: #D28299;
}
</style>
border-color css
<style>
span { border-color: #D28299; }
span { border-color: rgb(210,130,153); }
td.TdClassName
{
border-color: #D28299;
}
.TagClassName
{
border-color: #D28299;
}
</style>