Shades of Psychedelic Purple #DC11FC
Tints of Psychedelic Purple #DC11FC
RGB
CMYK
RGB Variations
Color information
#DC11FC (or 0xDC11FC) is known color: Psychedelic Purple. HEX triplet: DC, 11 and FC. RGB value is (220,17,252). Sum of RGB (Red+Green+Blue) = 220+17+252=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 17 (7.03% from 255 or 3.48% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC11FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC11FC is #23EE03. Grayscale: #676767. Windows color (decimal): -2354692 or 16519644. OLE color: 16519644.
HSL color Cylindrical-coordinate representation of color #DC11FC: hue angle of 291.83º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC11FC is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 17 | 252 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.01 |
| HSL | 291.83º | 0.98% | 0.53% | - |
| HSV(B) | 291.83º | 0.93% | 0.99% | - |
| XYZ | 47.29 | 22.64 | 93.97 | - |
| YUV | 104.49 | 211.25 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 252 | 0.13 | 0.93 | 0 | 0.01 | 291.83 | 0.98 | 0.53 |
| Hex | DC | 11 | FC | D | 5D | 0 | 1 | 124 | 62 | 35 |
| Octal | 334 | 21 | 374 | 15 | 135 | 0 | 1 | 444 | 142 | 65 |
| Binary | 11011100 | 10001 | 11111100 | 1101 | 1011101 | 0 | 1 | 100100100 | 1100010 | 110101 |
Color Harmonies of #DC11FC
Complementary color
Monochromatic Colors of #DC11FC
Black with #DC11FC
Text Example
Text Example
White with #DC11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11FC; }
p { color: rgb(220,17,252); }
H1.HeaderClassName
{
color: #DC11FC;
}
.AnyTagClassName
{
color: #DC11FC;
}
</style>
background-color css
<style>
a { background-color: #DC11FC; }
a { background-color: rgb(220,17,252); }
div.DivClassName
{
background-color: #DC11FC;
}
.BgClassName
{
background-color: #DC11FC;
}
</style>
border-color css
<style>
span { border-color: #DC11FC; }
span { border-color: rgb(220,17,252); }
td.TdClassName
{
border-color: #DC11FC;
}
.TagClassName
{
border-color: #DC11FC;
}
</style>