Shades of Psychedelic Purple #DB11EE
Tints of Psychedelic Purple #DB11EE
RGB
CMYK
RGB Variations
Color information
#DB11EE (or 0xDB11EE) is known color: Psychedelic Purple. HEX triplet: DB, 11 and EE. RGB value is (219,17,238). Sum of RGB (Red+Green+Blue) = 219+17+238=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 17 (7.03% from 255 or 3.59% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB11EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB11EE is #24EE11. Grayscale: #656565. Windows color (decimal): -2420242 or 15602139. OLE color: 15602139.
HSL color Cylindrical-coordinate representation of color #DB11EE: hue angle of 294.84º 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 #DB11EE is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 17 | 238 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.07 |
| HSL | 294.84º | 0.87% | 0.5% | - |
| HSV(B) | 294.84º | 0.93% | 0.93% | - |
| XYZ | 44.85 | 21.63 | 82.7 | - |
| YUV | 102.59 | 204.42 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 238 | 0.08 | 0.93 | 0 | 0.07 | 294.84 | 0.87 | 0.5 |
| Hex | DB | 11 | EE | 8 | 5D | 0 | 7 | 127 | 57 | 32 |
| Octal | 333 | 21 | 356 | 10 | 135 | 0 | 7 | 447 | 127 | 62 |
| Binary | 11011011 | 10001 | 11101110 | 1000 | 1011101 | 0 | 111 | 100100111 | 1010111 | 110010 |
Color Harmonies of #DB11EE
Complementary color
Monochromatic Colors of #DB11EE
Black with #DB11EE
Text Example
Text Example
White with #DB11EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB11EE; }
p { color: rgb(219,17,238); }
H1.HeaderClassName
{
color: #DB11EE;
}
.AnyTagClassName
{
color: #DB11EE;
}
</style>
background-color css
<style>
a { background-color: #DB11EE; }
a { background-color: rgb(219,17,238); }
div.DivClassName
{
background-color: #DB11EE;
}
.BgClassName
{
background-color: #DB11EE;
}
</style>
border-color css
<style>
span { border-color: #DB11EE; }
span { border-color: rgb(219,17,238); }
td.TdClassName
{
border-color: #DB11EE;
}
.TagClassName
{
border-color: #DB11EE;
}
</style>