Shades of Psychedelic Purple #DB16EB
Tints of Psychedelic Purple #DB16EB
RGB
CMYK
RGB Variations
Color information
#DB16EB (or 0xDB16EB) is known color: Psychedelic Purple. HEX triplet: DB, 16 and EB. RGB value is (219,22,235). Sum of RGB (Red+Green+Blue) = 219+22+235=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 22 (8.98% from 255 or 4.62% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB16EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB16EB is #24E914. Grayscale: #686868. Windows color (decimal): -2418965 or 15406811. OLE color: 15406811.
HSL color Cylindrical-coordinate representation of color #DB16EB: hue angle of 295.49º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB16EB is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 22 | 235 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.08 |
| HSL | 295.49º | 0.84% | 0.5% | - |
| HSV(B) | 295.49º | 0.91% | 0.92% | - |
| XYZ | 44.5 | 21.63 | 80.43 | - |
| YUV | 105.19 | 201.27 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 235 | 0.07 | 0.91 | 0 | 0.08 | 295.49 | 0.84 | 0.5 |
| Hex | DB | 16 | EB | 7 | 5B | 0 | 8 | 127 | 54 | 32 |
| Octal | 333 | 26 | 353 | 7 | 133 | 0 | 10 | 447 | 124 | 62 |
| Binary | 11011011 | 10110 | 11101011 | 111 | 1011011 | 0 | 1000 | 100100111 | 1010100 | 110010 |
Color Harmonies of #DB16EB
Complementary color
Monochromatic Colors of #DB16EB
Black with #DB16EB
Text Example
Text Example
White with #DB16EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16EB; }
p { color: rgb(219,22,235); }
H1.HeaderClassName
{
color: #DB16EB;
}
.AnyTagClassName
{
color: #DB16EB;
}
</style>
background-color css
<style>
a { background-color: #DB16EB; }
a { background-color: rgb(219,22,235); }
div.DivClassName
{
background-color: #DB16EB;
}
.BgClassName
{
background-color: #DB16EB;
}
</style>
border-color css
<style>
span { border-color: #DB16EB; }
span { border-color: rgb(219,22,235); }
td.TdClassName
{
border-color: #DB16EB;
}
.TagClassName
{
border-color: #DB16EB;
}
</style>