Shades of Psychedelic Purple #DE0CEC
Tints of Psychedelic Purple #DE0CEC
RGB
CMYK
RGB Variations
Color information
#DE0CEC (or 0xDE0CEC) is known color: Psychedelic Purple. HEX triplet: DE, 0C and EC. RGB value is (222,12,236). Sum of RGB (Red+Green+Blue) = 222+12+236=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 12 (5.08% from 255 or 2.55% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE0CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE0CEC is #21F313. Grayscale: #636363. Windows color (decimal): -2224916 or 15469790. OLE color: 15469790.
HSL color Cylindrical-coordinate representation of color #DE0CEC: hue angle of 296.25º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0CEC is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 12 | 236 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.07 |
| HSL | 296.25º | 0.9% | 0.49% | - |
| HSV(B) | 296.25º | 0.95% | 0.93% | - |
| XYZ | 45.4 | 21.85 | 81.18 | - |
| YUV | 100.33 | 204.57 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 236 | 0.06 | 0.95 | 0 | 0.07 | 296.25 | 0.9 | 0.49 |
| Hex | DE | C | EC | 6 | 5F | 0 | 7 | 128 | 5A | 31 |
| Octal | 336 | 14 | 354 | 6 | 137 | 0 | 7 | 450 | 132 | 61 |
| Binary | 11011110 | 1100 | 11101100 | 110 | 1011111 | 0 | 111 | 100101000 | 1011010 | 110001 |
Color Harmonies of #DE0CEC
Complementary color
Monochromatic Colors of #DE0CEC
Black with #DE0CEC
Text Example
Text Example
White with #DE0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0CEC; }
p { color: rgb(222,12,236); }
H1.HeaderClassName
{
color: #DE0CEC;
}
.AnyTagClassName
{
color: #DE0CEC;
}
</style>
background-color css
<style>
a { background-color: #DE0CEC; }
a { background-color: rgb(222,12,236); }
div.DivClassName
{
background-color: #DE0CEC;
}
.BgClassName
{
background-color: #DE0CEC;
}
</style>
border-color css
<style>
span { border-color: #DE0CEC; }
span { border-color: rgb(222,12,236); }
td.TdClassName
{
border-color: #DE0CEC;
}
.TagClassName
{
border-color: #DE0CEC;
}
</style>