Shades of Psychedelic Purple #DC00FE
Tints of Psychedelic Purple #DC00FE
RGB
CMYK
RGB Variations
Color information
#DC00FE (or 0xDC00FE) is known color: Psychedelic Purple. HEX triplet: DC, 00 and FE. RGB value is (220,0,254). Sum of RGB (Red+Green+Blue) = 220+0+254=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC00FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC00FE is #23FF01. Grayscale: #5D5D5D. Windows color (decimal): -2359042 or 16646364. OLE color: 16646364.
HSL color Cylindrical-coordinate representation of color #DC00FE: hue angle of 291.97º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00FE is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 0 | 254 | - |
| CMYK | 0.13 | 1 | 0 | 0.00 |
| HSL | 291.97º | 1% | 0.5% | - |
| HSV(B) | 291.97º | 1% | 1% | - |
| XYZ | 47.4 | 22.37 | 95.59 | - |
| YUV | 94.74 | 217.89 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 254 | 0.13 | 1 | 0 | 0.00 | 291.97 | 1 | 0.5 |
| Hex | DC | 0 | FE | D | 64 | 0 | 0 | 124 | 64 | 32 |
| Octal | 334 | 0 | 376 | 15 | 144 | 0 | 0 | 444 | 144 | 62 |
| Binary | 11011100 | 0 | 11111110 | 1101 | 1100100 | 0 | 0 | 100100100 | 1100100 | 110010 |
Color Harmonies of #DC00FE
Complementary color
Monochromatic Colors of #DC00FE
Black with #DC00FE
Text Example
Text Example
White with #DC00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC00FE; }
p { color: rgb(220,0,254); }
H1.HeaderClassName
{
color: #DC00FE;
}
.AnyTagClassName
{
color: #DC00FE;
}
</style>
background-color css
<style>
a { background-color: #DC00FE; }
a { background-color: rgb(220,0,254); }
div.DivClassName
{
background-color: #DC00FE;
}
.BgClassName
{
background-color: #DC00FE;
}
</style>
border-color css
<style>
span { border-color: #DC00FE; }
span { border-color: rgb(220,0,254); }
td.TdClassName
{
border-color: #DC00FE;
}
.TagClassName
{
border-color: #DC00FE;
}
</style>