Shades of Heliotrope #DE64FE
Tints of Heliotrope #DE64FE
RGB
CMYK
RGB Variations
Color information
#DE64FE (or 0xDE64FE) is known color: Heliotrope. HEX triplet: DE, 64 and FE. RGB value is (222,100,254). Sum of RGB (Red+Green+Blue) = 222+100+254=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 100 (39.45% from 255 or 17.36% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE64FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE64FE is #219B01. Grayscale: #999999. Windows color (decimal): -2202370 or 16671966. OLE color: 16671966.
HSL color Cylindrical-coordinate representation of color #DE64FE: hue angle of 287.53º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE64FE is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 100 | 254 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.00 |
| HSL | 287.53º | 0.99% | 0.69% | - |
| HSV(B) | 287.53º | 0.61% | 1% | - |
| XYZ | 52.57 | 31.8 | 97.13 | - |
| YUV | 154.03 | 184.42 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 100 | 254 | 0.13 | 0.61 | 0 | 0.00 | 287.53 | 0.99 | 0.69 |
| Hex | DE | 64 | FE | D | 3D | 0 | 0 | 120 | 63 | 45 |
| Octal | 336 | 144 | 376 | 15 | 75 | 0 | 0 | 440 | 143 | 105 |
| Binary | 11011110 | 1100100 | 11111110 | 1101 | 111101 | 0 | 0 | 100100000 | 1100011 | 1000101 |
Color Harmonies of #DE64FE
Complementary color
Monochromatic Colors of #DE64FE
Black with #DE64FE
Text Example
Text Example
White with #DE64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE64FE; }
p { color: rgb(222,100,254); }
H1.HeaderClassName
{
color: #DE64FE;
}
.AnyTagClassName
{
color: #DE64FE;
}
</style>
background-color css
<style>
a { background-color: #DE64FE; }
a { background-color: rgb(222,100,254); }
div.DivClassName
{
background-color: #DE64FE;
}
.BgClassName
{
background-color: #DE64FE;
}
</style>
border-color css
<style>
span { border-color: #DE64FE; }
span { border-color: rgb(222,100,254); }
td.TdClassName
{
border-color: #DE64FE;
}
.TagClassName
{
border-color: #DE64FE;
}
</style>