Shades of Puce #D2858C
Tints of Puce #D2858C
RGB
CMYK
RGB Variations
Color information
#D2858C (or 0xD2858C) is known color: Puce. HEX triplet: D2, 85 and 8C. RGB value is (210,133,140). Sum of RGB (Red+Green+Blue) = 210+133+140=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2858C is #2D7A73. Grayscale: #9C9C9C. Windows color (decimal): -2980468 or 9209298. OLE color: 9209298.
HSL color Cylindrical-coordinate representation of color #D2858C: hue angle of 354.55º degrees, saturation: 0.46, 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 #D2858C is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 140 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.18 |
| HSL | 354.55º | 0.46% | 0.67% | - |
| HSV(B) | 354.55º | 0.37% | 0.82% | - |
| XYZ | 39.7 | 32.37 | 28.97 | - |
| YUV | 156.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 140 | 0 | 0.37 | 0.33 | 0.18 | 354.55 | 0.46 | 0.67 |
| Hex | D2 | 85 | 8C | 0 | 25 | 21 | 12 | 163 | 2E | 43 |
| Octal | 322 | 205 | 214 | 0 | 45 | 41 | 22 | 543 | 56 | 103 |
| Binary | 11010010 | 10000101 | 10001100 | 0 | 100101 | 100001 | 10010 | 101100011 | 101110 | 1000011 |
Color Harmonies of #D2858C
Complementary color
Monochromatic Colors of #D2858C
Black with #D2858C
Text Example
Text Example
White with #D2858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2858C; }
p { color: rgb(210,133,140); }
H1.HeaderClassName
{
color: #D2858C;
}
.AnyTagClassName
{
color: #D2858C;
}
</style>
background-color css
<style>
a { background-color: #D2858C; }
a { background-color: rgb(210,133,140); }
div.DivClassName
{
background-color: #D2858C;
}
.BgClassName
{
background-color: #D2858C;
}
</style>
border-color css
<style>
span { border-color: #D2858C; }
span { border-color: rgb(210,133,140); }
td.TdClassName
{
border-color: #D2858C;
}
.TagClassName
{
border-color: #D2858C;
}
</style>