Shades of Psychedelic Purple #DC11EE
Tints of Psychedelic Purple #DC11EE
RGB
CMYK
RGB Variations
Color information
#DC11EE (or 0xDC11EE) is known color: Psychedelic Purple. HEX triplet: DC, 11 and EE. RGB value is (220,17,238). Sum of RGB (Red+Green+Blue) = 220+17+238=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC11EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC11EE is #23EE11. Grayscale: #666666. Windows color (decimal): -2354706 or 15602140. OLE color: 15602140.
HSL color Cylindrical-coordinate representation of color #DC11EE: hue angle of 295.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC11EE is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 17 | 238 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.07 |
| HSL | 295.11º | 0.87% | 0.5% | - |
| HSV(B) | 295.11º | 0.93% | 0.93% | - |
| XYZ | 45.15 | 21.79 | 82.72 | - |
| YUV | 102.89 | 204.25 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 238 | 0.08 | 0.93 | 0 | 0.07 | 295.11 | 0.87 | 0.5 |
| Hex | DC | 11 | EE | 8 | 5D | 0 | 7 | 127 | 57 | 32 |
| Octal | 334 | 21 | 356 | 10 | 135 | 0 | 7 | 447 | 127 | 62 |
| Binary | 11011100 | 10001 | 11101110 | 1000 | 1011101 | 0 | 111 | 100100111 | 1010111 | 110010 |
Color Harmonies of #DC11EE
Complementary color
Monochromatic Colors of #DC11EE
Black with #DC11EE
Text Example
Text Example
White with #DC11EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11EE; }
p { color: rgb(220,17,238); }
H1.HeaderClassName
{
color: #DC11EE;
}
.AnyTagClassName
{
color: #DC11EE;
}
</style>
background-color css
<style>
a { background-color: #DC11EE; }
a { background-color: rgb(220,17,238); }
div.DivClassName
{
background-color: #DC11EE;
}
.BgClassName
{
background-color: #DC11EE;
}
</style>
border-color css
<style>
span { border-color: #DC11EE; }
span { border-color: rgb(220,17,238); }
td.TdClassName
{
border-color: #DC11EE;
}
.TagClassName
{
border-color: #DC11EE;
}
</style>