Shades of Psychedelic Purple #DE12FF
Tints of Psychedelic Purple #DE12FF
RGB
CMYK
RGB Variations
Color information
#DE12FF (or 0xDE12FF) is known color: Psychedelic Purple. HEX triplet: DE, 12 and FF. RGB value is (222,18,255). Sum of RGB (Red+Green+Blue) = 222+18+255=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 18 (7.42% from 255 or 3.64% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE12FF is #21ED00. Grayscale: #696969. Windows color (decimal): -2223361 or 16716510. OLE color: 16716510.
HSL color Cylindrical-coordinate representation of color #DE12FF: hue angle of 291.65º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE12FF is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 18 | 255 | - |
| CMYK | 0.13 | 0.93 | 0 | 0 |
| HSL | 291.65º | 1% | 0.54% | - |
| HSV(B) | 291.65º | 0.93% | 1% | - |
| XYZ | 48.39 | 23.18 | 96.53 | - |
| YUV | 106.01 | 212.09 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 18 | 255 | 0.13 | 0.93 | 0 | 0 | 291.65 | 1 | 0.54 |
| Hex | DE | 12 | FF | D | 5D | 0 | 0 | 124 | 64 | 36 |
| Octal | 336 | 22 | 377 | 15 | 135 | 0 | 0 | 444 | 144 | 66 |
| Binary | 11011110 | 10010 | 11111111 | 1101 | 1011101 | 0 | 0 | 100100100 | 1100100 | 110110 |
Color Harmonies of #DE12FF
Complementary color
Monochromatic Colors of #DE12FF
Black with #DE12FF
Text Example
Text Example
White with #DE12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE12FF; }
p { color: rgb(222,18,255); }
H1.HeaderClassName
{
color: #DE12FF;
}
.AnyTagClassName
{
color: #DE12FF;
}
</style>
background-color css
<style>
a { background-color: #DE12FF; }
a { background-color: rgb(222,18,255); }
div.DivClassName
{
background-color: #DE12FF;
}
.BgClassName
{
background-color: #DE12FF;
}
</style>
border-color css
<style>
span { border-color: #DE12FF; }
span { border-color: rgb(222,18,255); }
td.TdClassName
{
border-color: #DE12FF;
}
.TagClassName
{
border-color: #DE12FF;
}
</style>