Shades of Psychedelic Purple #DC21EC
Tints of Psychedelic Purple #DC21EC
RGB
CMYK
RGB Variations
Color information
#DC21EC (or 0xDC21EC) is known color: Psychedelic Purple. HEX triplet: DC, 21 and EC. RGB value is (220,33,236). Sum of RGB (Red+Green+Blue) = 220+33+236=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 33 (13.28% from 255 or 6.75% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC21EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC21EC is #23DE13. Grayscale: #6F6F6F. Windows color (decimal): -2350612 or 15475164. OLE color: 15475164.
HSL color Cylindrical-coordinate representation of color #DC21EC: hue angle of 295.27º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC21EC is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 33 | 236 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.07 |
| HSL | 295.27º | 0.84% | 0.53% | - |
| HSV(B) | 295.27º | 0.86% | 0.93% | - |
| XYZ | 45.2 | 22.36 | 81.29 | - |
| YUV | 112.06 | 197.95 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 236 | 0.07 | 0.86 | 0 | 0.07 | 295.27 | 0.84 | 0.53 |
| Hex | DC | 21 | EC | 7 | 56 | 0 | 7 | 127 | 54 | 35 |
| Octal | 334 | 41 | 354 | 7 | 126 | 0 | 7 | 447 | 124 | 65 |
| Binary | 11011100 | 100001 | 11101100 | 111 | 1010110 | 0 | 111 | 100100111 | 1010100 | 110101 |
Color Harmonies of #DC21EC
Complementary color
Monochromatic Colors of #DC21EC
Black with #DC21EC
Text Example
Text Example
White with #DC21EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC21EC; }
p { color: rgb(220,33,236); }
H1.HeaderClassName
{
color: #DC21EC;
}
.AnyTagClassName
{
color: #DC21EC;
}
</style>
background-color css
<style>
a { background-color: #DC21EC; }
a { background-color: rgb(220,33,236); }
div.DivClassName
{
background-color: #DC21EC;
}
.BgClassName
{
background-color: #DC21EC;
}
</style>
border-color css
<style>
span { border-color: #DC21EC; }
span { border-color: rgb(220,33,236); }
td.TdClassName
{
border-color: #DC21EC;
}
.TagClassName
{
border-color: #DC21EC;
}
</style>