Shades of Psychedelic Purple #DC02FE
Tints of Psychedelic Purple #DC02FE
RGB
CMYK
RGB Variations
Color information
#DC02FE (or 0xDC02FE) is known color: Psychedelic Purple. HEX triplet: DC, 02 and FE. RGB value is (220,2,254). Sum of RGB (Red+Green+Blue) = 220+2+254=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 2 (1.17% from 255 or 0.42% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC02FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC02FE is #23FD01. Grayscale: #5F5F5F. Windows color (decimal): -2358530 or 16646876. OLE color: 16646876.
HSL color Cylindrical-coordinate representation of color #DC02FE: hue angle of 291.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02FE is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 2 | 254 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.00 |
| HSL | 291.9º | 0.99% | 0.5% | - |
| HSV(B) | 291.9º | 0.99% | 1% | - |
| XYZ | 47.43 | 22.41 | 95.59 | - |
| YUV | 95.91 | 217.22 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 254 | 0.13 | 0.99 | 0 | 0.00 | 291.9 | 0.99 | 0.5 |
| Hex | DC | 2 | FE | D | 63 | 0 | 0 | 124 | 63 | 32 |
| Octal | 334 | 2 | 376 | 15 | 143 | 0 | 0 | 444 | 143 | 62 |
| Binary | 11011100 | 10 | 11111110 | 1101 | 1100011 | 0 | 0 | 100100100 | 1100011 | 110010 |
Color Harmonies of #DC02FE
Complementary color
Monochromatic Colors of #DC02FE
Black with #DC02FE
Text Example
Text Example
White with #DC02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02FE; }
p { color: rgb(220,2,254); }
H1.HeaderClassName
{
color: #DC02FE;
}
.AnyTagClassName
{
color: #DC02FE;
}
</style>
background-color css
<style>
a { background-color: #DC02FE; }
a { background-color: rgb(220,2,254); }
div.DivClassName
{
background-color: #DC02FE;
}
.BgClassName
{
background-color: #DC02FE;
}
</style>
border-color css
<style>
span { border-color: #DC02FE; }
span { border-color: rgb(220,2,254); }
td.TdClassName
{
border-color: #DC02FE;
}
.TagClassName
{
border-color: #DC02FE;
}
</style>