Shades of Psychedelic Purple #DE0EFE
Tints of Psychedelic Purple #DE0EFE
RGB
CMYK
RGB Variations
Color information
#DE0EFE (or 0xDE0EFE) is known color: Psychedelic Purple. HEX triplet: DE, 0E and FE. RGB value is (222,14,254). Sum of RGB (Red+Green+Blue) = 222+14+254=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 14 (5.86% from 255 or 2.86% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE0EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE0EFE is #21F101. Grayscale: #666666. Windows color (decimal): -2224386 or 16649950. OLE color: 16649950.
HSL color Cylindrical-coordinate representation of color #DE0EFE: hue angle of 292º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0EFE is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 14 | 254 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.00 |
| HSL | 292º | 0.99% | 0.53% | - |
| HSV(B) | 292º | 0.94% | 1% | - |
| XYZ | 48.17 | 23 | 95.67 | - |
| YUV | 103.55 | 212.91 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 14 | 254 | 0.13 | 0.94 | 0 | 0.00 | 292 | 0.99 | 0.53 |
| Hex | DE | E | FE | D | 5E | 0 | 0 | 124 | 63 | 35 |
| Octal | 336 | 16 | 376 | 15 | 136 | 0 | 0 | 444 | 143 | 65 |
| Binary | 11011110 | 1110 | 11111110 | 1101 | 1011110 | 0 | 0 | 100100100 | 1100011 | 110101 |
Color Harmonies of #DE0EFE
Complementary color
Monochromatic Colors of #DE0EFE
Black with #DE0EFE
Text Example
Text Example
White with #DE0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0EFE; }
p { color: rgb(222,14,254); }
H1.HeaderClassName
{
color: #DE0EFE;
}
.AnyTagClassName
{
color: #DE0EFE;
}
</style>
background-color css
<style>
a { background-color: #DE0EFE; }
a { background-color: rgb(222,14,254); }
div.DivClassName
{
background-color: #DE0EFE;
}
.BgClassName
{
background-color: #DE0EFE;
}
</style>
border-color css
<style>
span { border-color: #DE0EFE; }
span { border-color: rgb(222,14,254); }
td.TdClassName
{
border-color: #DE0EFE;
}
.TagClassName
{
border-color: #DE0EFE;
}
</style>