Shades of Psychedelic Purple #DE19FE
Tints of Psychedelic Purple #DE19FE
RGB
CMYK
RGB Variations
Color information
#DE19FE (or 0xDE19FE) is known color: Psychedelic Purple. HEX triplet: DE, 19 and FE. RGB value is (222,25,254). Sum of RGB (Red+Green+Blue) = 222+25+254=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 25 (10.16% from 255 or 4.99% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE19FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE19FE is #21E601. Grayscale: #6D6D6D. Windows color (decimal): -2221570 or 16652766. OLE color: 16652766.
HSL color Cylindrical-coordinate representation of color #DE19FE: hue angle of 291.62º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE19FE is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 25 | 254 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.00 |
| HSL | 291.62º | 0.99% | 0.55% | - |
| HSV(B) | 291.62º | 0.9% | 1% | - |
| XYZ | 48.36 | 23.38 | 95.73 | - |
| YUV | 110.01 | 209.27 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 254 | 0.13 | 0.90 | 0 | 0.00 | 291.62 | 0.99 | 0.55 |
| Hex | DE | 19 | FE | D | 5A | 0 | 0 | 124 | 63 | 37 |
| Octal | 336 | 31 | 376 | 15 | 132 | 0 | 0 | 444 | 143 | 67 |
| Binary | 11011110 | 11001 | 11111110 | 1101 | 1011010 | 0 | 0 | 100100100 | 1100011 | 110111 |
Color Harmonies of #DE19FE
Complementary color
Monochromatic Colors of #DE19FE
Black with #DE19FE
Text Example
Text Example
White with #DE19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE19FE; }
p { color: rgb(222,25,254); }
H1.HeaderClassName
{
color: #DE19FE;
}
.AnyTagClassName
{
color: #DE19FE;
}
</style>
background-color css
<style>
a { background-color: #DE19FE; }
a { background-color: rgb(222,25,254); }
div.DivClassName
{
background-color: #DE19FE;
}
.BgClassName
{
background-color: #DE19FE;
}
</style>
border-color css
<style>
span { border-color: #DE19FE; }
span { border-color: rgb(222,25,254); }
td.TdClassName
{
border-color: #DE19FE;
}
.TagClassName
{
border-color: #DE19FE;
}
</style>