Shades of Charm #D36C85
Tints of Charm #D36C85
RGB
CMYK
RGB Variations
Color information
#D36C85 (or 0xD36C85) is known color: Charm. HEX triplet: D3, 6C and 85. RGB value is (211,108,133). Sum of RGB (Red+Green+Blue) = 211+108+133=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36C85 is #2C937A. Grayscale: #8D8D8D. Windows color (decimal): -2921339 or 8744147. OLE color: 8744147.
HSL color Cylindrical-coordinate representation of color #D36C85: hue angle of 345.44º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36C85 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 133 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.17 |
| HSL | 345.44º | 0.54% | 0.63% | - |
| HSV(B) | 345.44º | 0.49% | 0.83% | - |
| XYZ | 36.46 | 26.27 | 25.34 | - |
| YUV | 141.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 133 | 0 | 0.49 | 0.37 | 0.17 | 345.44 | 0.54 | 0.63 |
| Hex | D3 | 6C | 85 | 0 | 31 | 25 | 11 | 159 | 36 | 3F |
| Octal | 323 | 154 | 205 | 0 | 61 | 45 | 21 | 531 | 66 | 77 |
| Binary | 11010011 | 1101100 | 10000101 | 0 | 110001 | 100101 | 10001 | 101011001 | 110110 | 111111 |
Color Harmonies of #D36C85
Complementary color
Monochromatic Colors of #D36C85
Black with #D36C85
Text Example
Text Example
White with #D36C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36C85; }
p { color: rgb(211,108,133); }
H1.HeaderClassName
{
color: #D36C85;
}
.AnyTagClassName
{
color: #D36C85;
}
</style>
background-color css
<style>
a { background-color: #D36C85; }
a { background-color: rgb(211,108,133); }
div.DivClassName
{
background-color: #D36C85;
}
.BgClassName
{
background-color: #D36C85;
}
</style>
border-color css
<style>
span { border-color: #D36C85; }
span { border-color: rgb(211,108,133); }
td.TdClassName
{
border-color: #D36C85;
}
.TagClassName
{
border-color: #D36C85;
}
</style>