Shades of Psychedelic Purple #DC02FC
Tints of Psychedelic Purple #DC02FC
RGB
CMYK
RGB Variations
Color information
#DC02FC (or 0xDC02FC) is known color: Psychedelic Purple. HEX triplet: DC, 02 and FC. RGB value is (220,2,252). Sum of RGB (Red+Green+Blue) = 220+2+252=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 2 (1.17% from 255 or 0.42% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC02FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC02FC is #23FD03. Grayscale: #5E5E5E. Windows color (decimal): -2358532 or 16515804. OLE color: 16515804.
HSL color Cylindrical-coordinate representation of color #DC02FC: hue angle of 292.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02FC is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 2 | 252 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.01 |
| HSL | 292.32º | 0.98% | 0.5% | - |
| HSV(B) | 292.32º | 0.99% | 0.99% | - |
| XYZ | 47.11 | 22.29 | 93.91 | - |
| YUV | 95.68 | 216.22 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 252 | 0.13 | 0.99 | 0 | 0.01 | 292.32 | 0.98 | 0.5 |
| Hex | DC | 2 | FC | D | 63 | 0 | 1 | 124 | 62 | 32 |
| Octal | 334 | 2 | 374 | 15 | 143 | 0 | 1 | 444 | 142 | 62 |
| Binary | 11011100 | 10 | 11111100 | 1101 | 1100011 | 0 | 1 | 100100100 | 1100010 | 110010 |
Color Harmonies of #DC02FC
Complementary color
Monochromatic Colors of #DC02FC
Black with #DC02FC
Text Example
Text Example
White with #DC02FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02FC; }
p { color: rgb(220,2,252); }
H1.HeaderClassName
{
color: #DC02FC;
}
.AnyTagClassName
{
color: #DC02FC;
}
</style>
background-color css
<style>
a { background-color: #DC02FC; }
a { background-color: rgb(220,2,252); }
div.DivClassName
{
background-color: #DC02FC;
}
.BgClassName
{
background-color: #DC02FC;
}
</style>
border-color css
<style>
span { border-color: #DC02FC; }
span { border-color: rgb(220,2,252); }
td.TdClassName
{
border-color: #DC02FC;
}
.TagClassName
{
border-color: #DC02FC;
}
</style>