Shades of Puce #D1878D
Tints of Puce #D1878D
RGB
CMYK
RGB Variations
Color information
#D1878D (or 0xD1878D) is known color: Puce. HEX triplet: D1, 87 and 8D. RGB value is (209,135,141). Sum of RGB (Red+Green+Blue) = 209+135+141=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1878D is #2E7872. Grayscale: #9D9D9D. Windows color (decimal): -3045491 or 9275345. OLE color: 9275345.
HSL color Cylindrical-coordinate representation of color #D1878D: hue angle of 355.14º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1878D is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 141 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.18 |
| HSL | 355.14º | 0.45% | 0.67% | - |
| HSV(B) | 355.14º | 0.35% | 0.82% | - |
| XYZ | 39.77 | 32.81 | 29.44 | - |
| YUV | 157.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 141 | 0 | 0.35 | 0.33 | 0.18 | 355.14 | 0.45 | 0.67 |
| Hex | D1 | 87 | 8D | 0 | 23 | 21 | 12 | 163 | 2D | 43 |
| Octal | 321 | 207 | 215 | 0 | 43 | 41 | 22 | 543 | 55 | 103 |
| Binary | 11010001 | 10000111 | 10001101 | 0 | 100011 | 100001 | 10010 | 101100011 | 101101 | 1000011 |
Color Harmonies of #D1878D
Complementary color
Monochromatic Colors of #D1878D
Black with #D1878D
Text Example
Text Example
White with #D1878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1878D; }
p { color: rgb(209,135,141); }
H1.HeaderClassName
{
color: #D1878D;
}
.AnyTagClassName
{
color: #D1878D;
}
</style>
background-color css
<style>
a { background-color: #D1878D; }
a { background-color: rgb(209,135,141); }
div.DivClassName
{
background-color: #D1878D;
}
.BgClassName
{
background-color: #D1878D;
}
</style>
border-color css
<style>
span { border-color: #D1878D; }
span { border-color: rgb(209,135,141); }
td.TdClassName
{
border-color: #D1878D;
}
.TagClassName
{
border-color: #D1878D;
}
</style>