Shades of Psychedelic Purple #DE00FF
Tints of Psychedelic Purple #DE00FF
RGB
CMYK
RGB Variations
Color information
#DE00FF (or 0xDE00FF) is known color: Psychedelic Purple. HEX triplet: DE, 00 and FF. RGB value is (222,0,255). Sum of RGB (Red+Green+Blue) = 222+0+255=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 0 (0.39% from 255 or 0% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE00FF is #21FF00. Grayscale: #5E5E5E. Windows color (decimal): -2227969 or 16711902. OLE color: 16711902.
HSL color Cylindrical-coordinate representation of color #DE00FF: hue angle of 292.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE00FF is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 0 | 255 | - |
| CMYK | 0.13 | 1 | 0 | 0 |
| HSL | 292.24º | 1% | 0.5% | - |
| HSV(B) | 292.24º | 1% | 1% | - |
| XYZ | 48.17 | 22.75 | 96.46 | - |
| YUV | 95.45 | 218.05 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 255 | 0.13 | 1 | 0 | 0 | 292.24 | 1 | 0.5 |
| Hex | DE | 0 | FF | D | 64 | 0 | 0 | 124 | 64 | 32 |
| Octal | 336 | 0 | 377 | 15 | 144 | 0 | 0 | 444 | 144 | 62 |
| Binary | 11011110 | 0 | 11111111 | 1101 | 1100100 | 0 | 0 | 100100100 | 1100100 | 110010 |
Color Harmonies of #DE00FF
Complementary color
Monochromatic Colors of #DE00FF
Black with #DE00FF
Text Example
Text Example
White with #DE00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE00FF; }
p { color: rgb(222,0,255); }
H1.HeaderClassName
{
color: #DE00FF;
}
.AnyTagClassName
{
color: #DE00FF;
}
</style>
background-color css
<style>
a { background-color: #DE00FF; }
a { background-color: rgb(222,0,255); }
div.DivClassName
{
background-color: #DE00FF;
}
.BgClassName
{
background-color: #DE00FF;
}
</style>
border-color css
<style>
span { border-color: #DE00FF; }
span { border-color: rgb(222,0,255); }
td.TdClassName
{
border-color: #DE00FF;
}
.TagClassName
{
border-color: #DE00FF;
}
</style>