Shades of Puce #D2888E
Tints of Puce #D2888E
RGB
CMYK
RGB Variations
Color information
#D2888E (or 0xD2888E) is known color: Puce. HEX triplet: D2, 88 and 8E. RGB value is (210,136,142). Sum of RGB (Red+Green+Blue) = 210+136+142=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D2888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2888E is #2D7771. Grayscale: #9E9E9E. Windows color (decimal): -2979698 or 9341138. OLE color: 9341138.
HSL color Cylindrical-coordinate representation of color #D2888E: hue angle of 355.14º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2888E is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 142 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.18 |
| HSL | 355.14º | 0.45% | 0.68% | - |
| HSV(B) | 355.14º | 0.35% | 0.82% | - |
| XYZ | 40.26 | 33.26 | 29.89 | - |
| YUV | 158.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 142 | 0 | 0.35 | 0.32 | 0.18 | 355.14 | 0.45 | 0.68 |
| Hex | D2 | 88 | 8E | 0 | 23 | 20 | 12 | 163 | 2D | 44 |
| Octal | 322 | 210 | 216 | 0 | 43 | 40 | 22 | 543 | 55 | 104 |
| Binary | 11010010 | 10001000 | 10001110 | 0 | 100011 | 100000 | 10010 | 101100011 | 101101 | 1000100 |
Color Harmonies of #D2888E
Complementary color
Monochromatic Colors of #D2888E
Black with #D2888E
Text Example
Text Example
White with #D2888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2888E; }
p { color: rgb(210,136,142); }
H1.HeaderClassName
{
color: #D2888E;
}
.AnyTagClassName
{
color: #D2888E;
}
</style>
background-color css
<style>
a { background-color: #D2888E; }
a { background-color: rgb(210,136,142); }
div.DivClassName
{
background-color: #D2888E;
}
.BgClassName
{
background-color: #D2888E;
}
</style>
border-color css
<style>
span { border-color: #D2888E; }
span { border-color: rgb(210,136,142); }
td.TdClassName
{
border-color: #D2888E;
}
.TagClassName
{
border-color: #D2888E;
}
</style>