Shades of Heliotrope #DA64EE
Tints of Heliotrope #DA64EE
RGB
CMYK
RGB Variations
Color information
#DA64EE (or 0xDA64EE) is known color: Heliotrope. HEX triplet: DA, 64 and EE. RGB value is (218,100,238). Sum of RGB (Red+Green+Blue) = 218+100+238=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 100 (39.45% from 255 or 17.99% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA64EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA64EE is #259B11. Grayscale: #969696. Windows color (decimal): -2464530 or 15623386. OLE color: 15623386.
HSL color Cylindrical-coordinate representation of color #DA64EE: hue angle of 291.3º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA64EE is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 100 | 238 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.07 |
| HSL | 291.3º | 0.8% | 0.66% | - |
| HSV(B) | 291.3º | 0.58% | 0.93% | - |
| XYZ | 48.9 | 30.19 | 84.14 | - |
| YUV | 151.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 238 | 0.08 | 0.58 | 0 | 0.07 | 291.3 | 0.8 | 0.66 |
| Hex | DA | 64 | EE | 8 | 3A | 0 | 7 | 123 | 50 | 42 |
| Octal | 332 | 144 | 356 | 10 | 72 | 0 | 7 | 443 | 120 | 102 |
| Binary | 11011010 | 1100100 | 11101110 | 1000 | 111010 | 0 | 111 | 100100011 | 1010000 | 1000010 |
Color Harmonies of #DA64EE
Complementary color
Monochromatic Colors of #DA64EE
Black with #DA64EE
Text Example
Text Example
White with #DA64EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64EE; }
p { color: rgb(218,100,238); }
H1.HeaderClassName
{
color: #DA64EE;
}
.AnyTagClassName
{
color: #DA64EE;
}
</style>
background-color css
<style>
a { background-color: #DA64EE; }
a { background-color: rgb(218,100,238); }
div.DivClassName
{
background-color: #DA64EE;
}
.BgClassName
{
background-color: #DA64EE;
}
</style>
border-color css
<style>
span { border-color: #DA64EE; }
span { border-color: rgb(218,100,238); }
td.TdClassName
{
border-color: #DA64EE;
}
.TagClassName
{
border-color: #DA64EE;
}
</style>