Shades of Psychedelic Purple #DE33FE
Tints of Psychedelic Purple #DE33FE
RGB
CMYK
RGB Variations
Color information
#DE33FE (or 0xDE33FE) is known color: Psychedelic Purple. HEX triplet: DE, 33 and FE. RGB value is (222,51,254). Sum of RGB (Red+Green+Blue) = 222+51+254=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 51 (20.31% from 255 or 9.68% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE33FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE33FE is #21CC01. Grayscale: #7C7C7C. Windows color (decimal): -2214914 or 16659422. OLE color: 16659422.
HSL color Cylindrical-coordinate representation of color #DE33FE: hue angle of 290.54º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE33FE is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 51 | 254 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.00 |
| HSL | 290.54º | 0.99% | 0.6% | - |
| HSV(B) | 290.54º | 0.8% | 1% | - |
| XYZ | 49.2 | 25.05 | 96.01 | - |
| YUV | 125.27 | 200.65 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 51 | 254 | 0.13 | 0.80 | 0 | 0.00 | 290.54 | 0.99 | 0.6 |
| Hex | DE | 33 | FE | D | 50 | 0 | 0 | 123 | 63 | 3C |
| Octal | 336 | 63 | 376 | 15 | 120 | 0 | 0 | 443 | 143 | 74 |
| Binary | 11011110 | 110011 | 11111110 | 1101 | 1010000 | 0 | 0 | 100100011 | 1100011 | 111100 |
Color Harmonies of #DE33FE
Complementary color
Monochromatic Colors of #DE33FE
Black with #DE33FE
Text Example
Text Example
White with #DE33FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE33FE; }
p { color: rgb(222,51,254); }
H1.HeaderClassName
{
color: #DE33FE;
}
.AnyTagClassName
{
color: #DE33FE;
}
</style>
background-color css
<style>
a { background-color: #DE33FE; }
a { background-color: rgb(222,51,254); }
div.DivClassName
{
background-color: #DE33FE;
}
.BgClassName
{
background-color: #DE33FE;
}
</style>
border-color css
<style>
span { border-color: #DE33FE; }
span { border-color: rgb(222,51,254); }
td.TdClassName
{
border-color: #DE33FE;
}
.TagClassName
{
border-color: #DE33FE;
}
</style>