Shades of Psychedelic Purple #DE1DF2
Tints of Psychedelic Purple #DE1DF2
RGB
CMYK
RGB Variations
Color information
#DE1DF2 (or 0xDE1DF2) is known color: Psychedelic Purple. HEX triplet: DE, 1D and F2. RGB value is (222,29,242). Sum of RGB (Red+Green+Blue) = 222+29+242=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 29 (11.72% from 255 or 5.88% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE1DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE1DF2 is #21E20D. Grayscale: #6E6E6E. Windows color (decimal): -2220558 or 15867358. OLE color: 15867358.
HSL color Cylindrical-coordinate representation of color #DE1DF2: hue angle of 294.37º degrees, saturation: 0.89, 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 #DE1DF2 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 29 | 242 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.05 |
| HSL | 294.37º | 0.89% | 0.53% | - |
| HSV(B) | 294.37º | 0.88% | 0.95% | - |
| XYZ | 46.59 | 22.82 | 85.95 | - |
| YUV | 110.99 | 201.94 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 29 | 242 | 0.08 | 0.88 | 0 | 0.05 | 294.37 | 0.89 | 0.53 |
| Hex | DE | 1D | F2 | 8 | 58 | 0 | 5 | 126 | 59 | 35 |
| Octal | 336 | 35 | 362 | 10 | 130 | 0 | 5 | 446 | 131 | 65 |
| Binary | 11011110 | 11101 | 11110010 | 1000 | 1011000 | 0 | 101 | 100100110 | 1011001 | 110101 |
Color Harmonies of #DE1DF2
Complementary color
Monochromatic Colors of #DE1DF2
Black with #DE1DF2
Text Example
Text Example
White with #DE1DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1DF2; }
p { color: rgb(222,29,242); }
H1.HeaderClassName
{
color: #DE1DF2;
}
.AnyTagClassName
{
color: #DE1DF2;
}
</style>
background-color css
<style>
a { background-color: #DE1DF2; }
a { background-color: rgb(222,29,242); }
div.DivClassName
{
background-color: #DE1DF2;
}
.BgClassName
{
background-color: #DE1DF2;
}
</style>
border-color css
<style>
span { border-color: #DE1DF2; }
span { border-color: rgb(222,29,242); }
td.TdClassName
{
border-color: #DE1DF2;
}
.TagClassName
{
border-color: #DE1DF2;
}
</style>