Shades of Psychedelic Purple #DC04FE
Tints of Psychedelic Purple #DC04FE
RGB
CMYK
RGB Variations
Color information
#DC04FE (or 0xDC04FE) is known color: Psychedelic Purple. HEX triplet: DC, 04 and FE. RGB value is (220,4,254). Sum of RGB (Red+Green+Blue) = 220+4+254=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 4 (1.95% from 255 or 0.84% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC04FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC04FE is #23FB01. Grayscale: #606060. Windows color (decimal): -2358018 or 16647388. OLE color: 16647388.
HSL color Cylindrical-coordinate representation of color #DC04FE: hue angle of 291.84º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC04FE is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 4 | 254 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.00 |
| HSL | 291.84º | 0.99% | 0.51% | - |
| HSV(B) | 291.84º | 0.98% | 1% | - |
| XYZ | 47.45 | 22.46 | 95.6 | - |
| YUV | 97.08 | 216.56 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 254 | 0.13 | 0.98 | 0 | 0.00 | 291.84 | 0.99 | 0.51 |
| Hex | DC | 4 | FE | D | 62 | 0 | 0 | 124 | 63 | 33 |
| Octal | 334 | 4 | 376 | 15 | 142 | 0 | 0 | 444 | 143 | 63 |
| Binary | 11011100 | 100 | 11111110 | 1101 | 1100010 | 0 | 0 | 100100100 | 1100011 | 110011 |
Color Harmonies of #DC04FE
Complementary color
Monochromatic Colors of #DC04FE
Black with #DC04FE
Text Example
Text Example
White with #DC04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04FE; }
p { color: rgb(220,4,254); }
H1.HeaderClassName
{
color: #DC04FE;
}
.AnyTagClassName
{
color: #DC04FE;
}
</style>
background-color css
<style>
a { background-color: #DC04FE; }
a { background-color: rgb(220,4,254); }
div.DivClassName
{
background-color: #DC04FE;
}
.BgClassName
{
background-color: #DC04FE;
}
</style>
border-color css
<style>
span { border-color: #DC04FE; }
span { border-color: rgb(220,4,254); }
td.TdClassName
{
border-color: #DC04FE;
}
.TagClassName
{
border-color: #DC04FE;
}
</style>