Shades of Psychedelic Purple #DE2EFF
Tints of Psychedelic Purple #DE2EFF
RGB
CMYK
RGB Variations
Color information
#DE2EFF (or 0xDE2EFF) is known color: Psychedelic Purple. HEX triplet: DE, 2E and FF. RGB value is (222,46,255). Sum of RGB (Red+Green+Blue) = 222+46+255=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 46 (18.36% from 255 or 8.80% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE2EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE2EFF is #21D100. Grayscale: #797979. Windows color (decimal): -2216193 or 16723678. OLE color: 16723678.
HSL color Cylindrical-coordinate representation of color #DE2EFF: hue angle of 290.53º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2EFF is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 46 | 255 | - |
| CMYK | 0.13 | 0.82 | 0 | 0 |
| HSL | 290.53º | 1% | 0.59% | - |
| HSV(B) | 290.53º | 0.82% | 1% | - |
| XYZ | 49.15 | 24.7 | 96.79 | - |
| YUV | 122.45 | 202.81 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 46 | 255 | 0.13 | 0.82 | 0 | 0 | 290.53 | 1 | 0.59 |
| Hex | DE | 2E | FF | D | 52 | 0 | 0 | 123 | 64 | 3B |
| Octal | 336 | 56 | 377 | 15 | 122 | 0 | 0 | 443 | 144 | 73 |
| Binary | 11011110 | 101110 | 11111111 | 1101 | 1010010 | 0 | 0 | 100100011 | 1100100 | 111011 |
Color Harmonies of #DE2EFF
Complementary color
Monochromatic Colors of #DE2EFF
Black with #DE2EFF
Text Example
Text Example
White with #DE2EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2EFF; }
p { color: rgb(222,46,255); }
H1.HeaderClassName
{
color: #DE2EFF;
}
.AnyTagClassName
{
color: #DE2EFF;
}
</style>
background-color css
<style>
a { background-color: #DE2EFF; }
a { background-color: rgb(222,46,255); }
div.DivClassName
{
background-color: #DE2EFF;
}
.BgClassName
{
background-color: #DE2EFF;
}
</style>
border-color css
<style>
span { border-color: #DE2EFF; }
span { border-color: rgb(222,46,255); }
td.TdClassName
{
border-color: #DE2EFF;
}
.TagClassName
{
border-color: #DE2EFF;
}
</style>