Shades of Psychedelic Purple #DC03EC
Tints of Psychedelic Purple #DC03EC
RGB
CMYK
RGB Variations
Color information
#DC03EC (or 0xDC03EC) is known color: Psychedelic Purple. HEX triplet: DC, 03 and EC. RGB value is (220,3,236). Sum of RGB (Red+Green+Blue) = 220+3+236=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 3 (1.56% from 255 or 0.65% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC03EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC03EC is #23FC13. Grayscale: #5D5D5D. Windows color (decimal): -2358292 or 15467484. OLE color: 15467484.
HSL color Cylindrical-coordinate representation of color #DC03EC: hue angle of 295.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC03EC is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 3 | 236 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.07 |
| HSL | 295.88º | 0.97% | 0.47% | - |
| HSV(B) | 295.88º | 0.99% | 0.93% | - |
| XYZ | 44.69 | 21.34 | 81.12 | - |
| YUV | 94.45 | 207.89 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 236 | 0.07 | 0.99 | 0 | 0.07 | 295.88 | 0.97 | 0.47 |
| Hex | DC | 3 | EC | 7 | 63 | 0 | 7 | 128 | 61 | 2F |
| Octal | 334 | 3 | 354 | 7 | 143 | 0 | 7 | 450 | 141 | 57 |
| Binary | 11011100 | 11 | 11101100 | 111 | 1100011 | 0 | 111 | 100101000 | 1100001 | 101111 |
Color Harmonies of #DC03EC
Complementary color
Monochromatic Colors of #DC03EC
Black with #DC03EC
Text Example
Text Example
White with #DC03EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03EC; }
p { color: rgb(220,3,236); }
H1.HeaderClassName
{
color: #DC03EC;
}
.AnyTagClassName
{
color: #DC03EC;
}
</style>
background-color css
<style>
a { background-color: #DC03EC; }
a { background-color: rgb(220,3,236); }
div.DivClassName
{
background-color: #DC03EC;
}
.BgClassName
{
background-color: #DC03EC;
}
</style>
border-color css
<style>
span { border-color: #DC03EC; }
span { border-color: rgb(220,3,236); }
td.TdClassName
{
border-color: #DC03EC;
}
.TagClassName
{
border-color: #DC03EC;
}
</style>