Shades of Heliotrope #DE5EFE
Tints of Heliotrope #DE5EFE
RGB
CMYK
RGB Variations
Color information
#DE5EFE (or 0xDE5EFE) is known color: Heliotrope. HEX triplet: DE, 5E and FE. RGB value is (222,94,254). Sum of RGB (Red+Green+Blue) = 222+94+254=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 94 (37.11% from 255 or 16.49% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE5EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5EFE is #21A101. Grayscale: #969696. Windows color (decimal): -2203906 or 16670430. OLE color: 16670430.
HSL color Cylindrical-coordinate representation of color #DE5EFE: hue angle of 288º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE5EFE is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 94 | 254 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.00 |
| HSL | 288º | 0.99% | 0.68% | - |
| HSV(B) | 288º | 0.63% | 1% | - |
| XYZ | 52.02 | 30.69 | 96.95 | - |
| YUV | 150.51 | 186.41 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 254 | 0.13 | 0.63 | 0 | 0.00 | 288 | 0.99 | 0.68 |
| Hex | DE | 5E | FE | D | 3F | 0 | 0 | 120 | 63 | 44 |
| Octal | 336 | 136 | 376 | 15 | 77 | 0 | 0 | 440 | 143 | 104 |
| Binary | 11011110 | 1011110 | 11111110 | 1101 | 111111 | 0 | 0 | 100100000 | 1100011 | 1000100 |
Color Harmonies of #DE5EFE
Complementary color
Monochromatic Colors of #DE5EFE
Black with #DE5EFE
Text Example
Text Example
White with #DE5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5EFE; }
p { color: rgb(222,94,254); }
H1.HeaderClassName
{
color: #DE5EFE;
}
.AnyTagClassName
{
color: #DE5EFE;
}
</style>
background-color css
<style>
a { background-color: #DE5EFE; }
a { background-color: rgb(222,94,254); }
div.DivClassName
{
background-color: #DE5EFE;
}
.BgClassName
{
background-color: #DE5EFE;
}
</style>
border-color css
<style>
span { border-color: #DE5EFE; }
span { border-color: rgb(222,94,254); }
td.TdClassName
{
border-color: #DE5EFE;
}
.TagClassName
{
border-color: #DE5EFE;
}
</style>