Shades of Charm #D36986
Tints of Charm #D36986
RGB
CMYK
RGB Variations
Color information
#D36986 (or 0xD36986) is known color: Charm. HEX triplet: D3, 69 and 86. RGB value is (211,105,134). Sum of RGB (Red+Green+Blue) = 211+105+134=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D36986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36986 is #2C9679. Grayscale: #8B8B8B. Windows color (decimal): -2922106 or 8808915. OLE color: 8808915.
HSL color Cylindrical-coordinate representation of color #D36986: hue angle of 343.58º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36986 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 134 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.17 |
| HSL | 343.58º | 0.55% | 0.62% | - |
| HSV(B) | 343.58º | 0.5% | 0.83% | - |
| XYZ | 36.22 | 25.67 | 25.6 | - |
| YUV | 140 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 134 | 0 | 0.50 | 0.36 | 0.17 | 343.58 | 0.55 | 0.62 |
| Hex | D3 | 69 | 86 | 0 | 32 | 24 | 11 | 158 | 37 | 3E |
| Octal | 323 | 151 | 206 | 0 | 62 | 44 | 21 | 530 | 67 | 76 |
| Binary | 11010011 | 1101001 | 10000110 | 0 | 110010 | 100100 | 10001 | 101011000 | 110111 | 111110 |
Color Harmonies of #D36986
Complementary color
Monochromatic Colors of #D36986
Black with #D36986
Text Example
Text Example
White with #D36986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36986; }
p { color: rgb(211,105,134); }
H1.HeaderClassName
{
color: #D36986;
}
.AnyTagClassName
{
color: #D36986;
}
</style>
background-color css
<style>
a { background-color: #D36986; }
a { background-color: rgb(211,105,134); }
div.DivClassName
{
background-color: #D36986;
}
.BgClassName
{
background-color: #D36986;
}
</style>
border-color css
<style>
span { border-color: #D36986; }
span { border-color: rgb(211,105,134); }
td.TdClassName
{
border-color: #D36986;
}
.TagClassName
{
border-color: #D36986;
}
</style>