Shades of Heliotrope #D36AEE
Tints of Heliotrope #D36AEE
RGB
CMYK
RGB Variations
Color information
#D36AEE (or 0xD36AEE) is known color: Heliotrope. HEX triplet: D3, 6A and EE. RGB value is (211,106,238). Sum of RGB (Red+Green+Blue) = 211+106+238=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 106 (41.80% from 255 or 19.10% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #D36AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36AEE is #2C9511. Grayscale: #989898. Windows color (decimal): -2921746 or 15624915. OLE color: 15624915.
HSL color Cylindrical-coordinate representation of color #D36AEE: hue angle of 287.73º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D36AEE is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 106 | 238 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.07 |
| HSL | 287.73º | 0.8% | 0.67% | - |
| HSV(B) | 287.73º | 0.55% | 0.93% | - |
| XYZ | 47.45 | 30.33 | 84.24 | - |
| YUV | 152.44 | 176.29 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 106 | 238 | 0.11 | 0.55 | 0 | 0.07 | 287.73 | 0.8 | 0.67 |
| Hex | D3 | 6A | EE | B | 37 | 0 | 7 | 120 | 50 | 43 |
| Octal | 323 | 152 | 356 | 13 | 67 | 0 | 7 | 440 | 120 | 103 |
| Binary | 11010011 | 1101010 | 11101110 | 1011 | 110111 | 0 | 111 | 100100000 | 1010000 | 1000011 |
Color Harmonies of #D36AEE
Complementary color
Monochromatic Colors of #D36AEE
Black with #D36AEE
Text Example
Text Example
White with #D36AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36AEE; }
p { color: rgb(211,106,238); }
H1.HeaderClassName
{
color: #D36AEE;
}
.AnyTagClassName
{
color: #D36AEE;
}
</style>
background-color css
<style>
a { background-color: #D36AEE; }
a { background-color: rgb(211,106,238); }
div.DivClassName
{
background-color: #D36AEE;
}
.BgClassName
{
background-color: #D36AEE;
}
</style>
border-color css
<style>
span { border-color: #D36AEE; }
span { border-color: rgb(211,106,238); }
td.TdClassName
{
border-color: #D36AEE;
}
.TagClassName
{
border-color: #D36AEE;
}
</style>