Shades of Psychedelic Purple #DE0CEF
Tints of Psychedelic Purple #DE0CEF
RGB
CMYK
RGB Variations
Color information
#DE0CEF (or 0xDE0CEF) is known color: Psychedelic Purple. HEX triplet: DE, 0C and EF. RGB value is (222,12,239). Sum of RGB (Red+Green+Blue) = 222+12+239=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 12 (5.08% from 255 or 2.54% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #DE0CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE0CEF is #21F310. Grayscale: #636363. Windows color (decimal): -2224913 or 15666398. OLE color: 15666398.
HSL color Cylindrical-coordinate representation of color #DE0CEF: hue angle of 295.51º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0CEF is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 12 | 239 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.06 |
| HSL | 295.51º | 0.9% | 0.49% | - |
| HSV(B) | 295.51º | 0.95% | 0.94% | - |
| XYZ | 45.84 | 22.02 | 83.5 | - |
| YUV | 100.67 | 206.07 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 239 | 0.07 | 0.95 | 0 | 0.06 | 295.51 | 0.9 | 0.49 |
| Hex | DE | C | EF | 7 | 5F | 0 | 6 | 128 | 5A | 31 |
| Octal | 336 | 14 | 357 | 7 | 137 | 0 | 6 | 450 | 132 | 61 |
| Binary | 11011110 | 1100 | 11101111 | 111 | 1011111 | 0 | 110 | 100101000 | 1011010 | 110001 |
Color Harmonies of #DE0CEF
Complementary color
Monochromatic Colors of #DE0CEF
Black with #DE0CEF
Text Example
Text Example
White with #DE0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0CEF; }
p { color: rgb(222,12,239); }
H1.HeaderClassName
{
color: #DE0CEF;
}
.AnyTagClassName
{
color: #DE0CEF;
}
</style>
background-color css
<style>
a { background-color: #DE0CEF; }
a { background-color: rgb(222,12,239); }
div.DivClassName
{
background-color: #DE0CEF;
}
.BgClassName
{
background-color: #DE0CEF;
}
</style>
border-color css
<style>
span { border-color: #DE0CEF; }
span { border-color: rgb(222,12,239); }
td.TdClassName
{
border-color: #DE0CEF;
}
.TagClassName
{
border-color: #DE0CEF;
}
</style>