Shades of Psychedelic Purple #DC05EC
Tints of Psychedelic Purple #DC05EC
RGB
CMYK
RGB Variations
Color information
#DC05EC (or 0xDC05EC) is known color: Psychedelic Purple. HEX triplet: DC, 05 and EC. RGB value is (220,5,236). Sum of RGB (Red+Green+Blue) = 220+5+236=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC05EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC05EC is #23FA13. Grayscale: #5E5E5E. Windows color (decimal): -2357780 or 15467996. OLE color: 15467996.
HSL color Cylindrical-coordinate representation of color #DC05EC: hue angle of 295.84º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC05EC is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 5 | 236 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.07 |
| HSL | 295.84º | 0.96% | 0.47% | - |
| HSV(B) | 295.84º | 0.98% | 0.93% | - |
| XYZ | 44.71 | 21.38 | 81.13 | - |
| YUV | 95.62 | 207.23 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 236 | 0.07 | 0.98 | 0 | 0.07 | 295.84 | 0.96 | 0.47 |
| Hex | DC | 5 | EC | 7 | 62 | 0 | 7 | 128 | 60 | 2F |
| Octal | 334 | 5 | 354 | 7 | 142 | 0 | 7 | 450 | 140 | 57 |
| Binary | 11011100 | 101 | 11101100 | 111 | 1100010 | 0 | 111 | 100101000 | 1100000 | 101111 |
Color Harmonies of #DC05EC
Complementary color
Monochromatic Colors of #DC05EC
Black with #DC05EC
Text Example
Text Example
White with #DC05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05EC; }
p { color: rgb(220,5,236); }
H1.HeaderClassName
{
color: #DC05EC;
}
.AnyTagClassName
{
color: #DC05EC;
}
</style>
background-color css
<style>
a { background-color: #DC05EC; }
a { background-color: rgb(220,5,236); }
div.DivClassName
{
background-color: #DC05EC;
}
.BgClassName
{
background-color: #DC05EC;
}
</style>
border-color css
<style>
span { border-color: #DC05EC; }
span { border-color: rgb(220,5,236); }
td.TdClassName
{
border-color: #DC05EC;
}
.TagClassName
{
border-color: #DC05EC;
}
</style>