Shades of Psychedelic Purple #DC02EF
Tints of Psychedelic Purple #DC02EF
RGB
CMYK
RGB Variations
Color information
#DC02EF (or 0xDC02EF) is known color: Psychedelic Purple. HEX triplet: DC, 02 and EF. RGB value is (220,2,239). Sum of RGB (Red+Green+Blue) = 220+2+239=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 2 (1.17% from 255 or 0.43% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC02EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC02EF is #23FD10. Grayscale: #5D5D5D. Windows color (decimal): -2358545 or 15663836. OLE color: 15663836.
HSL color Cylindrical-coordinate representation of color #DC02EF: hue angle of 295.19º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02EF is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 2 | 239 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.06 |
| HSL | 295.19º | 0.98% | 0.47% | - |
| HSV(B) | 295.19º | 0.99% | 0.94% | - |
| XYZ | 45.12 | 21.49 | 83.43 | - |
| YUV | 94.2 | 209.72 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 239 | 0.08 | 0.99 | 0 | 0.06 | 295.19 | 0.98 | 0.47 |
| Hex | DC | 2 | EF | 8 | 63 | 0 | 6 | 127 | 62 | 2F |
| Octal | 334 | 2 | 357 | 10 | 143 | 0 | 6 | 447 | 142 | 57 |
| Binary | 11011100 | 10 | 11101111 | 1000 | 1100011 | 0 | 110 | 100100111 | 1100010 | 101111 |
Color Harmonies of #DC02EF
Complementary color
Monochromatic Colors of #DC02EF
Black with #DC02EF
Text Example
Text Example
White with #DC02EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02EF; }
p { color: rgb(220,2,239); }
H1.HeaderClassName
{
color: #DC02EF;
}
.AnyTagClassName
{
color: #DC02EF;
}
</style>
background-color css
<style>
a { background-color: #DC02EF; }
a { background-color: rgb(220,2,239); }
div.DivClassName
{
background-color: #DC02EF;
}
.BgClassName
{
background-color: #DC02EF;
}
</style>
border-color css
<style>
span { border-color: #DC02EF; }
span { border-color: rgb(220,2,239); }
td.TdClassName
{
border-color: #DC02EF;
}
.TagClassName
{
border-color: #DC02EF;
}
</style>