Shades of Psychedelic Purple #DC11FA
Tints of Psychedelic Purple #DC11FA
RGB
CMYK
RGB Variations
Color information
#DC11FA (or 0xDC11FA) is known color: Psychedelic Purple. HEX triplet: DC, 11 and FA. RGB value is (220,17,250). Sum of RGB (Red+Green+Blue) = 220+17+250=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 17 (7.03% from 255 or 3.49% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC11FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC11FA is #23EE05. Grayscale: #676767. Windows color (decimal): -2354694 or 16388572. OLE color: 16388572.
HSL color Cylindrical-coordinate representation of color #DC11FA: hue angle of 292.27º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC11FA is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 17 | 250 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.02 |
| HSL | 292.27º | 0.96% | 0.52% | - |
| HSV(B) | 292.27º | 0.93% | 0.98% | - |
| XYZ | 46.97 | 22.52 | 92.31 | - |
| YUV | 104.26 | 210.25 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 250 | 0.12 | 0.93 | 0 | 0.02 | 292.27 | 0.96 | 0.52 |
| Hex | DC | 11 | FA | C | 5D | 0 | 2 | 124 | 60 | 34 |
| Octal | 334 | 21 | 372 | 14 | 135 | 0 | 2 | 444 | 140 | 64 |
| Binary | 11011100 | 10001 | 11111010 | 1100 | 1011101 | 0 | 10 | 100100100 | 1100000 | 110100 |
Color Harmonies of #DC11FA
Complementary color
Monochromatic Colors of #DC11FA
Black with #DC11FA
Text Example
Text Example
White with #DC11FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11FA; }
p { color: rgb(220,17,250); }
H1.HeaderClassName
{
color: #DC11FA;
}
.AnyTagClassName
{
color: #DC11FA;
}
</style>
background-color css
<style>
a { background-color: #DC11FA; }
a { background-color: rgb(220,17,250); }
div.DivClassName
{
background-color: #DC11FA;
}
.BgClassName
{
background-color: #DC11FA;
}
</style>
border-color css
<style>
span { border-color: #DC11FA; }
span { border-color: rgb(220,17,250); }
td.TdClassName
{
border-color: #DC11FA;
}
.TagClassName
{
border-color: #DC11FA;
}
</style>