Shades of Psychedelic Purple #DB22ED
Tints of Psychedelic Purple #DB22ED
RGB
CMYK
RGB Variations
Color information
#DB22ED (or 0xDB22ED) is known color: Psychedelic Purple. HEX triplet: DB, 22 and ED. RGB value is (219,34,237). Sum of RGB (Red+Green+Blue) = 219+34+237=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 34 (13.67% from 255 or 6.94% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB22ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB22ED is #24DD12. Grayscale: #6F6F6F. Windows color (decimal): -2415891 or 15540955. OLE color: 15540955.
HSL color Cylindrical-coordinate representation of color #DB22ED: hue angle of 294.68º 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 #DB22ED is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 34 | 237 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.07 |
| HSL | 294.68º | 0.85% | 0.53% | - |
| HSV(B) | 294.68º | 0.86% | 0.93% | - |
| XYZ | 45.07 | 22.32 | 82.05 | - |
| YUV | 112.46 | 198.29 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 237 | 0.08 | 0.86 | 0 | 0.07 | 294.68 | 0.85 | 0.53 |
| Hex | DB | 22 | ED | 8 | 56 | 0 | 7 | 127 | 55 | 35 |
| Octal | 333 | 42 | 355 | 10 | 126 | 0 | 7 | 447 | 125 | 65 |
| Binary | 11011011 | 100010 | 11101101 | 1000 | 1010110 | 0 | 111 | 100100111 | 1010101 | 110101 |
Color Harmonies of #DB22ED
Complementary color
Monochromatic Colors of #DB22ED
Black with #DB22ED
Text Example
Text Example
White with #DB22ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22ED; }
p { color: rgb(219,34,237); }
H1.HeaderClassName
{
color: #DB22ED;
}
.AnyTagClassName
{
color: #DB22ED;
}
</style>
background-color css
<style>
a { background-color: #DB22ED; }
a { background-color: rgb(219,34,237); }
div.DivClassName
{
background-color: #DB22ED;
}
.BgClassName
{
background-color: #DB22ED;
}
</style>
border-color css
<style>
span { border-color: #DB22ED; }
span { border-color: rgb(219,34,237); }
td.TdClassName
{
border-color: #DB22ED;
}
.TagClassName
{
border-color: #DB22ED;
}
</style>