Shades of Charm #D56E8C
Tints of Charm #D56E8C
RGB
CMYK
RGB Variations
Color information
#D56E8C (or 0xD56E8C) is known color: Charm. HEX triplet: D5, 6E and 8C. RGB value is (213,110,140). Sum of RGB (Red+Green+Blue) = 213+110+140=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56E8C is #2A9173. Grayscale: #909090. Windows color (decimal): -2789748 or 9203413. OLE color: 9203413.
HSL color Cylindrical-coordinate representation of color #D56E8C: hue angle of 342.52º 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 #D56E8C is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 140 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.16 |
| HSL | 342.52º | 0.55% | 0.63% | - |
| HSV(B) | 342.52º | 0.48% | 0.84% | - |
| XYZ | 37.75 | 27.19 | 28.07 | - |
| YUV | 144.22 | 125.62 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 140 | 0 | 0.48 | 0.34 | 0.16 | 342.52 | 0.55 | 0.63 |
| Hex | D5 | 6E | 8C | 0 | 30 | 22 | 10 | 157 | 37 | 3F |
| Octal | 325 | 156 | 214 | 0 | 60 | 42 | 20 | 527 | 67 | 77 |
| Binary | 11010101 | 1101110 | 10001100 | 0 | 110000 | 100010 | 10000 | 101010111 | 110111 | 111111 |
Color Harmonies of #D56E8C
Complementary color
Monochromatic Colors of #D56E8C
Black with #D56E8C
Text Example
Text Example
White with #D56E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56E8C; }
p { color: rgb(213,110,140); }
H1.HeaderClassName
{
color: #D56E8C;
}
.AnyTagClassName
{
color: #D56E8C;
}
</style>
background-color css
<style>
a { background-color: #D56E8C; }
a { background-color: rgb(213,110,140); }
div.DivClassName
{
background-color: #D56E8C;
}
.BgClassName
{
background-color: #D56E8C;
}
</style>
border-color css
<style>
span { border-color: #D56E8C; }
span { border-color: rgb(213,110,140); }
td.TdClassName
{
border-color: #D56E8C;
}
.TagClassName
{
border-color: #D56E8C;
}
</style>