Shades of Charm #D56E7D
Tints of Charm #D56E7D
RGB
CMYK
RGB Variations
Color information
#D56E7D (or 0xD56E7D) is known color: Charm. HEX triplet: D5, 6E and 7D. RGB value is (213,110,125). Sum of RGB (Red+Green+Blue) = 213+110+125=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E7D is #2A9182. Grayscale: #8E8E8E. Windows color (decimal): -2789763 or 8220373. OLE color: 8220373.
HSL color Cylindrical-coordinate representation of color #D56E7D: hue angle of 351.26º 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 #D56E7D is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 125 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.16 |
| HSL | 351.26º | 0.55% | 0.63% | - |
| HSV(B) | 351.26º | 0.48% | 0.84% | - |
| XYZ | 36.72 | 26.78 | 22.64 | - |
| YUV | 142.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 125 | 0 | 0.48 | 0.41 | 0.16 | 351.26 | 0.55 | 0.63 |
| Hex | D5 | 6E | 7D | 0 | 30 | 29 | 10 | 15F | 37 | 3F |
| Octal | 325 | 156 | 175 | 0 | 60 | 51 | 20 | 537 | 67 | 77 |
| Binary | 11010101 | 1101110 | 1111101 | 0 | 110000 | 101001 | 10000 | 101011111 | 110111 | 111111 |
Color Harmonies of #D56E7D
Complementary color
Monochromatic Colors of #D56E7D
Black with #D56E7D
Text Example
Text Example
White with #D56E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56E7D; }
p { color: rgb(213,110,125); }
H1.HeaderClassName
{
color: #D56E7D;
}
.AnyTagClassName
{
color: #D56E7D;
}
</style>
background-color css
<style>
a { background-color: #D56E7D; }
a { background-color: rgb(213,110,125); }
div.DivClassName
{
background-color: #D56E7D;
}
.BgClassName
{
background-color: #D56E7D;
}
</style>
border-color css
<style>
span { border-color: #D56E7D; }
span { border-color: rgb(213,110,125); }
td.TdClassName
{
border-color: #D56E7D;
}
.TagClassName
{
border-color: #D56E7D;
}
</style>