Shades of Psychedelic Purple #DB20EB
Tints of Psychedelic Purple #DB20EB
RGB
CMYK
RGB Variations
Color information
#DB20EB (or 0xDB20EB) is known color: Psychedelic Purple. HEX triplet: DB, 20 and EB. RGB value is (219,32,235). Sum of RGB (Red+Green+Blue) = 219+32+235=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB20EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB20EB is #24DF14. Grayscale: #6E6E6E. Windows color (decimal): -2416405 or 15409371. OLE color: 15409371.
HSL color Cylindrical-coordinate representation of color #DB20EB: hue angle of 295.27º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB20EB is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 32 | 235 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.08 |
| HSL | 295.27º | 0.84% | 0.52% | - |
| HSV(B) | 295.27º | 0.86% | 0.92% | - |
| XYZ | 44.73 | 22.09 | 80.5 | - |
| YUV | 111.06 | 197.95 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 235 | 0.07 | 0.86 | 0 | 0.08 | 295.27 | 0.84 | 0.52 |
| Hex | DB | 20 | EB | 7 | 56 | 0 | 8 | 127 | 54 | 34 |
| Octal | 333 | 40 | 353 | 7 | 126 | 0 | 10 | 447 | 124 | 64 |
| Binary | 11011011 | 100000 | 11101011 | 111 | 1010110 | 0 | 1000 | 100100111 | 1010100 | 110100 |
Color Harmonies of #DB20EB
Complementary color
Monochromatic Colors of #DB20EB
Black with #DB20EB
Text Example
Text Example
White with #DB20EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20EB; }
p { color: rgb(219,32,235); }
H1.HeaderClassName
{
color: #DB20EB;
}
.AnyTagClassName
{
color: #DB20EB;
}
</style>
background-color css
<style>
a { background-color: #DB20EB; }
a { background-color: rgb(219,32,235); }
div.DivClassName
{
background-color: #DB20EB;
}
.BgClassName
{
background-color: #DB20EB;
}
</style>
border-color css
<style>
span { border-color: #DB20EB; }
span { border-color: rgb(219,32,235); }
td.TdClassName
{
border-color: #DB20EB;
}
.TagClassName
{
border-color: #DB20EB;
}
</style>