Shades of Charm #D56F87
Tints of Charm #D56F87
RGB
CMYK
RGB Variations
Color information
#D56F87 (or 0xD56F87) is known color: Charm. HEX triplet: D5, 6F and 87. RGB value is (213,111,135). Sum of RGB (Red+Green+Blue) = 213+111+135=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56F87 is #2A9078. Grayscale: #909090. Windows color (decimal): -2789497 or 8875989. OLE color: 8875989.
HSL color Cylindrical-coordinate representation of color #D56F87: hue angle of 345.88º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56F87 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 135 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.16 |
| HSL | 345.88º | 0.55% | 0.64% | - |
| HSV(B) | 345.88º | 0.48% | 0.84% | - |
| XYZ | 37.5 | 27.26 | 26.21 | - |
| YUV | 144.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 135 | 0 | 0.48 | 0.37 | 0.16 | 345.88 | 0.55 | 0.64 |
| Hex | D5 | 6F | 87 | 0 | 30 | 25 | 10 | 15A | 37 | 40 |
| Octal | 325 | 157 | 207 | 0 | 60 | 45 | 20 | 532 | 67 | 100 |
| Binary | 11010101 | 1101111 | 10000111 | 0 | 110000 | 100101 | 10000 | 101011010 | 110111 | 1000000 |
Color Harmonies of #D56F87
Complementary color
Monochromatic Colors of #D56F87
Black with #D56F87
Text Example
Text Example
White with #D56F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F87; }
p { color: rgb(213,111,135); }
H1.HeaderClassName
{
color: #D56F87;
}
.AnyTagClassName
{
color: #D56F87;
}
</style>
background-color css
<style>
a { background-color: #D56F87; }
a { background-color: rgb(213,111,135); }
div.DivClassName
{
background-color: #D56F87;
}
.BgClassName
{
background-color: #D56F87;
}
</style>
border-color css
<style>
span { border-color: #D56F87; }
span { border-color: rgb(213,111,135); }
td.TdClassName
{
border-color: #D56F87;
}
.TagClassName
{
border-color: #D56F87;
}
</style>