Shades of Puce #D47D97
Tints of Puce #D47D97
RGB
CMYK
RGB Variations
Color information
#D47D97 (or 0xD47D97) is known color: Puce. HEX triplet: D4, 7D and 97. RGB value is (212,125,151). Sum of RGB (Red+Green+Blue) = 212+125+151=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47D97 is #2B8268. Grayscale: #999999. Windows color (decimal): -2851433 or 9928148. OLE color: 9928148.
HSL color Cylindrical-coordinate representation of color #D47D97: hue angle of 342.07º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D47D97 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 151 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.17 |
| HSL | 342.07º | 0.5% | 0.66% | - |
| HSV(B) | 342.07º | 0.41% | 0.83% | - |
| XYZ | 40.07 | 30.9 | 33.13 | - |
| YUV | 153.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 151 | 0 | 0.41 | 0.29 | 0.17 | 342.07 | 0.5 | 0.66 |
| Hex | D4 | 7D | 97 | 0 | 29 | 1D | 11 | 156 | 32 | 42 |
| Octal | 324 | 175 | 227 | 0 | 51 | 35 | 21 | 526 | 62 | 102 |
| Binary | 11010100 | 1111101 | 10010111 | 0 | 101001 | 11101 | 10001 | 101010110 | 110010 | 1000010 |
Color Harmonies of #D47D97
Complementary color
Monochromatic Colors of #D47D97
Black with #D47D97
Text Example
Text Example
White with #D47D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47D97; }
p { color: rgb(212,125,151); }
H1.HeaderClassName
{
color: #D47D97;
}
.AnyTagClassName
{
color: #D47D97;
}
</style>
background-color css
<style>
a { background-color: #D47D97; }
a { background-color: rgb(212,125,151); }
div.DivClassName
{
background-color: #D47D97;
}
.BgClassName
{
background-color: #D47D97;
}
</style>
border-color css
<style>
span { border-color: #D47D97; }
span { border-color: rgb(212,125,151); }
td.TdClassName
{
border-color: #D47D97;
}
.TagClassName
{
border-color: #D47D97;
}
</style>