Shades of Psychedelic Purple #DE2FFE
Tints of Psychedelic Purple #DE2FFE
RGB
CMYK
RGB Variations
Color information
#DE2FFE (or 0xDE2FFE) is known color: Psychedelic Purple. HEX triplet: DE, 2F and FE. RGB value is (222,47,254). Sum of RGB (Red+Green+Blue) = 222+47+254=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 47 (18.75% from 255 or 8.99% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE2FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE2FFE is #21D001. Grayscale: #7A7A7A. Windows color (decimal): -2215938 or 16658398. OLE color: 16658398.
HSL color Cylindrical-coordinate representation of color #DE2FFE: hue angle of 290.72º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE2FFE is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 47 | 254 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.00 |
| HSL | 290.72º | 0.99% | 0.59% | - |
| HSV(B) | 290.72º | 0.81% | 1% | - |
| XYZ | 49.03 | 24.72 | 95.95 | - |
| YUV | 122.92 | 201.98 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 47 | 254 | 0.13 | 0.81 | 0 | 0.00 | 290.72 | 0.99 | 0.59 |
| Hex | DE | 2F | FE | D | 51 | 0 | 0 | 123 | 63 | 3B |
| Octal | 336 | 57 | 376 | 15 | 121 | 0 | 0 | 443 | 143 | 73 |
| Binary | 11011110 | 101111 | 11111110 | 1101 | 1010001 | 0 | 0 | 100100011 | 1100011 | 111011 |
Color Harmonies of #DE2FFE
Complementary color
Monochromatic Colors of #DE2FFE
Black with #DE2FFE
Text Example
Text Example
White with #DE2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2FFE; }
p { color: rgb(222,47,254); }
H1.HeaderClassName
{
color: #DE2FFE;
}
.AnyTagClassName
{
color: #DE2FFE;
}
</style>
background-color css
<style>
a { background-color: #DE2FFE; }
a { background-color: rgb(222,47,254); }
div.DivClassName
{
background-color: #DE2FFE;
}
.BgClassName
{
background-color: #DE2FFE;
}
</style>
border-color css
<style>
span { border-color: #DE2FFE; }
span { border-color: rgb(222,47,254); }
td.TdClassName
{
border-color: #DE2FFE;
}
.TagClassName
{
border-color: #DE2FFE;
}
</style>