Shades of Psychedelic Purple #DC11FE
Tints of Psychedelic Purple #DC11FE
RGB
CMYK
RGB Variations
Color information
#DC11FE (or 0xDC11FE) is known color: Psychedelic Purple. HEX triplet: DC, 11 and FE. RGB value is (220,17,254). Sum of RGB (Red+Green+Blue) = 220+17+254=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 17 (7.03% from 255 or 3.46% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC11FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC11FE is #23EE01. Grayscale: #676767. Windows color (decimal): -2354690 or 16650716. OLE color: 16650716.
HSL color Cylindrical-coordinate representation of color #DC11FE: hue angle of 291.39º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC11FE is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 17 | 254 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.00 |
| HSL | 291.39º | 0.99% | 0.53% | - |
| HSV(B) | 291.39º | 0.93% | 1% | - |
| XYZ | 47.61 | 22.77 | 95.65 | - |
| YUV | 104.72 | 212.25 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 254 | 0.13 | 0.93 | 0 | 0.00 | 291.39 | 0.99 | 0.53 |
| Hex | DC | 11 | FE | D | 5D | 0 | 0 | 123 | 63 | 35 |
| Octal | 334 | 21 | 376 | 15 | 135 | 0 | 0 | 443 | 143 | 65 |
| Binary | 11011100 | 10001 | 11111110 | 1101 | 1011101 | 0 | 0 | 100100011 | 1100011 | 110101 |
Color Harmonies of #DC11FE
Complementary color
Monochromatic Colors of #DC11FE
Black with #DC11FE
Text Example
Text Example
White with #DC11FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11FE; }
p { color: rgb(220,17,254); }
H1.HeaderClassName
{
color: #DC11FE;
}
.AnyTagClassName
{
color: #DC11FE;
}
</style>
background-color css
<style>
a { background-color: #DC11FE; }
a { background-color: rgb(220,17,254); }
div.DivClassName
{
background-color: #DC11FE;
}
.BgClassName
{
background-color: #DC11FE;
}
</style>
border-color css
<style>
span { border-color: #DC11FE; }
span { border-color: rgb(220,17,254); }
td.TdClassName
{
border-color: #DC11FE;
}
.TagClassName
{
border-color: #DC11FE;
}
</style>