Shades of Puce #D47F96
Tints of Puce #D47F96
RGB
CMYK
RGB Variations
Color information
#D47F96 (or 0xD47F96) is known color: Puce. HEX triplet: D4, 7F and 96. RGB value is (212,127,150). Sum of RGB (Red+Green+Blue) = 212+127+150=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47F96 is #2B8069. Grayscale: #9B9B9B. Windows color (decimal): -2850922 or 9863124. OLE color: 9863124.
HSL color Cylindrical-coordinate representation of color #D47F96: hue angle of 343.76º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D47F96 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 150 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.17 |
| HSL | 343.76º | 0.5% | 0.66% | - |
| HSV(B) | 343.76º | 0.4% | 0.83% | - |
| XYZ | 40.25 | 31.38 | 32.79 | - |
| YUV | 155.04 | 125.16 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 150 | 0 | 0.40 | 0.29 | 0.17 | 343.76 | 0.5 | 0.66 |
| Hex | D4 | 7F | 96 | 0 | 28 | 1D | 11 | 158 | 32 | 42 |
| Octal | 324 | 177 | 226 | 0 | 50 | 35 | 21 | 530 | 62 | 102 |
| Binary | 11010100 | 1111111 | 10010110 | 0 | 101000 | 11101 | 10001 | 101011000 | 110010 | 1000010 |
Color Harmonies of #D47F96
Complementary color
Monochromatic Colors of #D47F96
Black with #D47F96
Text Example
Text Example
White with #D47F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47F96; }
p { color: rgb(212,127,150); }
H1.HeaderClassName
{
color: #D47F96;
}
.AnyTagClassName
{
color: #D47F96;
}
</style>
background-color css
<style>
a { background-color: #D47F96; }
a { background-color: rgb(212,127,150); }
div.DivClassName
{
background-color: #D47F96;
}
.BgClassName
{
background-color: #D47F96;
}
</style>
border-color css
<style>
span { border-color: #D47F96; }
span { border-color: rgb(212,127,150); }
td.TdClassName
{
border-color: #D47F96;
}
.TagClassName
{
border-color: #D47F96;
}
</style>