Shades of Psychedelic Purple #DE19E7
Tints of Psychedelic Purple #DE19E7
RGB
CMYK
RGB Variations
Color information
#DE19E7 (or 0xDE19E7) is known color: Psychedelic Purple. HEX triplet: DE, 19 and E7. RGB value is (222,25,231). Sum of RGB (Red+Green+Blue) = 222+25+231=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 25 (10.16% from 255 or 5.23% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE19E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE19E7 is #21E618. Grayscale: #6A6A6A. Windows color (decimal): -2221593 or 15145438. OLE color: 15145438.
HSL color Cylindrical-coordinate representation of color #DE19E7: hue angle of 297.38º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE19E7 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 25 | 231 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.09 |
| HSL | 297.38º | 0.81% | 0.5% | - |
| HSV(B) | 297.38º | 0.89% | 0.91% | - |
| XYZ | 44.9 | 21.99 | 77.48 | - |
| YUV | 107.39 | 197.77 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 231 | 0.04 | 0.89 | 0 | 0.09 | 297.38 | 0.81 | 0.5 |
| Hex | DE | 19 | E7 | 4 | 59 | 0 | 9 | 129 | 51 | 32 |
| Octal | 336 | 31 | 347 | 4 | 131 | 0 | 11 | 451 | 121 | 62 |
| Binary | 11011110 | 11001 | 11100111 | 100 | 1011001 | 0 | 1001 | 100101001 | 1010001 | 110010 |
Color Harmonies of #DE19E7
Complementary color
Monochromatic Colors of #DE19E7
Black with #DE19E7
Text Example
Text Example
White with #DE19E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE19E7; }
p { color: rgb(222,25,231); }
H1.HeaderClassName
{
color: #DE19E7;
}
.AnyTagClassName
{
color: #DE19E7;
}
</style>
background-color css
<style>
a { background-color: #DE19E7; }
a { background-color: rgb(222,25,231); }
div.DivClassName
{
background-color: #DE19E7;
}
.BgClassName
{
background-color: #DE19E7;
}
</style>
border-color css
<style>
span { border-color: #DE19E7; }
span { border-color: rgb(222,25,231); }
td.TdClassName
{
border-color: #DE19E7;
}
.TagClassName
{
border-color: #DE19E7;
}
</style>