Shades of Psychedelic Purple #DE00E7
Tints of Psychedelic Purple #DE00E7
RGB
CMYK
RGB Variations
Color information
#DE00E7 (or 0xDE00E7) is known color: Psychedelic Purple. HEX triplet: DE, 00 and E7. RGB value is (222,0,231). Sum of RGB (Red+Green+Blue) = 222+0+231=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 231 (90.62% from 255 or 50.99% from 453); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE00E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE00E7 is #21FF18. Grayscale: #5C5C5C. Windows color (decimal): -2227993 or 15139038. OLE color: 15139038.
HSL color Cylindrical-coordinate representation of color #DE00E7: hue angle of 297.66º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE00E7 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 0 | 231 | - |
| CMYK | 0.04 | 1 | 0 | 0.09 |
| HSL | 297.66º | 1% | 0.45% | - |
| HSV(B) | 297.66º | 1% | 0.91% | - |
| XYZ | 44.55 | 21.3 | 77.36 | - |
| YUV | 92.71 | 206.05 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 231 | 0.04 | 1 | 0 | 0.09 | 297.66 | 1 | 0.45 |
| Hex | DE | 0 | E7 | 4 | 64 | 0 | 9 | 12A | 64 | 2D |
| Octal | 336 | 0 | 347 | 4 | 144 | 0 | 11 | 452 | 144 | 55 |
| Binary | 11011110 | 0 | 11100111 | 100 | 1100100 | 0 | 1001 | 100101010 | 1100100 | 101101 |
Color Harmonies of #DE00E7
Complementary color
Monochromatic Colors of #DE00E7
Black with #DE00E7
Text Example
Text Example
White with #DE00E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE00E7; }
p { color: rgb(222,0,231); }
H1.HeaderClassName
{
color: #DE00E7;
}
.AnyTagClassName
{
color: #DE00E7;
}
</style>
background-color css
<style>
a { background-color: #DE00E7; }
a { background-color: rgb(222,0,231); }
div.DivClassName
{
background-color: #DE00E7;
}
.BgClassName
{
background-color: #DE00E7;
}
</style>
border-color css
<style>
span { border-color: #DE00E7; }
span { border-color: rgb(222,0,231); }
td.TdClassName
{
border-color: #DE00E7;
}
.TagClassName
{
border-color: #DE00E7;
}
</style>