Shades of Heliotrope #DE40FE
Tints of Heliotrope #DE40FE
RGB
CMYK
RGB Variations
Color information
#DE40FE (or 0xDE40FE) is known color: Heliotrope. HEX triplet: DE, 40 and FE. RGB value is (222,64,254). Sum of RGB (Red+Green+Blue) = 222+64+254=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 64 (25.39% from 255 or 11.85% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE40FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE40FE is #21BF01. Grayscale: #848484. Windows color (decimal): -2211586 or 16662750. OLE color: 16662750.
HSL color Cylindrical-coordinate representation of color #DE40FE: hue angle of 289.89º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE40FE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 64 | 254 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.00 |
| HSL | 289.89º | 0.99% | 0.62% | - |
| HSV(B) | 289.89º | 0.75% | 1% | - |
| XYZ | 49.85 | 26.35 | 96.23 | - |
| YUV | 132.9 | 196.35 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 254 | 0.13 | 0.75 | 0 | 0.00 | 289.89 | 0.99 | 0.62 |
| Hex | DE | 40 | FE | D | 4B | 0 | 0 | 122 | 63 | 3E |
| Octal | 336 | 100 | 376 | 15 | 113 | 0 | 0 | 442 | 143 | 76 |
| Binary | 11011110 | 1000000 | 11111110 | 1101 | 1001011 | 0 | 0 | 100100010 | 1100011 | 111110 |
Color Harmonies of #DE40FE
Complementary color
Monochromatic Colors of #DE40FE
Black with #DE40FE
Text Example
Text Example
White with #DE40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE40FE; }
p { color: rgb(222,64,254); }
H1.HeaderClassName
{
color: #DE40FE;
}
.AnyTagClassName
{
color: #DE40FE;
}
</style>
background-color css
<style>
a { background-color: #DE40FE; }
a { background-color: rgb(222,64,254); }
div.DivClassName
{
background-color: #DE40FE;
}
.BgClassName
{
background-color: #DE40FE;
}
</style>
border-color css
<style>
span { border-color: #DE40FE; }
span { border-color: rgb(222,64,254); }
td.TdClassName
{
border-color: #DE40FE;
}
.TagClassName
{
border-color: #DE40FE;
}
</style>