Shades of Psychedelic Purple #DE1EE7
Tints of Psychedelic Purple #DE1EE7
RGB
CMYK
RGB Variations
Color information
#DE1EE7 (or 0xDE1EE7) is known color: Psychedelic Purple. HEX triplet: DE, 1E and E7. RGB value is (222,30,231). Sum of RGB (Red+Green+Blue) = 222+30+231=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 30 (12.11% from 255 or 6.21% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE1EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE1EE7 is #21E118. Grayscale: #6D6D6D. Windows color (decimal): -2220313 or 15146718. OLE color: 15146718.
HSL color Cylindrical-coordinate representation of color #DE1EE7: hue angle of 297.31º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1EE7 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 30 | 231 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.09 |
| HSL | 297.31º | 0.81% | 0.51% | - |
| HSV(B) | 297.31º | 0.87% | 0.91% | - |
| XYZ | 45.01 | 22.23 | 77.52 | - |
| YUV | 110.32 | 196.11 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 231 | 0.04 | 0.87 | 0 | 0.09 | 297.31 | 0.81 | 0.51 |
| Hex | DE | 1E | E7 | 4 | 57 | 0 | 9 | 129 | 51 | 33 |
| Octal | 336 | 36 | 347 | 4 | 127 | 0 | 11 | 451 | 121 | 63 |
| Binary | 11011110 | 11110 | 11100111 | 100 | 1010111 | 0 | 1001 | 100101001 | 1010001 | 110011 |
Color Harmonies of #DE1EE7
Complementary color
Monochromatic Colors of #DE1EE7
Black with #DE1EE7
Text Example
Text Example
White with #DE1EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1EE7; }
p { color: rgb(222,30,231); }
H1.HeaderClassName
{
color: #DE1EE7;
}
.AnyTagClassName
{
color: #DE1EE7;
}
</style>
background-color css
<style>
a { background-color: #DE1EE7; }
a { background-color: rgb(222,30,231); }
div.DivClassName
{
background-color: #DE1EE7;
}
.BgClassName
{
background-color: #DE1EE7;
}
</style>
border-color css
<style>
span { border-color: #DE1EE7; }
span { border-color: rgb(222,30,231); }
td.TdClassName
{
border-color: #DE1EE7;
}
.TagClassName
{
border-color: #DE1EE7;
}
</style>