Shades of Psychedelic Purple #DE24FF
Tints of Psychedelic Purple #DE24FF
RGB
CMYK
RGB Variations
Color information
#DE24FF (or 0xDE24FF) is known color: Psychedelic Purple. HEX triplet: DE, 24 and FF. RGB value is (222,36,255). Sum of RGB (Red+Green+Blue) = 222+36+255=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 36 (14.45% from 255 or 7.02% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE24FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE24FF is #21DB00. Grayscale: #737373. Windows color (decimal): -2218753 or 16721118. OLE color: 16721118.
HSL color Cylindrical-coordinate representation of color #DE24FF: hue angle of 290.96º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE24FF is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 36 | 255 | - |
| CMYK | 0.13 | 0.86 | 0 | 0 |
| HSL | 290.96º | 1% | 0.57% | - |
| HSV(B) | 290.96º | 0.86% | 1% | - |
| XYZ | 48.81 | 24.01 | 96.67 | - |
| YUV | 116.58 | 206.12 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 36 | 255 | 0.13 | 0.86 | 0 | 0 | 290.96 | 1 | 0.57 |
| Hex | DE | 24 | FF | D | 56 | 0 | 0 | 123 | 64 | 39 |
| Octal | 336 | 44 | 377 | 15 | 126 | 0 | 0 | 443 | 144 | 71 |
| Binary | 11011110 | 100100 | 11111111 | 1101 | 1010110 | 0 | 0 | 100100011 | 1100100 | 111001 |
Color Harmonies of #DE24FF
Complementary color
Monochromatic Colors of #DE24FF
Black with #DE24FF
Text Example
Text Example
White with #DE24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE24FF; }
p { color: rgb(222,36,255); }
H1.HeaderClassName
{
color: #DE24FF;
}
.AnyTagClassName
{
color: #DE24FF;
}
</style>
background-color css
<style>
a { background-color: #DE24FF; }
a { background-color: rgb(222,36,255); }
div.DivClassName
{
background-color: #DE24FF;
}
.BgClassName
{
background-color: #DE24FF;
}
</style>
border-color css
<style>
span { border-color: #DE24FF; }
span { border-color: rgb(222,36,255); }
td.TdClassName
{
border-color: #DE24FF;
}
.TagClassName
{
border-color: #DE24FF;
}
</style>