Shades of Psychedelic Purple #DC05FE
Tints of Psychedelic Purple #DC05FE
RGB
CMYK
RGB Variations
Color information
#DC05FE (or 0xDC05FE) is known color: Psychedelic Purple. HEX triplet: DC, 05 and FE. RGB value is (220,5,254). Sum of RGB (Red+Green+Blue) = 220+5+254=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 5 (2.34% from 255 or 1.04% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC05FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC05FE is #23FA01. Grayscale: #606060. Windows color (decimal): -2357762 or 16647644. OLE color: 16647644.
HSL color Cylindrical-coordinate representation of color #DC05FE: hue angle of 291.81º 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 #DC05FE is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 5 | 254 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.00 |
| HSL | 291.81º | 0.99% | 0.51% | - |
| HSV(B) | 291.81º | 0.98% | 1% | - |
| XYZ | 47.46 | 22.48 | 95.6 | - |
| YUV | 97.67 | 216.23 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 254 | 0.13 | 0.98 | 0 | 0.00 | 291.81 | 0.99 | 0.51 |
| Hex | DC | 5 | FE | D | 62 | 0 | 0 | 124 | 63 | 33 |
| Octal | 334 | 5 | 376 | 15 | 142 | 0 | 0 | 444 | 143 | 63 |
| Binary | 11011100 | 101 | 11111110 | 1101 | 1100010 | 0 | 0 | 100100100 | 1100011 | 110011 |
Color Harmonies of #DC05FE
Complementary color
Monochromatic Colors of #DC05FE
Black with #DC05FE
Text Example
Text Example
White with #DC05FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05FE; }
p { color: rgb(220,5,254); }
H1.HeaderClassName
{
color: #DC05FE;
}
.AnyTagClassName
{
color: #DC05FE;
}
</style>
background-color css
<style>
a { background-color: #DC05FE; }
a { background-color: rgb(220,5,254); }
div.DivClassName
{
background-color: #DC05FE;
}
.BgClassName
{
background-color: #DC05FE;
}
</style>
border-color css
<style>
span { border-color: #DC05FE; }
span { border-color: rgb(220,5,254); }
td.TdClassName
{
border-color: #DC05FE;
}
.TagClassName
{
border-color: #DC05FE;
}
</style>