Shades of Heliotrope #D36FEE
Tints of Heliotrope #D36FEE
RGB
CMYK
RGB Variations
Color information
#D36FEE (or 0xD36FEE) is known color: Heliotrope. HEX triplet: D3, 6F and EE. RGB value is (211,111,238). Sum of RGB (Red+Green+Blue) = 211+111+238=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #D36FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36FEE is #2C9011. Grayscale: #9A9A9A. Windows color (decimal): -2920466 or 15626195. OLE color: 15626195.
HSL color Cylindrical-coordinate representation of color #D36FEE: hue angle of 287.24º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D36FEE is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 111 | 238 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.07 |
| HSL | 287.24º | 0.79% | 0.68% | - |
| HSV(B) | 287.24º | 0.53% | 0.93% | - |
| XYZ | 47.98 | 31.39 | 84.42 | - |
| YUV | 155.38 | 174.63 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 238 | 0.11 | 0.53 | 0 | 0.07 | 287.24 | 0.79 | 0.68 |
| Hex | D3 | 6F | EE | B | 35 | 0 | 7 | 11F | 4F | 44 |
| Octal | 323 | 157 | 356 | 13 | 65 | 0 | 7 | 437 | 117 | 104 |
| Binary | 11010011 | 1101111 | 11101110 | 1011 | 110101 | 0 | 111 | 100011111 | 1001111 | 1000100 |
Color Harmonies of #D36FEE
Complementary color
Monochromatic Colors of #D36FEE
Black with #D36FEE
Text Example
Text Example
White with #D36FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36FEE; }
p { color: rgb(211,111,238); }
H1.HeaderClassName
{
color: #D36FEE;
}
.AnyTagClassName
{
color: #D36FEE;
}
</style>
background-color css
<style>
a { background-color: #D36FEE; }
a { background-color: rgb(211,111,238); }
div.DivClassName
{
background-color: #D36FEE;
}
.BgClassName
{
background-color: #D36FEE;
}
</style>
border-color css
<style>
span { border-color: #D36FEE; }
span { border-color: rgb(211,111,238); }
td.TdClassName
{
border-color: #D36FEE;
}
.TagClassName
{
border-color: #D36FEE;
}
</style>