Shades of Psychedelic Purple #DE0FF1
Tints of Psychedelic Purple #DE0FF1
RGB
CMYK
RGB Variations
Color information
#DE0FF1 (or 0xDE0FF1) is known color: Psychedelic Purple. HEX triplet: DE, 0F and F1. RGB value is (222,15,241). Sum of RGB (Red+Green+Blue) = 222+15+241=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 15 (6.25% from 255 or 3.14% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE0FF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE0FF1 is #21F00E. Grayscale: #656565. Windows color (decimal): -2224143 or 15798238. OLE color: 15798238.
HSL color Cylindrical-coordinate representation of color #DE0FF1: hue angle of 294.96º degrees, saturation: 0.89, 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 #DE0FF1 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 15 | 241 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.05 |
| HSL | 294.96º | 0.89% | 0.5% | - |
| HSV(B) | 294.96º | 0.94% | 0.95% | - |
| XYZ | 46.17 | 22.22 | 85.07 | - |
| YUV | 102.66 | 206.08 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 241 | 0.08 | 0.94 | 0 | 0.05 | 294.96 | 0.89 | 0.5 |
| Hex | DE | F | F1 | 8 | 5E | 0 | 5 | 127 | 59 | 32 |
| Octal | 336 | 17 | 361 | 10 | 136 | 0 | 5 | 447 | 131 | 62 |
| Binary | 11011110 | 1111 | 11110001 | 1000 | 1011110 | 0 | 101 | 100100111 | 1011001 | 110010 |
Color Harmonies of #DE0FF1
Complementary color
Monochromatic Colors of #DE0FF1
Black with #DE0FF1
Text Example
Text Example
White with #DE0FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0FF1; }
p { color: rgb(222,15,241); }
H1.HeaderClassName
{
color: #DE0FF1;
}
.AnyTagClassName
{
color: #DE0FF1;
}
</style>
background-color css
<style>
a { background-color: #DE0FF1; }
a { background-color: rgb(222,15,241); }
div.DivClassName
{
background-color: #DE0FF1;
}
.BgClassName
{
background-color: #DE0FF1;
}
</style>
border-color css
<style>
span { border-color: #DE0FF1; }
span { border-color: rgb(222,15,241); }
td.TdClassName
{
border-color: #DE0FF1;
}
.TagClassName
{
border-color: #DE0FF1;
}
</style>