Shades of Psychedelic Purple #DB11EC
Tints of Psychedelic Purple #DB11EC
RGB
CMYK
RGB Variations
Color information
#DB11EC (or 0xDB11EC) is known color: Psychedelic Purple. HEX triplet: DB, 11 and EC. RGB value is (219,17,236). Sum of RGB (Red+Green+Blue) = 219+17+236=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 17 (7.03% from 255 or 3.60% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB11EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB11EC is #24EE13. Grayscale: #656565. Windows color (decimal): -2420244 or 15471067. OLE color: 15471067.
HSL color Cylindrical-coordinate representation of color #DB11EC: hue angle of 295.34º 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 #DB11EC is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 17 | 236 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.07 |
| HSL | 295.34º | 0.87% | 0.5% | - |
| HSV(B) | 295.34º | 0.93% | 0.93% | - |
| XYZ | 44.55 | 21.52 | 81.16 | - |
| YUV | 102.36 | 203.42 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 236 | 0.07 | 0.93 | 0 | 0.07 | 295.34 | 0.87 | 0.5 |
| Hex | DB | 11 | EC | 7 | 5D | 0 | 7 | 127 | 57 | 32 |
| Octal | 333 | 21 | 354 | 7 | 135 | 0 | 7 | 447 | 127 | 62 |
| Binary | 11011011 | 10001 | 11101100 | 111 | 1011101 | 0 | 111 | 100100111 | 1010111 | 110010 |
Color Harmonies of #DB11EC
Complementary color
Monochromatic Colors of #DB11EC
Black with #DB11EC
Text Example
Text Example
White with #DB11EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB11EC; }
p { color: rgb(219,17,236); }
H1.HeaderClassName
{
color: #DB11EC;
}
.AnyTagClassName
{
color: #DB11EC;
}
</style>
background-color css
<style>
a { background-color: #DB11EC; }
a { background-color: rgb(219,17,236); }
div.DivClassName
{
background-color: #DB11EC;
}
.BgClassName
{
background-color: #DB11EC;
}
</style>
border-color css
<style>
span { border-color: #DB11EC; }
span { border-color: rgb(219,17,236); }
td.TdClassName
{
border-color: #DB11EC;
}
.TagClassName
{
border-color: #DB11EC;
}
</style>