Shades of Heliotrope #DE64EE
Tints of Heliotrope #DE64EE
RGB
CMYK
RGB Variations
Color information
#DE64EE (or 0xDE64EE) is known color: Heliotrope. HEX triplet: DE, 64 and EE. RGB value is (222,100,238). Sum of RGB (Red+Green+Blue) = 222+100+238=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 100 (39.45% from 255 or 17.86% 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 #DE64EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE64EE is #219B11. Grayscale: #979797. Windows color (decimal): -2202386 or 15623390. OLE color: 15623390.
HSL color Cylindrical-coordinate representation of color #DE64EE: hue angle of 293.04º 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 #DE64EE is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 100 | 238 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.07 |
| HSL | 293.04º | 0.8% | 0.66% | - |
| HSV(B) | 293.04º | 0.58% | 0.93% | - |
| XYZ | 50.11 | 30.82 | 84.2 | - |
| YUV | 152.21 | 176.42 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 100 | 238 | 0.07 | 0.58 | 0 | 0.07 | 293.04 | 0.8 | 0.66 |
| Hex | DE | 64 | EE | 7 | 3A | 0 | 7 | 125 | 50 | 42 |
| Octal | 336 | 144 | 356 | 7 | 72 | 0 | 7 | 445 | 120 | 102 |
| Binary | 11011110 | 1100100 | 11101110 | 111 | 111010 | 0 | 111 | 100100101 | 1010000 | 1000010 |
Color Harmonies of #DE64EE
Complementary color
Monochromatic Colors of #DE64EE
Black with #DE64EE
Text Example
Text Example
White with #DE64EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE64EE; }
p { color: rgb(222,100,238); }
H1.HeaderClassName
{
color: #DE64EE;
}
.AnyTagClassName
{
color: #DE64EE;
}
</style>
background-color css
<style>
a { background-color: #DE64EE; }
a { background-color: rgb(222,100,238); }
div.DivClassName
{
background-color: #DE64EE;
}
.BgClassName
{
background-color: #DE64EE;
}
</style>
border-color css
<style>
span { border-color: #DE64EE; }
span { border-color: rgb(222,100,238); }
td.TdClassName
{
border-color: #DE64EE;
}
.TagClassName
{
border-color: #DE64EE;
}
</style>