Shades of Charm #D56E7F
Tints of Charm #D56E7F
RGB
CMYK
RGB Variations
Color information
#D56E7F (or 0xD56E7F) is known color: Charm. HEX triplet: D5, 6E and 7F. RGB value is (213,110,127). Sum of RGB (Red+Green+Blue) = 213+110+127=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E7F is #2A9180. Grayscale: #8E8E8E. Windows color (decimal): -2789761 or 8351445. OLE color: 8351445.
HSL color Cylindrical-coordinate representation of color #D56E7F: hue angle of 350.1º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56E7F is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 127 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.16 |
| HSL | 350.1º | 0.55% | 0.63% | - |
| HSV(B) | 350.1º | 0.48% | 0.84% | - |
| XYZ | 36.85 | 26.83 | 23.32 | - |
| YUV | 142.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 127 | 0 | 0.48 | 0.40 | 0.16 | 350.1 | 0.55 | 0.63 |
| Hex | D5 | 6E | 7F | 0 | 30 | 28 | 10 | 15E | 37 | 3F |
| Octal | 325 | 156 | 177 | 0 | 60 | 50 | 20 | 536 | 67 | 77 |
| Binary | 11010101 | 1101110 | 1111111 | 0 | 110000 | 101000 | 10000 | 101011110 | 110111 | 111111 |
Color Harmonies of #D56E7F
Complementary color
Monochromatic Colors of #D56E7F
Black with #D56E7F
Text Example
Text Example
White with #D56E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56E7F; }
p { color: rgb(213,110,127); }
H1.HeaderClassName
{
color: #D56E7F;
}
.AnyTagClassName
{
color: #D56E7F;
}
</style>
background-color css
<style>
a { background-color: #D56E7F; }
a { background-color: rgb(213,110,127); }
div.DivClassName
{
background-color: #D56E7F;
}
.BgClassName
{
background-color: #D56E7F;
}
</style>
border-color css
<style>
span { border-color: #D56E7F; }
span { border-color: rgb(213,110,127); }
td.TdClassName
{
border-color: #D56E7F;
}
.TagClassName
{
border-color: #D56E7F;
}
</style>