Shades of Psychedelic Purple #DC04EA
Tints of Psychedelic Purple #DC04EA
RGB
CMYK
RGB Variations
Color information
#DC04EA (or 0xDC04EA) is known color: Psychedelic Purple. HEX triplet: DC, 04 and EA. RGB value is (220,4,234). Sum of RGB (Red+Green+Blue) = 220+4+234=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 4 (1.95% from 255 or 0.87% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC04EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC04EA is #23FB15. Grayscale: #5E5E5E. Windows color (decimal): -2358038 or 15336668. OLE color: 15336668.
HSL color Cylindrical-coordinate representation of color #DC04EA: hue angle of 296.35º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC04EA is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 4 | 234 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.08 |
| HSL | 296.35º | 0.97% | 0.47% | - |
| HSV(B) | 296.35º | 0.98% | 0.92% | - |
| XYZ | 44.41 | 21.24 | 79.6 | - |
| YUV | 94.8 | 206.56 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 234 | 0.06 | 0.98 | 0 | 0.08 | 296.35 | 0.97 | 0.47 |
| Hex | DC | 4 | EA | 6 | 62 | 0 | 8 | 128 | 61 | 2F |
| Octal | 334 | 4 | 352 | 6 | 142 | 0 | 10 | 450 | 141 | 57 |
| Binary | 11011100 | 100 | 11101010 | 110 | 1100010 | 0 | 1000 | 100101000 | 1100001 | 101111 |
Color Harmonies of #DC04EA
Complementary color
Monochromatic Colors of #DC04EA
Black with #DC04EA
Text Example
Text Example
White with #DC04EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04EA; }
p { color: rgb(220,4,234); }
H1.HeaderClassName
{
color: #DC04EA;
}
.AnyTagClassName
{
color: #DC04EA;
}
</style>
background-color css
<style>
a { background-color: #DC04EA; }
a { background-color: rgb(220,4,234); }
div.DivClassName
{
background-color: #DC04EA;
}
.BgClassName
{
background-color: #DC04EA;
}
</style>
border-color css
<style>
span { border-color: #DC04EA; }
span { border-color: rgb(220,4,234); }
td.TdClassName
{
border-color: #DC04EA;
}
.TagClassName
{
border-color: #DC04EA;
}
</style>