Shades of Psychedelic Purple #DE1DE8
Tints of Psychedelic Purple #DE1DE8
RGB
CMYK
RGB Variations
Color information
#DE1DE8 (or 0xDE1DE8) is known color: Psychedelic Purple. HEX triplet: DE, 1D and E8. RGB value is (222,29,232). Sum of RGB (Red+Green+Blue) = 222+29+232=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 29 (11.72% from 255 or 6.00% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 232 - color contains mainly: blue. Hex color #DE1DE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE1DE8 is #21E217. Grayscale: #6D6D6D. Windows color (decimal): -2220568 or 15211998. OLE color: 15211998.
HSL color Cylindrical-coordinate representation of color #DE1DE8: hue angle of 297.04º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1DE8 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 29 | 232 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.09 |
| HSL | 297.04º | 0.82% | 0.51% | - |
| HSV(B) | 297.04º | 0.88% | 0.91% | - |
| XYZ | 45.13 | 22.23 | 78.26 | - |
| YUV | 109.85 | 196.94 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 29 | 232 | 0.04 | 0.88 | 0 | 0.09 | 297.04 | 0.82 | 0.51 |
| Hex | DE | 1D | E8 | 4 | 58 | 0 | 9 | 129 | 52 | 33 |
| Octal | 336 | 35 | 350 | 4 | 130 | 0 | 11 | 451 | 122 | 63 |
| Binary | 11011110 | 11101 | 11101000 | 100 | 1011000 | 0 | 1001 | 100101001 | 1010010 | 110011 |
Color Harmonies of #DE1DE8
Complementary color
Monochromatic Colors of #DE1DE8
Black with #DE1DE8
Text Example
Text Example
White with #DE1DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1DE8; }
p { color: rgb(222,29,232); }
H1.HeaderClassName
{
color: #DE1DE8;
}
.AnyTagClassName
{
color: #DE1DE8;
}
</style>
background-color css
<style>
a { background-color: #DE1DE8; }
a { background-color: rgb(222,29,232); }
div.DivClassName
{
background-color: #DE1DE8;
}
.BgClassName
{
background-color: #DE1DE8;
}
</style>
border-color css
<style>
span { border-color: #DE1DE8; }
span { border-color: rgb(222,29,232); }
td.TdClassName
{
border-color: #DE1DE8;
}
.TagClassName
{
border-color: #DE1DE8;
}
</style>