Shades of Charm #D47F80
Tints of Charm #D47F80
RGB
CMYK
RGB Variations
Color information
#D47F80 (or 0xD47F80) is known color: Charm. HEX triplet: D4, 7F and 80. RGB value is (212,127,128). Sum of RGB (Red+Green+Blue) = 212+127+128=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47F80 is #2B807F. Grayscale: #989898. Windows color (decimal): -2850944 or 8421332. OLE color: 8421332.
HSL color Cylindrical-coordinate representation of color #D47F80: hue angle of 359.29º 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 #D47F80 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 128 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.17 |
| HSL | 359.29º | 0.5% | 0.66% | - |
| HSV(B) | 359.29º | 0.4% | 0.83% | - |
| XYZ | 38.64 | 30.73 | 24.32 | - |
| YUV | 152.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 128 | 0 | 0.40 | 0.40 | 0.17 | 359.29 | 0.5 | 0.66 |
| Hex | D4 | 7F | 80 | 0 | 28 | 28 | 11 | 167 | 32 | 42 |
| Octal | 324 | 177 | 200 | 0 | 50 | 50 | 21 | 547 | 62 | 102 |
| Binary | 11010100 | 1111111 | 10000000 | 0 | 101000 | 101000 | 10001 | 101100111 | 110010 | 1000010 |
Color Harmonies of #D47F80
Complementary color
Monochromatic Colors of #D47F80
Black with #D47F80
Text Example
Text Example
White with #D47F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47F80; }
p { color: rgb(212,127,128); }
H1.HeaderClassName
{
color: #D47F80;
}
.AnyTagClassName
{
color: #D47F80;
}
</style>
background-color css
<style>
a { background-color: #D47F80; }
a { background-color: rgb(212,127,128); }
div.DivClassName
{
background-color: #D47F80;
}
.BgClassName
{
background-color: #D47F80;
}
</style>
border-color css
<style>
span { border-color: #D47F80; }
span { border-color: rgb(212,127,128); }
td.TdClassName
{
border-color: #D47F80;
}
.TagClassName
{
border-color: #D47F80;
}
</style>