Shades of Charm #D47E7F
Tints of Charm #D47E7F
RGB
CMYK
RGB Variations
Color information
#D47E7F (or 0xD47E7F) is known color: Charm. HEX triplet: D4, 7E and 7F. RGB value is (212,126,127). Sum of RGB (Red+Green+Blue) = 212+126+127=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47E7F is #2B8180. Grayscale: #979797. Windows color (decimal): -2851201 or 8355540. OLE color: 8355540.
HSL color Cylindrical-coordinate representation of color #D47E7F: hue angle of 359.3º 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 #D47E7F is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 126 | 127 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.17 |
| HSL | 359.3º | 0.5% | 0.66% | - |
| HSV(B) | 359.3º | 0.41% | 0.83% | - |
| XYZ | 38.44 | 30.45 | 23.93 | - |
| YUV | 151.83 | 113.99 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 127 | 0 | 0.41 | 0.40 | 0.17 | 359.3 | 0.5 | 0.66 |
| Hex | D4 | 7E | 7F | 0 | 29 | 28 | 11 | 167 | 32 | 42 |
| Octal | 324 | 176 | 177 | 0 | 51 | 50 | 21 | 547 | 62 | 102 |
| Binary | 11010100 | 1111110 | 1111111 | 0 | 101001 | 101000 | 10001 | 101100111 | 110010 | 1000010 |
Color Harmonies of #D47E7F
Complementary color
Monochromatic Colors of #D47E7F
Black with #D47E7F
Text Example
Text Example
White with #D47E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47E7F; }
p { color: rgb(212,126,127); }
H1.HeaderClassName
{
color: #D47E7F;
}
.AnyTagClassName
{
color: #D47E7F;
}
</style>
background-color css
<style>
a { background-color: #D47E7F; }
a { background-color: rgb(212,126,127); }
div.DivClassName
{
background-color: #D47E7F;
}
.BgClassName
{
background-color: #D47E7F;
}
</style>
border-color css
<style>
span { border-color: #D47E7F; }
span { border-color: rgb(212,126,127); }
td.TdClassName
{
border-color: #D47E7F;
}
.TagClassName
{
border-color: #D47E7F;
}
</style>