Shades of Psychedelic Purple #DC02EA
Tints of Psychedelic Purple #DC02EA
RGB
CMYK
RGB Variations
Color information
#DC02EA (or 0xDC02EA) is known color: Psychedelic Purple. HEX triplet: DC, 02 and EA. RGB value is (220,2,234). Sum of RGB (Red+Green+Blue) = 220+2+234=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 2 (1.17% from 255 or 0.44% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC02EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC02EA is #23FD15. Grayscale: #5C5C5C. Windows color (decimal): -2358550 or 15336156. OLE color: 15336156.
HSL color Cylindrical-coordinate representation of color #DC02EA: hue angle of 296.38º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02EA is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 2 | 234 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.08 |
| HSL | 296.38º | 0.98% | 0.46% | - |
| HSV(B) | 296.38º | 0.99% | 0.92% | - |
| XYZ | 44.39 | 21.2 | 79.59 | - |
| YUV | 93.63 | 207.22 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 234 | 0.06 | 0.99 | 0 | 0.08 | 296.38 | 0.98 | 0.46 |
| Hex | DC | 2 | EA | 6 | 63 | 0 | 8 | 128 | 62 | 2E |
| Octal | 334 | 2 | 352 | 6 | 143 | 0 | 10 | 450 | 142 | 56 |
| Binary | 11011100 | 10 | 11101010 | 110 | 1100011 | 0 | 1000 | 100101000 | 1100010 | 101110 |
Color Harmonies of #DC02EA
Complementary color
Monochromatic Colors of #DC02EA
Black with #DC02EA
Text Example
Text Example
White with #DC02EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02EA; }
p { color: rgb(220,2,234); }
H1.HeaderClassName
{
color: #DC02EA;
}
.AnyTagClassName
{
color: #DC02EA;
}
</style>
background-color css
<style>
a { background-color: #DC02EA; }
a { background-color: rgb(220,2,234); }
div.DivClassName
{
background-color: #DC02EA;
}
.BgClassName
{
background-color: #DC02EA;
}
</style>
border-color css
<style>
span { border-color: #DC02EA; }
span { border-color: rgb(220,2,234); }
td.TdClassName
{
border-color: #DC02EA;
}
.TagClassName
{
border-color: #DC02EA;
}
</style>