Shades of Psychedelic Purple #DE0DEC
Tints of Psychedelic Purple #DE0DEC
RGB
CMYK
RGB Variations
Color information
#DE0DEC (or 0xDE0DEC) is known color: Psychedelic Purple. HEX triplet: DE, 0D and EC. RGB value is (222,13,236). Sum of RGB (Red+Green+Blue) = 222+13+236=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE0DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE0DEC is #21F213. Grayscale: #646464. Windows color (decimal): -2224660 or 15470046. OLE color: 15470046.
HSL color Cylindrical-coordinate representation of color #DE0DEC: hue angle of 296.23º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0DEC is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 13 | 236 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.07 |
| HSL | 296.23º | 0.9% | 0.49% | - |
| HSV(B) | 296.23º | 0.94% | 0.93% | - |
| XYZ | 45.41 | 21.87 | 81.19 | - |
| YUV | 100.91 | 204.24 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 236 | 0.06 | 0.94 | 0 | 0.07 | 296.23 | 0.9 | 0.49 |
| Hex | DE | D | EC | 6 | 5E | 0 | 7 | 128 | 5A | 31 |
| Octal | 336 | 15 | 354 | 6 | 136 | 0 | 7 | 450 | 132 | 61 |
| Binary | 11011110 | 1101 | 11101100 | 110 | 1011110 | 0 | 111 | 100101000 | 1011010 | 110001 |
Color Harmonies of #DE0DEC
Complementary color
Monochromatic Colors of #DE0DEC
Black with #DE0DEC
Text Example
Text Example
White with #DE0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0DEC; }
p { color: rgb(222,13,236); }
H1.HeaderClassName
{
color: #DE0DEC;
}
.AnyTagClassName
{
color: #DE0DEC;
}
</style>
background-color css
<style>
a { background-color: #DE0DEC; }
a { background-color: rgb(222,13,236); }
div.DivClassName
{
background-color: #DE0DEC;
}
.BgClassName
{
background-color: #DE0DEC;
}
</style>
border-color css
<style>
span { border-color: #DE0DEC; }
span { border-color: rgb(222,13,236); }
td.TdClassName
{
border-color: #DE0DEC;
}
.TagClassName
{
border-color: #DE0DEC;
}
</style>