Shades of Psychedelic Purple #DC11EB
Tints of Psychedelic Purple #DC11EB
RGB
CMYK
RGB Variations
Color information
#DC11EB (or 0xDC11EB) is known color: Psychedelic Purple. HEX triplet: DC, 11 and EB. RGB value is (220,17,235). Sum of RGB (Red+Green+Blue) = 220+17+235=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 17 (7.03% from 255 or 3.60% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC11EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC11EB is #23EE14. Grayscale: #656565. Windows color (decimal): -2354709 or 15405532. OLE color: 15405532.
HSL color Cylindrical-coordinate representation of color #DC11EB: hue angle of 295.87º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC11EB is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 17 | 235 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.08 |
| HSL | 295.87º | 0.87% | 0.49% | - |
| HSV(B) | 295.87º | 0.93% | 0.92% | - |
| XYZ | 44.71 | 21.61 | 80.41 | - |
| YUV | 102.55 | 202.75 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 235 | 0.06 | 0.93 | 0 | 0.08 | 295.87 | 0.87 | 0.49 |
| Hex | DC | 11 | EB | 6 | 5D | 0 | 8 | 128 | 57 | 31 |
| Octal | 334 | 21 | 353 | 6 | 135 | 0 | 10 | 450 | 127 | 61 |
| Binary | 11011100 | 10001 | 11101011 | 110 | 1011101 | 0 | 1000 | 100101000 | 1010111 | 110001 |
Color Harmonies of #DC11EB
Complementary color
Monochromatic Colors of #DC11EB
Black with #DC11EB
Text Example
Text Example
White with #DC11EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11EB; }
p { color: rgb(220,17,235); }
H1.HeaderClassName
{
color: #DC11EB;
}
.AnyTagClassName
{
color: #DC11EB;
}
</style>
background-color css
<style>
a { background-color: #DC11EB; }
a { background-color: rgb(220,17,235); }
div.DivClassName
{
background-color: #DC11EB;
}
.BgClassName
{
background-color: #DC11EB;
}
</style>
border-color css
<style>
span { border-color: #DC11EB; }
span { border-color: rgb(220,17,235); }
td.TdClassName
{
border-color: #DC11EB;
}
.TagClassName
{
border-color: #DC11EB;
}
</style>