Shades of Psychedelic Purple #DC00EA
Tints of Psychedelic Purple #DC00EA
RGB
CMYK
RGB Variations
Color information
#DC00EA (or 0xDC00EA) is known color: Psychedelic Purple. HEX triplet: DC, 00 and EA. RGB value is (220,0,234). Sum of RGB (Red+Green+Blue) = 220+0+234=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC00EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC00EA is #23FF15. Grayscale: #5B5B5B. Windows color (decimal): -2359062 or 15335644. OLE color: 15335644.
HSL color Cylindrical-coordinate representation of color #DC00EA: hue angle of 296.41º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00EA is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 0 | 234 | - |
| CMYK | 0.06 | 1 | 0 | 0.08 |
| HSL | 296.41º | 1% | 0.46% | - |
| HSV(B) | 296.41º | 1% | 0.92% | - |
| XYZ | 44.37 | 21.16 | 79.59 | - |
| YUV | 92.46 | 207.89 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 234 | 0.06 | 1 | 0 | 0.08 | 296.41 | 1 | 0.46 |
| Hex | DC | 0 | EA | 6 | 64 | 0 | 8 | 128 | 64 | 2E |
| Octal | 334 | 0 | 352 | 6 | 144 | 0 | 10 | 450 | 144 | 56 |
| Binary | 11011100 | 0 | 11101010 | 110 | 1100100 | 0 | 1000 | 100101000 | 1100100 | 101110 |
Color Harmonies of #DC00EA
Complementary color
Monochromatic Colors of #DC00EA
Black with #DC00EA
Text Example
Text Example
White with #DC00EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC00EA; }
p { color: rgb(220,0,234); }
H1.HeaderClassName
{
color: #DC00EA;
}
.AnyTagClassName
{
color: #DC00EA;
}
</style>
background-color css
<style>
a { background-color: #DC00EA; }
a { background-color: rgb(220,0,234); }
div.DivClassName
{
background-color: #DC00EA;
}
.BgClassName
{
background-color: #DC00EA;
}
</style>
border-color css
<style>
span { border-color: #DC00EA; }
span { border-color: rgb(220,0,234); }
td.TdClassName
{
border-color: #DC00EA;
}
.TagClassName
{
border-color: #DC00EA;
}
</style>