Shades of Psychedelic Purple #DB11FF
Tints of Psychedelic Purple #DB11FF
RGB
CMYK
RGB Variations
Color information
#DB11FF (or 0xDB11FF) is known color: Psychedelic Purple. HEX triplet: DB, 11 and FF. RGB value is (219,17,255). Sum of RGB (Red+Green+Blue) = 219+17+255=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 17 (7.03% from 255 or 3.46% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB11FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB11FF is #24EE00. Grayscale: #676767. Windows color (decimal): -2420225 or 16716251. OLE color: 16716251.
HSL color Cylindrical-coordinate representation of color #DB11FF: hue angle of 290.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB11FF is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 17 | 255 | - |
| CMYK | 0.14 | 0.93 | 0 | 0 |
| HSL | 290.92º | 1% | 0.53% | - |
| HSV(B) | 290.92º | 0.93% | 1% | - |
| XYZ | 47.46 | 22.68 | 96.48 | - |
| YUV | 104.53 | 212.92 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 255 | 0.14 | 0.93 | 0 | 0 | 290.92 | 1 | 0.53 |
| Hex | DB | 11 | FF | E | 5D | 0 | 0 | 123 | 64 | 35 |
| Octal | 333 | 21 | 377 | 16 | 135 | 0 | 0 | 443 | 144 | 65 |
| Binary | 11011011 | 10001 | 11111111 | 1110 | 1011101 | 0 | 0 | 100100011 | 1100100 | 110101 |
Color Harmonies of #DB11FF
Complementary color
Monochromatic Colors of #DB11FF
Black with #DB11FF
Text Example
Text Example
White with #DB11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB11FF; }
p { color: rgb(219,17,255); }
H1.HeaderClassName
{
color: #DB11FF;
}
.AnyTagClassName
{
color: #DB11FF;
}
</style>
background-color css
<style>
a { background-color: #DB11FF; }
a { background-color: rgb(219,17,255); }
div.DivClassName
{
background-color: #DB11FF;
}
.BgClassName
{
background-color: #DB11FF;
}
</style>
border-color css
<style>
span { border-color: #DB11FF; }
span { border-color: rgb(219,17,255); }
td.TdClassName
{
border-color: #DB11FF;
}
.TagClassName
{
border-color: #DB11FF;
}
</style>