Shades of Psychedelic Purple #DC03E8
Tints of Psychedelic Purple #DC03E8
RGB
CMYK
RGB Variations
Color information
#DC03E8 (or 0xDC03E8) is known color: Psychedelic Purple. HEX triplet: DC, 03 and E8. RGB value is (220,3,232). Sum of RGB (Red+Green+Blue) = 220+3+232=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC03E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC03E8 is #23FC17. Grayscale: #5D5D5D. Windows color (decimal): -2358296 or 15205340. OLE color: 15205340.
HSL color Cylindrical-coordinate representation of color #DC03E8: hue angle of 296.86º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC03E8 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 3 | 232 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.09 |
| HSL | 296.86º | 0.97% | 0.46% | - |
| HSV(B) | 296.86º | 0.99% | 0.91% | - |
| XYZ | 44.11 | 21.11 | 78.09 | - |
| YUV | 93.99 | 205.89 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 232 | 0.05 | 0.99 | 0 | 0.09 | 296.86 | 0.97 | 0.46 |
| Hex | DC | 3 | E8 | 5 | 63 | 0 | 9 | 129 | 61 | 2E |
| Octal | 334 | 3 | 350 | 5 | 143 | 0 | 11 | 451 | 141 | 56 |
| Binary | 11011100 | 11 | 11101000 | 101 | 1100011 | 0 | 1001 | 100101001 | 1100001 | 101110 |
Color Harmonies of #DC03E8
Complementary color
Monochromatic Colors of #DC03E8
Black with #DC03E8
Text Example
Text Example
White with #DC03E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03E8; }
p { color: rgb(220,3,232); }
H1.HeaderClassName
{
color: #DC03E8;
}
.AnyTagClassName
{
color: #DC03E8;
}
</style>
background-color css
<style>
a { background-color: #DC03E8; }
a { background-color: rgb(220,3,232); }
div.DivClassName
{
background-color: #DC03E8;
}
.BgClassName
{
background-color: #DC03E8;
}
</style>
border-color css
<style>
span { border-color: #DC03E8; }
span { border-color: rgb(220,3,232); }
td.TdClassName
{
border-color: #DC03E8;
}
.TagClassName
{
border-color: #DC03E8;
}
</style>