Shades of Psychedelic Purple #DE1EF1
Tints of Psychedelic Purple #DE1EF1
RGB
CMYK
RGB Variations
Color information
#DE1EF1 (or 0xDE1EF1) is known color: Psychedelic Purple. HEX triplet: DE, 1E and F1. RGB value is (222,30,241). Sum of RGB (Red+Green+Blue) = 222+30+241=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 30 (12.11% from 255 or 6.09% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE1EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE1EF1 is #21E10E. Grayscale: #6E6E6E. Windows color (decimal): -2220303 or 15802078. OLE color: 15802078.
HSL color Cylindrical-coordinate representation of color #DE1EF1: hue angle of 294.6º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1EF1 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 30 | 241 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.05 |
| HSL | 294.6º | 0.88% | 0.53% | - |
| HSV(B) | 294.6º | 0.88% | 0.95% | - |
| XYZ | 46.47 | 22.81 | 85.17 | - |
| YUV | 111.46 | 201.11 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 241 | 0.08 | 0.88 | 0 | 0.05 | 294.6 | 0.88 | 0.53 |
| Hex | DE | 1E | F1 | 8 | 58 | 0 | 5 | 127 | 58 | 35 |
| Octal | 336 | 36 | 361 | 10 | 130 | 0 | 5 | 447 | 130 | 65 |
| Binary | 11011110 | 11110 | 11110001 | 1000 | 1011000 | 0 | 101 | 100100111 | 1011000 | 110101 |
Color Harmonies of #DE1EF1
Complementary color
Monochromatic Colors of #DE1EF1
Black with #DE1EF1
Text Example
Text Example
White with #DE1EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1EF1; }
p { color: rgb(222,30,241); }
H1.HeaderClassName
{
color: #DE1EF1;
}
.AnyTagClassName
{
color: #DE1EF1;
}
</style>
background-color css
<style>
a { background-color: #DE1EF1; }
a { background-color: rgb(222,30,241); }
div.DivClassName
{
background-color: #DE1EF1;
}
.BgClassName
{
background-color: #DE1EF1;
}
</style>
border-color css
<style>
span { border-color: #DE1EF1; }
span { border-color: rgb(222,30,241); }
td.TdClassName
{
border-color: #DE1EF1;
}
.TagClassName
{
border-color: #DE1EF1;
}
</style>