Shades of Puce #D47F94
Tints of Puce #D47F94
RGB
CMYK
RGB Variations
Color information
#D47F94 (or 0xD47F94) is known color: Puce. HEX triplet: D4, 7F and 94. RGB value is (212,127,148). Sum of RGB (Red+Green+Blue) = 212+127+148=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47F94 is #2B806B. Grayscale: #9A9A9A. Windows color (decimal): -2850924 or 9732052. OLE color: 9732052.
HSL color Cylindrical-coordinate representation of color #D47F94: hue angle of 345.18º 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 #D47F94 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 148 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.17 |
| HSL | 345.18º | 0.5% | 0.66% | - |
| HSV(B) | 345.18º | 0.4% | 0.83% | - |
| XYZ | 40.09 | 31.31 | 31.95 | - |
| YUV | 154.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 148 | 0 | 0.40 | 0.30 | 0.17 | 345.18 | 0.5 | 0.66 |
| Hex | D4 | 7F | 94 | 0 | 28 | 1E | 11 | 159 | 32 | 42 |
| Octal | 324 | 177 | 224 | 0 | 50 | 36 | 21 | 531 | 62 | 102 |
| Binary | 11010100 | 1111111 | 10010100 | 0 | 101000 | 11110 | 10001 | 101011001 | 110010 | 1000010 |
Color Harmonies of #D47F94
Complementary color
Monochromatic Colors of #D47F94
Black with #D47F94
Text Example
Text Example
White with #D47F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47F94; }
p { color: rgb(212,127,148); }
H1.HeaderClassName
{
color: #D47F94;
}
.AnyTagClassName
{
color: #D47F94;
}
</style>
background-color css
<style>
a { background-color: #D47F94; }
a { background-color: rgb(212,127,148); }
div.DivClassName
{
background-color: #D47F94;
}
.BgClassName
{
background-color: #D47F94;
}
</style>
border-color css
<style>
span { border-color: #D47F94; }
span { border-color: rgb(212,127,148); }
td.TdClassName
{
border-color: #D47F94;
}
.TagClassName
{
border-color: #D47F94;
}
</style>