Shades of Puce #D2888D
Tints of Puce #D2888D
RGB
CMYK
RGB Variations
Color information
#D2888D (or 0xD2888D) is known color: Puce. HEX triplet: D2, 88 and 8D. RGB value is (210,136,141). Sum of RGB (Red+Green+Blue) = 210+136+141=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D2888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2888D is #2D7772. Grayscale: #9E9E9E. Windows color (decimal): -2979699 or 9275602. OLE color: 9275602.
HSL color Cylindrical-coordinate representation of color #D2888D: hue angle of 355.95º 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 #D2888D is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 141 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.18 |
| HSL | 355.95º | 0.45% | 0.68% | - |
| HSV(B) | 355.95º | 0.35% | 0.82% | - |
| XYZ | 40.19 | 33.23 | 29.5 | - |
| YUV | 158.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 141 | 0 | 0.35 | 0.33 | 0.18 | 355.95 | 0.45 | 0.68 |
| Hex | D2 | 88 | 8D | 0 | 23 | 21 | 12 | 164 | 2D | 44 |
| Octal | 322 | 210 | 215 | 0 | 43 | 41 | 22 | 544 | 55 | 104 |
| Binary | 11010010 | 10001000 | 10001101 | 0 | 100011 | 100001 | 10010 | 101100100 | 101101 | 1000100 |
Color Harmonies of #D2888D
Complementary color
Monochromatic Colors of #D2888D
Black with #D2888D
Text Example
Text Example
White with #D2888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2888D; }
p { color: rgb(210,136,141); }
H1.HeaderClassName
{
color: #D2888D;
}
.AnyTagClassName
{
color: #D2888D;
}
</style>
background-color css
<style>
a { background-color: #D2888D; }
a { background-color: rgb(210,136,141); }
div.DivClassName
{
background-color: #D2888D;
}
.BgClassName
{
background-color: #D2888D;
}
</style>
border-color css
<style>
span { border-color: #D2888D; }
span { border-color: rgb(210,136,141); }
td.TdClassName
{
border-color: #D2888D;
}
.TagClassName
{
border-color: #D2888D;
}
</style>