Shades of Psychedelic Purple #DE06FE
Tints of Psychedelic Purple #DE06FE
RGB
CMYK
RGB Variations
Color information
#DE06FE (or 0xDE06FE) is known color: Psychedelic Purple. HEX triplet: DE, 06 and FE. RGB value is (222,6,254). Sum of RGB (Red+Green+Blue) = 222+6+254=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 6 (2.73% from 255 or 1.24% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE06FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE06FE is #21F901. Grayscale: #626262. Windows color (decimal): -2226434 or 16647902. OLE color: 16647902.
HSL color Cylindrical-coordinate representation of color #DE06FE: hue angle of 292.26º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE06FE is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 6 | 254 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.00 |
| HSL | 292.26º | 0.99% | 0.51% | - |
| HSV(B) | 292.26º | 0.98% | 1% | - |
| XYZ | 48.08 | 22.82 | 95.64 | - |
| YUV | 98.86 | 215.56 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 6 | 254 | 0.13 | 0.98 | 0 | 0.00 | 292.26 | 0.99 | 0.51 |
| Hex | DE | 6 | FE | D | 62 | 0 | 0 | 124 | 63 | 33 |
| Octal | 336 | 6 | 376 | 15 | 142 | 0 | 0 | 444 | 143 | 63 |
| Binary | 11011110 | 110 | 11111110 | 1101 | 1100010 | 0 | 0 | 100100100 | 1100011 | 110011 |
Color Harmonies of #DE06FE
Complementary color
Monochromatic Colors of #DE06FE
Black with #DE06FE
Text Example
Text Example
White with #DE06FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE06FE; }
p { color: rgb(222,6,254); }
H1.HeaderClassName
{
color: #DE06FE;
}
.AnyTagClassName
{
color: #DE06FE;
}
</style>
background-color css
<style>
a { background-color: #DE06FE; }
a { background-color: rgb(222,6,254); }
div.DivClassName
{
background-color: #DE06FE;
}
.BgClassName
{
background-color: #DE06FE;
}
</style>
border-color css
<style>
span { border-color: #DE06FE; }
span { border-color: rgb(222,6,254); }
td.TdClassName
{
border-color: #DE06FE;
}
.TagClassName
{
border-color: #DE06FE;
}
</style>