Shades of Psychedelic Purple #DC01FE
Tints of Psychedelic Purple #DC01FE
RGB
CMYK
RGB Variations
Color information
#DC01FE (or 0xDC01FE) is known color: Psychedelic Purple. HEX triplet: DC, 01 and FE. RGB value is (220,1,254). Sum of RGB (Red+Green+Blue) = 220+1+254=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 1 (0.78% from 255 or 0.21% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC01FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC01FE is #23FE01. Grayscale: #5E5E5E. Windows color (decimal): -2358786 or 16646620. OLE color: 16646620.
HSL color Cylindrical-coordinate representation of color #DC01FE: hue angle of 291.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC01FE is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 1 | 254 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.00 |
| HSL | 291.94º | 0.99% | 0.5% | - |
| HSV(B) | 291.94º | 1% | 1% | - |
| XYZ | 47.42 | 22.39 | 95.59 | - |
| YUV | 95.32 | 217.55 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 254 | 0.13 | 1.00 | 0 | 0.00 | 291.94 | 0.99 | 0.5 |
| Hex | DC | 1 | FE | D | 64 | 0 | 0 | 124 | 63 | 32 |
| Octal | 334 | 1 | 376 | 15 | 144 | 0 | 0 | 444 | 143 | 62 |
| Binary | 11011100 | 1 | 11111110 | 1101 | 1100100 | 0 | 0 | 100100100 | 1100011 | 110010 |
Color Harmonies of #DC01FE
Complementary color
Monochromatic Colors of #DC01FE
Black with #DC01FE
Text Example
Text Example
White with #DC01FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC01FE; }
p { color: rgb(220,1,254); }
H1.HeaderClassName
{
color: #DC01FE;
}
.AnyTagClassName
{
color: #DC01FE;
}
</style>
background-color css
<style>
a { background-color: #DC01FE; }
a { background-color: rgb(220,1,254); }
div.DivClassName
{
background-color: #DC01FE;
}
.BgClassName
{
background-color: #DC01FE;
}
</style>
border-color css
<style>
span { border-color: #DC01FE; }
span { border-color: rgb(220,1,254); }
td.TdClassName
{
border-color: #DC01FE;
}
.TagClassName
{
border-color: #DC01FE;
}
</style>