Shades of Psychedelic Purple #DE20EC
Tints of Psychedelic Purple #DE20EC
RGB
CMYK
RGB Variations
Color information
#DE20EC (or 0xDE20EC) is known color: Psychedelic Purple. HEX triplet: DE, 20 and EC. RGB value is (222,32,236). Sum of RGB (Red+Green+Blue) = 222+32+236=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 32 (12.89% from 255 or 6.53% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE20EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE20EC is #21DF13. Grayscale: #6F6F6F. Windows color (decimal): -2219796 or 15474910. OLE color: 15474910.
HSL color Cylindrical-coordinate representation of color #DE20EC: hue angle of 295.88º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE20EC is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 32 | 236 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.07 |
| HSL | 295.88º | 0.84% | 0.53% | - |
| HSV(B) | 295.88º | 0.86% | 0.93% | - |
| XYZ | 45.78 | 22.62 | 81.31 | - |
| YUV | 112.07 | 197.95 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 236 | 0.06 | 0.86 | 0 | 0.07 | 295.88 | 0.84 | 0.53 |
| Hex | DE | 20 | EC | 6 | 56 | 0 | 7 | 128 | 54 | 35 |
| Octal | 336 | 40 | 354 | 6 | 126 | 0 | 7 | 450 | 124 | 65 |
| Binary | 11011110 | 100000 | 11101100 | 110 | 1010110 | 0 | 111 | 100101000 | 1010100 | 110101 |
Color Harmonies of #DE20EC
Complementary color
Monochromatic Colors of #DE20EC
Black with #DE20EC
Text Example
Text Example
White with #DE20EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE20EC; }
p { color: rgb(222,32,236); }
H1.HeaderClassName
{
color: #DE20EC;
}
.AnyTagClassName
{
color: #DE20EC;
}
</style>
background-color css
<style>
a { background-color: #DE20EC; }
a { background-color: rgb(222,32,236); }
div.DivClassName
{
background-color: #DE20EC;
}
.BgClassName
{
background-color: #DE20EC;
}
</style>
border-color css
<style>
span { border-color: #DE20EC; }
span { border-color: rgb(222,32,236); }
td.TdClassName
{
border-color: #DE20EC;
}
.TagClassName
{
border-color: #DE20EC;
}
</style>