Shades of Psychedelic Purple #DE2CEA
Tints of Psychedelic Purple #DE2CEA
RGB
CMYK
RGB Variations
Color information
#DE2CEA (or 0xDE2CEA) is known color: Psychedelic Purple. HEX triplet: DE, 2C and EA. RGB value is (222,44,234). Sum of RGB (Red+Green+Blue) = 222+44+234=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE2CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE2CEA is #21D315. Grayscale: #767676. Windows color (decimal): -2216726 or 15346910. OLE color: 15346910.
HSL color Cylindrical-coordinate representation of color #DE2CEA: hue angle of 296.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE2CEA is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 44 | 234 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.08 |
| HSL | 296.21º | 0.82% | 0.55% | - |
| HSV(B) | 296.21º | 0.81% | 0.92% | - |
| XYZ | 45.88 | 23.27 | 79.92 | - |
| YUV | 118.88 | 192.97 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 234 | 0.05 | 0.81 | 0 | 0.08 | 296.21 | 0.82 | 0.55 |
| Hex | DE | 2C | EA | 5 | 51 | 0 | 8 | 128 | 52 | 37 |
| Octal | 336 | 54 | 352 | 5 | 121 | 0 | 10 | 450 | 122 | 67 |
| Binary | 11011110 | 101100 | 11101010 | 101 | 1010001 | 0 | 1000 | 100101000 | 1010010 | 110111 |
Color Harmonies of #DE2CEA
Complementary color
Monochromatic Colors of #DE2CEA
Black with #DE2CEA
Text Example
Text Example
White with #DE2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2CEA; }
p { color: rgb(222,44,234); }
H1.HeaderClassName
{
color: #DE2CEA;
}
.AnyTagClassName
{
color: #DE2CEA;
}
</style>
background-color css
<style>
a { background-color: #DE2CEA; }
a { background-color: rgb(222,44,234); }
div.DivClassName
{
background-color: #DE2CEA;
}
.BgClassName
{
background-color: #DE2CEA;
}
</style>
border-color css
<style>
span { border-color: #DE2CEA; }
span { border-color: rgb(222,44,234); }
td.TdClassName
{
border-color: #DE2CEA;
}
.TagClassName
{
border-color: #DE2CEA;
}
</style>