Shades of Psychedelic Purple #DC04EE
Tints of Psychedelic Purple #DC04EE
RGB
CMYK
RGB Variations
Color information
#DC04EE (or 0xDC04EE) is known color: Psychedelic Purple. HEX triplet: DC, 04 and EE. RGB value is (220,4,238). Sum of RGB (Red+Green+Blue) = 220+4+238=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 4 (1.95% from 255 or 0.87% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC04EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC04EE is #23FB11. Grayscale: #5E5E5E. Windows color (decimal): -2358034 or 15598812. OLE color: 15598812.
HSL color Cylindrical-coordinate representation of color #DC04EE: hue angle of 295.38º degrees, saturation: 0.97, 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 #DC04EE is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 4 | 238 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.07 |
| HSL | 295.38º | 0.97% | 0.47% | - |
| HSV(B) | 295.38º | 0.98% | 0.93% | - |
| XYZ | 44.99 | 21.48 | 82.66 | - |
| YUV | 95.26 | 208.56 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 238 | 0.08 | 0.98 | 0 | 0.07 | 295.38 | 0.97 | 0.47 |
| Hex | DC | 4 | EE | 8 | 62 | 0 | 7 | 127 | 61 | 2F |
| Octal | 334 | 4 | 356 | 10 | 142 | 0 | 7 | 447 | 141 | 57 |
| Binary | 11011100 | 100 | 11101110 | 1000 | 1100010 | 0 | 111 | 100100111 | 1100001 | 101111 |
Color Harmonies of #DC04EE
Complementary color
Monochromatic Colors of #DC04EE
Black with #DC04EE
Text Example
Text Example
White with #DC04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04EE; }
p { color: rgb(220,4,238); }
H1.HeaderClassName
{
color: #DC04EE;
}
.AnyTagClassName
{
color: #DC04EE;
}
</style>
background-color css
<style>
a { background-color: #DC04EE; }
a { background-color: rgb(220,4,238); }
div.DivClassName
{
background-color: #DC04EE;
}
.BgClassName
{
background-color: #DC04EE;
}
</style>
border-color css
<style>
span { border-color: #DC04EE; }
span { border-color: rgb(220,4,238); }
td.TdClassName
{
border-color: #DC04EE;
}
.TagClassName
{
border-color: #DC04EE;
}
</style>