Shades of Puce #D2888C
Tints of Puce #D2888C
RGB
CMYK
RGB Variations
Color information
#D2888C (or 0xD2888C) is known color: Puce. HEX triplet: D2, 88 and 8C. RGB value is (210,136,140). Sum of RGB (Red+Green+Blue) = 210+136+140=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2888C is #2D7773. Grayscale: #9E9E9E. Windows color (decimal): -2979700 or 9210066. OLE color: 9210066.
HSL color Cylindrical-coordinate representation of color #D2888C: hue angle of 356.76º 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 #D2888C is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 140 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.18 |
| HSL | 356.76º | 0.45% | 0.68% | - |
| HSV(B) | 356.76º | 0.35% | 0.82% | - |
| XYZ | 40.12 | 33.2 | 29.11 | - |
| YUV | 158.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 140 | 0 | 0.35 | 0.33 | 0.18 | 356.76 | 0.45 | 0.68 |
| Hex | D2 | 88 | 8C | 0 | 23 | 21 | 12 | 165 | 2D | 44 |
| Octal | 322 | 210 | 214 | 0 | 43 | 41 | 22 | 545 | 55 | 104 |
| Binary | 11010010 | 10001000 | 10001100 | 0 | 100011 | 100001 | 10010 | 101100101 | 101101 | 1000100 |
Color Harmonies of #D2888C
Complementary color
Monochromatic Colors of #D2888C
Black with #D2888C
Text Example
Text Example
White with #D2888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2888C; }
p { color: rgb(210,136,140); }
H1.HeaderClassName
{
color: #D2888C;
}
.AnyTagClassName
{
color: #D2888C;
}
</style>
background-color css
<style>
a { background-color: #D2888C; }
a { background-color: rgb(210,136,140); }
div.DivClassName
{
background-color: #D2888C;
}
.BgClassName
{
background-color: #D2888C;
}
</style>
border-color css
<style>
span { border-color: #D2888C; }
span { border-color: rgb(210,136,140); }
td.TdClassName
{
border-color: #D2888C;
}
.TagClassName
{
border-color: #D2888C;
}
</style>