Shades of Heliotrope #D36EEB
Tints of Heliotrope #D36EEB
RGB
CMYK
RGB Variations
Color information
#D36EEB (or 0xD36EEB) is known color: Heliotrope. HEX triplet: D3, 6E and EB. RGB value is (211,110,235). Sum of RGB (Red+Green+Blue) = 211+110+235=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #D36EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36EEB is #2C9114. Grayscale: #9A9A9A. Windows color (decimal): -2920725 or 15429331. OLE color: 15429331.
HSL color Cylindrical-coordinate representation of color #D36EEB: hue angle of 288.48º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D36EEB is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 110 | 235 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.08 |
| HSL | 288.48º | 0.76% | 0.68% | - |
| HSV(B) | 288.48º | 0.53% | 0.92% | - |
| XYZ | 47.44 | 31 | 82.08 | - |
| YUV | 154.45 | 173.46 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 235 | 0.10 | 0.53 | 0 | 0.08 | 288.48 | 0.76 | 0.68 |
| Hex | D3 | 6E | EB | A | 35 | 0 | 8 | 120 | 4C | 44 |
| Octal | 323 | 156 | 353 | 12 | 65 | 0 | 10 | 440 | 114 | 104 |
| Binary | 11010011 | 1101110 | 11101011 | 1010 | 110101 | 0 | 1000 | 100100000 | 1001100 | 1000100 |
Color Harmonies of #D36EEB
Complementary color
Monochromatic Colors of #D36EEB
Black with #D36EEB
Text Example
Text Example
White with #D36EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36EEB; }
p { color: rgb(211,110,235); }
H1.HeaderClassName
{
color: #D36EEB;
}
.AnyTagClassName
{
color: #D36EEB;
}
</style>
background-color css
<style>
a { background-color: #D36EEB; }
a { background-color: rgb(211,110,235); }
div.DivClassName
{
background-color: #D36EEB;
}
.BgClassName
{
background-color: #D36EEB;
}
</style>
border-color css
<style>
span { border-color: #D36EEB; }
span { border-color: rgb(211,110,235); }
td.TdClassName
{
border-color: #D36EEB;
}
.TagClassName
{
border-color: #D36EEB;
}
</style>