Shades of Puce #D4868B
Tints of Puce #D4868B
RGB
CMYK
RGB Variations
Color information
#D4868B (or 0xD4868B) is known color: Puce. HEX triplet: D4, 86 and 8B. RGB value is (212,134,139). Sum of RGB (Red+Green+Blue) = 212+134+139=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4868B is #2B7974. Grayscale: #9D9D9D. Windows color (decimal): -2849141 or 9144020. OLE color: 9144020.
HSL color Cylindrical-coordinate representation of color #D4868B: hue angle of 356.15º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4868B is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 134 | 139 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.17 |
| HSL | 356.15º | 0.48% | 0.68% | - |
| HSV(B) | 356.15º | 0.37% | 0.83% | - |
| XYZ | 40.34 | 32.91 | 28.65 | - |
| YUV | 157.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 134 | 139 | 0 | 0.37 | 0.34 | 0.17 | 356.15 | 0.48 | 0.68 |
| Hex | D4 | 86 | 8B | 0 | 25 | 22 | 11 | 164 | 30 | 44 |
| Octal | 324 | 206 | 213 | 0 | 45 | 42 | 21 | 544 | 60 | 104 |
| Binary | 11010100 | 10000110 | 10001011 | 0 | 100101 | 100010 | 10001 | 101100100 | 110000 | 1000100 |
Color Harmonies of #D4868B
Complementary color
Monochromatic Colors of #D4868B
Black with #D4868B
Text Example
Text Example
White with #D4868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4868B; }
p { color: rgb(212,134,139); }
H1.HeaderClassName
{
color: #D4868B;
}
.AnyTagClassName
{
color: #D4868B;
}
</style>
background-color css
<style>
a { background-color: #D4868B; }
a { background-color: rgb(212,134,139); }
div.DivClassName
{
background-color: #D4868B;
}
.BgClassName
{
background-color: #D4868B;
}
</style>
border-color css
<style>
span { border-color: #D4868B; }
span { border-color: rgb(212,134,139); }
td.TdClassName
{
border-color: #D4868B;
}
.TagClassName
{
border-color: #D4868B;
}
</style>