Shades of Psychedelic Purple #DC03EE
Tints of Psychedelic Purple #DC03EE
RGB
CMYK
RGB Variations
Color information
#DC03EE (or 0xDC03EE) is known color: Psychedelic Purple. HEX triplet: DC, 03 and EE. RGB value is (220,3,238). Sum of RGB (Red+Green+Blue) = 220+3+238=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 3 (1.56% from 255 or 0.65% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC03EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC03EE is #23FC11. Grayscale: #5D5D5D. Windows color (decimal): -2358290 or 15598556. OLE color: 15598556.
HSL color Cylindrical-coordinate representation of color #DC03EE: hue angle of 295.4º degrees, saturation: 0.98, 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 #DC03EE is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 3 | 238 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.07 |
| HSL | 295.4º | 0.98% | 0.47% | - |
| HSV(B) | 295.4º | 0.99% | 0.93% | - |
| XYZ | 44.98 | 21.45 | 82.66 | - |
| YUV | 94.67 | 208.89 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 238 | 0.08 | 0.99 | 0 | 0.07 | 295.4 | 0.98 | 0.47 |
| Hex | DC | 3 | EE | 8 | 63 | 0 | 7 | 127 | 62 | 2F |
| Octal | 334 | 3 | 356 | 10 | 143 | 0 | 7 | 447 | 142 | 57 |
| Binary | 11011100 | 11 | 11101110 | 1000 | 1100011 | 0 | 111 | 100100111 | 1100010 | 101111 |
Color Harmonies of #DC03EE
Complementary color
Monochromatic Colors of #DC03EE
Black with #DC03EE
Text Example
Text Example
White with #DC03EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03EE; }
p { color: rgb(220,3,238); }
H1.HeaderClassName
{
color: #DC03EE;
}
.AnyTagClassName
{
color: #DC03EE;
}
</style>
background-color css
<style>
a { background-color: #DC03EE; }
a { background-color: rgb(220,3,238); }
div.DivClassName
{
background-color: #DC03EE;
}
.BgClassName
{
background-color: #DC03EE;
}
</style>
border-color css
<style>
span { border-color: #DC03EE; }
span { border-color: rgb(220,3,238); }
td.TdClassName
{
border-color: #DC03EE;
}
.TagClassName
{
border-color: #DC03EE;
}
</style>