Shades of Psychedelic Purple #DC0EEA
Tints of Psychedelic Purple #DC0EEA
RGB
CMYK
RGB Variations
Color information
#DC0EEA (or 0xDC0EEA) is known color: Psychedelic Purple. HEX triplet: DC, 0E and EA. RGB value is (220,14,234). Sum of RGB (Red+Green+Blue) = 220+14+234=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC0EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0EEA is #23F115. Grayscale: #646464. Windows color (decimal): -2355478 or 15339228. OLE color: 15339228.
HSL color Cylindrical-coordinate representation of color #DC0EEA: hue angle of 296.18º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0EEA is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 14 | 234 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.08 |
| HSL | 296.18º | 0.89% | 0.49% | - |
| HSV(B) | 296.18º | 0.94% | 0.92% | - |
| XYZ | 44.52 | 21.47 | 79.64 | - |
| YUV | 100.67 | 203.25 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 234 | 0.06 | 0.94 | 0 | 0.08 | 296.18 | 0.89 | 0.49 |
| Hex | DC | E | EA | 6 | 5E | 0 | 8 | 128 | 59 | 31 |
| Octal | 334 | 16 | 352 | 6 | 136 | 0 | 10 | 450 | 131 | 61 |
| Binary | 11011100 | 1110 | 11101010 | 110 | 1011110 | 0 | 1000 | 100101000 | 1011001 | 110001 |
Color Harmonies of #DC0EEA
Complementary color
Monochromatic Colors of #DC0EEA
Black with #DC0EEA
Text Example
Text Example
White with #DC0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0EEA; }
p { color: rgb(220,14,234); }
H1.HeaderClassName
{
color: #DC0EEA;
}
.AnyTagClassName
{
color: #DC0EEA;
}
</style>
background-color css
<style>
a { background-color: #DC0EEA; }
a { background-color: rgb(220,14,234); }
div.DivClassName
{
background-color: #DC0EEA;
}
.BgClassName
{
background-color: #DC0EEA;
}
</style>
border-color css
<style>
span { border-color: #DC0EEA; }
span { border-color: rgb(220,14,234); }
td.TdClassName
{
border-color: #DC0EEA;
}
.TagClassName
{
border-color: #DC0EEA;
}
</style>