Shades of Psychedelic Purple #DB20ED
Tints of Psychedelic Purple #DB20ED
RGB
CMYK
RGB Variations
Color information
#DB20ED (or 0xDB20ED) is known color: Psychedelic Purple. HEX triplet: DB, 20 and ED. RGB value is (219,32,237). Sum of RGB (Red+Green+Blue) = 219+32+237=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 32 (12.89% from 255 or 6.56% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB20ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB20ED is #24DF12. Grayscale: #6E6E6E. Windows color (decimal): -2416403 or 15540443. OLE color: 15540443.
HSL color Cylindrical-coordinate representation of color #DB20ED: hue angle of 294.73º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB20ED is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 32 | 237 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.07 |
| HSL | 294.73º | 0.85% | 0.53% | - |
| HSV(B) | 294.73º | 0.86% | 0.93% | - |
| XYZ | 45.02 | 22.21 | 82.03 | - |
| YUV | 111.28 | 198.95 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 237 | 0.08 | 0.86 | 0 | 0.07 | 294.73 | 0.85 | 0.53 |
| Hex | DB | 20 | ED | 8 | 56 | 0 | 7 | 127 | 55 | 35 |
| Octal | 333 | 40 | 355 | 10 | 126 | 0 | 7 | 447 | 125 | 65 |
| Binary | 11011011 | 100000 | 11101101 | 1000 | 1010110 | 0 | 111 | 100100111 | 1010101 | 110101 |
Color Harmonies of #DB20ED
Complementary color
Monochromatic Colors of #DB20ED
Black with #DB20ED
Text Example
Text Example
White with #DB20ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20ED; }
p { color: rgb(219,32,237); }
H1.HeaderClassName
{
color: #DB20ED;
}
.AnyTagClassName
{
color: #DB20ED;
}
</style>
background-color css
<style>
a { background-color: #DB20ED; }
a { background-color: rgb(219,32,237); }
div.DivClassName
{
background-color: #DB20ED;
}
.BgClassName
{
background-color: #DB20ED;
}
</style>
border-color css
<style>
span { border-color: #DB20ED; }
span { border-color: rgb(219,32,237); }
td.TdClassName
{
border-color: #DB20ED;
}
.TagClassName
{
border-color: #DB20ED;
}
</style>