Shades of Charm #D36F80
Tints of Charm #D36F80
RGB
CMYK
RGB Variations
Color information
#D36F80 (or 0xD36F80) is known color: Charm. HEX triplet: D3, 6F and 80. RGB value is (211,111,128). Sum of RGB (Red+Green+Blue) = 211+111+128=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D36F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36F80 is #2C907F. Grayscale: #8E8E8E. Windows color (decimal): -2920576 or 8417235. OLE color: 8417235.
HSL color Cylindrical-coordinate representation of color #D36F80: hue angle of 349.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D36F80 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 111 | 128 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.17 |
| HSL | 349.8º | 0.53% | 0.63% | - |
| HSV(B) | 349.8º | 0.47% | 0.83% | - |
| XYZ | 36.44 | 26.78 | 23.67 | - |
| YUV | 142.84 | 119.63 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 128 | 0 | 0.47 | 0.39 | 0.17 | 349.8 | 0.53 | 0.63 |
| Hex | D3 | 6F | 80 | 0 | 2F | 27 | 11 | 15E | 35 | 3F |
| Octal | 323 | 157 | 200 | 0 | 57 | 47 | 21 | 536 | 65 | 77 |
| Binary | 11010011 | 1101111 | 10000000 | 0 | 101111 | 100111 | 10001 | 101011110 | 110101 | 111111 |
Color Harmonies of #D36F80
Complementary color
Monochromatic Colors of #D36F80
Black with #D36F80
Text Example
Text Example
White with #D36F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36F80; }
p { color: rgb(211,111,128); }
H1.HeaderClassName
{
color: #D36F80;
}
.AnyTagClassName
{
color: #D36F80;
}
</style>
background-color css
<style>
a { background-color: #D36F80; }
a { background-color: rgb(211,111,128); }
div.DivClassName
{
background-color: #D36F80;
}
.BgClassName
{
background-color: #D36F80;
}
</style>
border-color css
<style>
span { border-color: #D36F80; }
span { border-color: rgb(211,111,128); }
td.TdClassName
{
border-color: #D36F80;
}
.TagClassName
{
border-color: #D36F80;
}
</style>