Shades of Psychedelic Purple #DC00FF
Tints of Psychedelic Purple #DC00FF
RGB
CMYK
RGB Variations
Color information
#DC00FF (or 0xDC00FF) is known color: Psychedelic Purple. HEX triplet: DC, 00 and FF. RGB value is (220,0,255). Sum of RGB (Red+Green+Blue) = 220+0+255=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 0 (0.39% from 255 or 0% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC00FF is #23FF00. Grayscale: #5E5E5E. Windows color (decimal): -2359041 or 16711900. OLE color: 16711900.
HSL color Cylindrical-coordinate representation of color #DC00FF: hue angle of 291.76º 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 #DC00FF is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 0 | 255 | - |
| CMYK | 0.14 | 1 | 0 | 0 |
| HSL | 291.76º | 1% | 0.5% | - |
| HSV(B) | 291.76º | 1% | 1% | - |
| XYZ | 47.57 | 22.44 | 96.43 | - |
| YUV | 94.85 | 218.39 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 255 | 0.14 | 1 | 0 | 0 | 291.76 | 1 | 0.5 |
| Hex | DC | 0 | FF | E | 64 | 0 | 0 | 124 | 64 | 32 |
| Octal | 334 | 0 | 377 | 16 | 144 | 0 | 0 | 444 | 144 | 62 |
| Binary | 11011100 | 0 | 11111111 | 1110 | 1100100 | 0 | 0 | 100100100 | 1100100 | 110010 |
Color Harmonies of #DC00FF
Complementary color
Monochromatic Colors of #DC00FF
Black with #DC00FF
Text Example
Text Example
White with #DC00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC00FF; }
p { color: rgb(220,0,255); }
H1.HeaderClassName
{
color: #DC00FF;
}
.AnyTagClassName
{
color: #DC00FF;
}
</style>
background-color css
<style>
a { background-color: #DC00FF; }
a { background-color: rgb(220,0,255); }
div.DivClassName
{
background-color: #DC00FF;
}
.BgClassName
{
background-color: #DC00FF;
}
</style>
border-color css
<style>
span { border-color: #DC00FF; }
span { border-color: rgb(220,0,255); }
td.TdClassName
{
border-color: #DC00FF;
}
.TagClassName
{
border-color: #DC00FF;
}
</style>