Shades of Puce #D2868D
Tints of Puce #D2868D
RGB
CMYK
RGB Variations
Color information
#D2868D (or 0xD2868D) is known color: Puce. HEX triplet: D2, 86 and 8D. RGB value is (210,134,141). Sum of RGB (Red+Green+Blue) = 210+134+141=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2868D is #2D7972. Grayscale: #9D9D9D. Windows color (decimal): -2980211 or 9275090. OLE color: 9275090.
HSL color Cylindrical-coordinate representation of color #D2868D: hue angle of 354.47º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2868D is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 141 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.18 |
| HSL | 354.47º | 0.46% | 0.67% | - |
| HSV(B) | 354.47º | 0.36% | 0.82% | - |
| XYZ | 39.91 | 32.67 | 29.4 | - |
| YUV | 157.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 141 | 0 | 0.36 | 0.33 | 0.18 | 354.47 | 0.46 | 0.67 |
| Hex | D2 | 86 | 8D | 0 | 24 | 21 | 12 | 162 | 2E | 43 |
| Octal | 322 | 206 | 215 | 0 | 44 | 41 | 22 | 542 | 56 | 103 |
| Binary | 11010010 | 10000110 | 10001101 | 0 | 100100 | 100001 | 10010 | 101100010 | 101110 | 1000011 |
Color Harmonies of #D2868D
Complementary color
Monochromatic Colors of #D2868D
Black with #D2868D
Text Example
Text Example
White with #D2868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2868D; }
p { color: rgb(210,134,141); }
H1.HeaderClassName
{
color: #D2868D;
}
.AnyTagClassName
{
color: #D2868D;
}
</style>
background-color css
<style>
a { background-color: #D2868D; }
a { background-color: rgb(210,134,141); }
div.DivClassName
{
background-color: #D2868D;
}
.BgClassName
{
background-color: #D2868D;
}
</style>
border-color css
<style>
span { border-color: #D2868D; }
span { border-color: rgb(210,134,141); }
td.TdClassName
{
border-color: #D2868D;
}
.TagClassName
{
border-color: #D2868D;
}
</style>