Shades of Charm #D36E86
Tints of Charm #D36E86
RGB
CMYK
RGB Variations
Color information
#D36E86 (or 0xD36E86) is known color: Charm. HEX triplet: D3, 6E and 86. RGB value is (211,110,134). Sum of RGB (Red+Green+Blue) = 211+110+134=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D36E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36E86 is #2C9179. Grayscale: #8E8E8E. Windows color (decimal): -2920826 or 8810195. OLE color: 8810195.
HSL color Cylindrical-coordinate representation of color #D36E86: hue angle of 345.74º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D36E86 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 110 | 134 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.17 |
| HSL | 345.74º | 0.53% | 0.63% | - |
| HSV(B) | 345.74º | 0.48% | 0.83% | - |
| XYZ | 36.74 | 26.72 | 25.78 | - |
| YUV | 142.94 | 122.96 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 134 | 0 | 0.48 | 0.36 | 0.17 | 345.74 | 0.53 | 0.63 |
| Hex | D3 | 6E | 86 | 0 | 30 | 24 | 11 | 15A | 35 | 3F |
| Octal | 323 | 156 | 206 | 0 | 60 | 44 | 21 | 532 | 65 | 77 |
| Binary | 11010011 | 1101110 | 10000110 | 0 | 110000 | 100100 | 10001 | 101011010 | 110101 | 111111 |
Color Harmonies of #D36E86
Complementary color
Monochromatic Colors of #D36E86
Black with #D36E86
Text Example
Text Example
White with #D36E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36E86; }
p { color: rgb(211,110,134); }
H1.HeaderClassName
{
color: #D36E86;
}
.AnyTagClassName
{
color: #D36E86;
}
</style>
background-color css
<style>
a { background-color: #D36E86; }
a { background-color: rgb(211,110,134); }
div.DivClassName
{
background-color: #D36E86;
}
.BgClassName
{
background-color: #D36E86;
}
</style>
border-color css
<style>
span { border-color: #D36E86; }
span { border-color: rgb(211,110,134); }
td.TdClassName
{
border-color: #D36E86;
}
.TagClassName
{
border-color: #D36E86;
}
</style>