Shades of Psychedelic Purple #DE37FF
Tints of Psychedelic Purple #DE37FF
RGB
CMYK
RGB Variations
Color information
#DE37FF (or 0xDE37FF) is known color: Psychedelic Purple. HEX triplet: DE, 37 and FF. RGB value is (222,55,255). Sum of RGB (Red+Green+Blue) = 222+55+255=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 55 (21.88% from 255 or 10.34% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE37FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE37FF is #21C800. Grayscale: #7F7F7F. Windows color (decimal): -2213889 or 16725982. OLE color: 16725982.
HSL color Cylindrical-coordinate representation of color #DE37FF: hue angle of 290.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE37FF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 55 | 255 | - |
| CMYK | 0.13 | 0.78 | 0 | 0 |
| HSL | 290.1º | 1% | 0.61% | - |
| HSV(B) | 290.1º | 0.78% | 1% | - |
| XYZ | 49.54 | 25.48 | 96.92 | - |
| YUV | 127.73 | 199.83 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 55 | 255 | 0.13 | 0.78 | 0 | 0 | 290.1 | 1 | 0.61 |
| Hex | DE | 37 | FF | D | 4E | 0 | 0 | 122 | 64 | 3D |
| Octal | 336 | 67 | 377 | 15 | 116 | 0 | 0 | 442 | 144 | 75 |
| Binary | 11011110 | 110111 | 11111111 | 1101 | 1001110 | 0 | 0 | 100100010 | 1100100 | 111101 |
Color Harmonies of #DE37FF
Complementary color
Monochromatic Colors of #DE37FF
Black with #DE37FF
Text Example
Text Example
White with #DE37FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE37FF; }
p { color: rgb(222,55,255); }
H1.HeaderClassName
{
color: #DE37FF;
}
.AnyTagClassName
{
color: #DE37FF;
}
</style>
background-color css
<style>
a { background-color: #DE37FF; }
a { background-color: rgb(222,55,255); }
div.DivClassName
{
background-color: #DE37FF;
}
.BgClassName
{
background-color: #DE37FF;
}
</style>
border-color css
<style>
span { border-color: #DE37FF; }
span { border-color: rgb(222,55,255); }
td.TdClassName
{
border-color: #DE37FF;
}
.TagClassName
{
border-color: #DE37FF;
}
</style>