Shades of Psychedelic Purple #DE0FEE
Tints of Psychedelic Purple #DE0FEE
RGB
CMYK
RGB Variations
Color information
#DE0FEE (or 0xDE0FEE) is known color: Psychedelic Purple. HEX triplet: DE, 0F and EE. RGB value is (222,15,238). Sum of RGB (Red+Green+Blue) = 222+15+238=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE0FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE0FEE is #21F011. Grayscale: #656565. Windows color (decimal): -2224146 or 15601630. OLE color: 15601630.
HSL color Cylindrical-coordinate representation of color #DE0FEE: hue angle of 295.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0FEE is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 15 | 238 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.07 |
| HSL | 295.7º | 0.88% | 0.5% | - |
| HSV(B) | 295.7º | 0.94% | 0.93% | - |
| XYZ | 45.73 | 22.04 | 82.73 | - |
| YUV | 102.32 | 204.58 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 238 | 0.07 | 0.94 | 0 | 0.07 | 295.7 | 0.88 | 0.5 |
| Hex | DE | F | EE | 7 | 5E | 0 | 7 | 128 | 58 | 32 |
| Octal | 336 | 17 | 356 | 7 | 136 | 0 | 7 | 450 | 130 | 62 |
| Binary | 11011110 | 1111 | 11101110 | 111 | 1011110 | 0 | 111 | 100101000 | 1011000 | 110010 |
Color Harmonies of #DE0FEE
Complementary color
Monochromatic Colors of #DE0FEE
Black with #DE0FEE
Text Example
Text Example
White with #DE0FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0FEE; }
p { color: rgb(222,15,238); }
H1.HeaderClassName
{
color: #DE0FEE;
}
.AnyTagClassName
{
color: #DE0FEE;
}
</style>
background-color css
<style>
a { background-color: #DE0FEE; }
a { background-color: rgb(222,15,238); }
div.DivClassName
{
background-color: #DE0FEE;
}
.BgClassName
{
background-color: #DE0FEE;
}
</style>
border-color css
<style>
span { border-color: #DE0FEE; }
span { border-color: rgb(222,15,238); }
td.TdClassName
{
border-color: #DE0FEE;
}
.TagClassName
{
border-color: #DE0FEE;
}
</style>