Shades of Psychedelic Purple #DC02FA
Tints of Psychedelic Purple #DC02FA
RGB
CMYK
RGB Variations
Color information
#DC02FA (or 0xDC02FA) is known color: Psychedelic Purple. HEX triplet: DC, 02 and FA. RGB value is (220,2,250). Sum of RGB (Red+Green+Blue) = 220+2+250=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 2 (1.17% from 255 or 0.42% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC02FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC02FA is #23FD05. Grayscale: #5E5E5E. Windows color (decimal): -2358534 or 16384732. OLE color: 16384732.
HSL color Cylindrical-coordinate representation of color #DC02FA: hue angle of 292.74º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02FA is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 2 | 250 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.02 |
| HSL | 292.74º | 0.98% | 0.49% | - |
| HSV(B) | 292.74º | 0.99% | 0.98% | - |
| XYZ | 46.79 | 22.16 | 92.25 | - |
| YUV | 95.45 | 215.22 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 250 | 0.12 | 0.99 | 0 | 0.02 | 292.74 | 0.98 | 0.49 |
| Hex | DC | 2 | FA | C | 63 | 0 | 2 | 125 | 62 | 31 |
| Octal | 334 | 2 | 372 | 14 | 143 | 0 | 2 | 445 | 142 | 61 |
| Binary | 11011100 | 10 | 11111010 | 1100 | 1100011 | 0 | 10 | 100100101 | 1100010 | 110001 |
Color Harmonies of #DC02FA
Complementary color
Monochromatic Colors of #DC02FA
Black with #DC02FA
Text Example
Text Example
White with #DC02FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02FA; }
p { color: rgb(220,2,250); }
H1.HeaderClassName
{
color: #DC02FA;
}
.AnyTagClassName
{
color: #DC02FA;
}
</style>
background-color css
<style>
a { background-color: #DC02FA; }
a { background-color: rgb(220,2,250); }
div.DivClassName
{
background-color: #DC02FA;
}
.BgClassName
{
background-color: #DC02FA;
}
</style>
border-color css
<style>
span { border-color: #DC02FA; }
span { border-color: rgb(220,2,250); }
td.TdClassName
{
border-color: #DC02FA;
}
.TagClassName
{
border-color: #DC02FA;
}
</style>