Shades of Psychedelic Purple #DE1EE5
Tints of Psychedelic Purple #DE1EE5
RGB
CMYK
RGB Variations
Color information
#DE1EE5 (or 0xDE1EE5) is known color: Psychedelic Purple. HEX triplet: DE, 1E and E5. RGB value is (222,30,229). Sum of RGB (Red+Green+Blue) = 222+30+229=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE1EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1EE5 is #21E11A. Grayscale: #6D6D6D. Windows color (decimal): -2220315 or 15015646. OLE color: 15015646.
HSL color Cylindrical-coordinate representation of color #DE1EE5: hue angle of 297.89º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1EE5 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 30 | 229 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.10 |
| HSL | 297.89º | 0.79% | 0.51% | - |
| HSV(B) | 297.89º | 0.87% | 0.9% | - |
| XYZ | 44.73 | 22.12 | 76.04 | - |
| YUV | 110.09 | 195.11 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 229 | 0.03 | 0.87 | 0 | 0.10 | 297.89 | 0.79 | 0.51 |
| Hex | DE | 1E | E5 | 3 | 57 | 0 | A | 12A | 4F | 33 |
| Octal | 336 | 36 | 345 | 3 | 127 | 0 | 12 | 452 | 117 | 63 |
| Binary | 11011110 | 11110 | 11100101 | 11 | 1010111 | 0 | 1010 | 100101010 | 1001111 | 110011 |
Color Harmonies of #DE1EE5
Complementary color
Monochromatic Colors of #DE1EE5
Black with #DE1EE5
Text Example
Text Example
White with #DE1EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1EE5; }
p { color: rgb(222,30,229); }
H1.HeaderClassName
{
color: #DE1EE5;
}
.AnyTagClassName
{
color: #DE1EE5;
}
</style>
background-color css
<style>
a { background-color: #DE1EE5; }
a { background-color: rgb(222,30,229); }
div.DivClassName
{
background-color: #DE1EE5;
}
.BgClassName
{
background-color: #DE1EE5;
}
</style>
border-color css
<style>
span { border-color: #DE1EE5; }
span { border-color: rgb(222,30,229); }
td.TdClassName
{
border-color: #DE1EE5;
}
.TagClassName
{
border-color: #DE1EE5;
}
</style>