Shades of Psychedelic Purple #DE2FFF
Tints of Psychedelic Purple #DE2FFF
RGB
CMYK
RGB Variations
Color information
#DE2FFF (or 0xDE2FFF) is known color: Psychedelic Purple. HEX triplet: DE, 2F and FF. RGB value is (222,47,255). Sum of RGB (Red+Green+Blue) = 222+47+255=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 47 (18.75% from 255 or 8.97% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE2FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE2FFF is #21D000. Grayscale: #7A7A7A. Windows color (decimal): -2215937 or 16723934. OLE color: 16723934.
HSL color Cylindrical-coordinate representation of color #DE2FFF: hue angle of 290.48º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2FFF is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 47 | 255 | - |
| CMYK | 0.13 | 0.82 | 0 | 0 |
| HSL | 290.48º | 1% | 0.59% | - |
| HSV(B) | 290.48º | 0.82% | 1% | - |
| XYZ | 49.19 | 24.78 | 96.8 | - |
| YUV | 123.04 | 202.48 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 47 | 255 | 0.13 | 0.82 | 0 | 0 | 290.48 | 1 | 0.59 |
| Hex | DE | 2F | FF | D | 52 | 0 | 0 | 122 | 64 | 3B |
| Octal | 336 | 57 | 377 | 15 | 122 | 0 | 0 | 442 | 144 | 73 |
| Binary | 11011110 | 101111 | 11111111 | 1101 | 1010010 | 0 | 0 | 100100010 | 1100100 | 111011 |
Color Harmonies of #DE2FFF
Complementary color
Monochromatic Colors of #DE2FFF
Black with #DE2FFF
Text Example
Text Example
White with #DE2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2FFF; }
p { color: rgb(222,47,255); }
H1.HeaderClassName
{
color: #DE2FFF;
}
.AnyTagClassName
{
color: #DE2FFF;
}
</style>
background-color css
<style>
a { background-color: #DE2FFF; }
a { background-color: rgb(222,47,255); }
div.DivClassName
{
background-color: #DE2FFF;
}
.BgClassName
{
background-color: #DE2FFF;
}
</style>
border-color css
<style>
span { border-color: #DE2FFF; }
span { border-color: rgb(222,47,255); }
td.TdClassName
{
border-color: #DE2FFF;
}
.TagClassName
{
border-color: #DE2FFF;
}
</style>