Shades of Psychedelic Purple #DE19FF
Tints of Psychedelic Purple #DE19FF
RGB
CMYK
RGB Variations
Color information
#DE19FF (or 0xDE19FF) is known color: Psychedelic Purple. HEX triplet: DE, 19 and FF. RGB value is (222,25,255). Sum of RGB (Red+Green+Blue) = 222+25+255=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 25 (10.16% from 255 or 4.98% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE19FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE19FF is #21E600. Grayscale: #6D6D6D. Windows color (decimal): -2221569 or 16718302. OLE color: 16718302.
HSL color Cylindrical-coordinate representation of color #DE19FF: hue angle of 291.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE19FF is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 25 | 255 | - |
| CMYK | 0.13 | 0.90 | 0 | 0 |
| HSL | 291.39º | 1% | 0.55% | - |
| HSV(B) | 291.39º | 0.9% | 1% | - |
| XYZ | 48.52 | 23.44 | 96.58 | - |
| YUV | 110.12 | 209.77 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 255 | 0.13 | 0.90 | 0 | 0 | 291.39 | 1 | 0.55 |
| Hex | DE | 19 | FF | D | 5A | 0 | 0 | 123 | 64 | 37 |
| Octal | 336 | 31 | 377 | 15 | 132 | 0 | 0 | 443 | 144 | 67 |
| Binary | 11011110 | 11001 | 11111111 | 1101 | 1011010 | 0 | 0 | 100100011 | 1100100 | 110111 |
Color Harmonies of #DE19FF
Complementary color
Monochromatic Colors of #DE19FF
Black with #DE19FF
Text Example
Text Example
White with #DE19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE19FF; }
p { color: rgb(222,25,255); }
H1.HeaderClassName
{
color: #DE19FF;
}
.AnyTagClassName
{
color: #DE19FF;
}
</style>
background-color css
<style>
a { background-color: #DE19FF; }
a { background-color: rgb(222,25,255); }
div.DivClassName
{
background-color: #DE19FF;
}
.BgClassName
{
background-color: #DE19FF;
}
</style>
border-color css
<style>
span { border-color: #DE19FF; }
span { border-color: rgb(222,25,255); }
td.TdClassName
{
border-color: #DE19FF;
}
.TagClassName
{
border-color: #DE19FF;
}
</style>