Shades of Charm #D36C7C
Tints of Charm #D36C7C
RGB
CMYK
RGB Variations
Color information
#D36C7C (or 0xD36C7C) is known color: Charm. HEX triplet: D3, 6C and 7C. RGB value is (211,108,124). Sum of RGB (Red+Green+Blue) = 211+108+124=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36C7C is #2C9383. Grayscale: #8C8C8C. Windows color (decimal): -2921348 or 8154323. OLE color: 8154323.
HSL color Cylindrical-coordinate representation of color #D36C7C: hue angle of 350.68º 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 #D36C7C is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 124 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.17 |
| HSL | 350.68º | 0.54% | 0.63% | - |
| HSV(B) | 350.68º | 0.49% | 0.83% | - |
| XYZ | 35.86 | 26.03 | 22.2 | - |
| YUV | 140.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 124 | 0 | 0.49 | 0.41 | 0.17 | 350.68 | 0.54 | 0.63 |
| Hex | D3 | 6C | 7C | 0 | 31 | 29 | 11 | 15F | 36 | 3F |
| Octal | 323 | 154 | 174 | 0 | 61 | 51 | 21 | 537 | 66 | 77 |
| Binary | 11010011 | 1101100 | 1111100 | 0 | 110001 | 101001 | 10001 | 101011111 | 110110 | 111111 |
Color Harmonies of #D36C7C
Complementary color
Monochromatic Colors of #D36C7C
Black with #D36C7C
Text Example
Text Example
White with #D36C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36C7C; }
p { color: rgb(211,108,124); }
H1.HeaderClassName
{
color: #D36C7C;
}
.AnyTagClassName
{
color: #D36C7C;
}
</style>
background-color css
<style>
a { background-color: #D36C7C; }
a { background-color: rgb(211,108,124); }
div.DivClassName
{
background-color: #D36C7C;
}
.BgClassName
{
background-color: #D36C7C;
}
</style>
border-color css
<style>
span { border-color: #D36C7C; }
span { border-color: rgb(211,108,124); }
td.TdClassName
{
border-color: #D36C7C;
}
.TagClassName
{
border-color: #D36C7C;
}
</style>