Shades of Psychedelic Purple #DE0FF2
Tints of Psychedelic Purple #DE0FF2
RGB
CMYK
RGB Variations
Color information
#DE0FF2 (or 0xDE0FF2) is known color: Psychedelic Purple. HEX triplet: DE, 0F and F2. RGB value is (222,15,242). Sum of RGB (Red+Green+Blue) = 222+15+242=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE0FF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE0FF2 is #21F00D. Grayscale: #666666. Windows color (decimal): -2224142 or 15863774. OLE color: 15863774.
HSL color Cylindrical-coordinate representation of color #DE0FF2: hue angle of 294.71º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0FF2 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 15 | 242 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.05 |
| HSL | 294.71º | 0.9% | 0.5% | - |
| HSV(B) | 294.71º | 0.94% | 0.95% | - |
| XYZ | 46.32 | 22.28 | 85.86 | - |
| YUV | 102.77 | 206.58 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 242 | 0.08 | 0.94 | 0 | 0.05 | 294.71 | 0.9 | 0.5 |
| Hex | DE | F | F2 | 8 | 5E | 0 | 5 | 127 | 5A | 32 |
| Octal | 336 | 17 | 362 | 10 | 136 | 0 | 5 | 447 | 132 | 62 |
| Binary | 11011110 | 1111 | 11110010 | 1000 | 1011110 | 0 | 101 | 100100111 | 1011010 | 110010 |
Color Harmonies of #DE0FF2
Complementary color
Monochromatic Colors of #DE0FF2
Black with #DE0FF2
Text Example
Text Example
White with #DE0FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0FF2; }
p { color: rgb(222,15,242); }
H1.HeaderClassName
{
color: #DE0FF2;
}
.AnyTagClassName
{
color: #DE0FF2;
}
</style>
background-color css
<style>
a { background-color: #DE0FF2; }
a { background-color: rgb(222,15,242); }
div.DivClassName
{
background-color: #DE0FF2;
}
.BgClassName
{
background-color: #DE0FF2;
}
</style>
border-color css
<style>
span { border-color: #DE0FF2; }
span { border-color: rgb(222,15,242); }
td.TdClassName
{
border-color: #DE0FF2;
}
.TagClassName
{
border-color: #DE0FF2;
}
</style>