Shades of Psychedelic Purple #DB22EA
Tints of Psychedelic Purple #DB22EA
RGB
CMYK
RGB Variations
Color information
#DB22EA (or 0xDB22EA) is known color: Psychedelic Purple. HEX triplet: DB, 22 and EA. RGB value is (219,34,234). Sum of RGB (Red+Green+Blue) = 219+34+234=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 34 (13.67% from 255 or 6.98% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB22EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB22EA is #24DD15. Grayscale: #6F6F6F. Windows color (decimal): -2415894 or 15344347. OLE color: 15344347.
HSL color Cylindrical-coordinate representation of color #DB22EA: hue angle of 295.5º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB22EA is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 34 | 234 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.08 |
| HSL | 295.5º | 0.83% | 0.53% | - |
| HSV(B) | 295.5º | 0.85% | 0.92% | - |
| XYZ | 44.64 | 22.14 | 79.76 | - |
| YUV | 112.12 | 196.79 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 234 | 0.06 | 0.85 | 0 | 0.08 | 295.5 | 0.83 | 0.53 |
| Hex | DB | 22 | EA | 6 | 55 | 0 | 8 | 128 | 53 | 35 |
| Octal | 333 | 42 | 352 | 6 | 125 | 0 | 10 | 450 | 123 | 65 |
| Binary | 11011011 | 100010 | 11101010 | 110 | 1010101 | 0 | 1000 | 100101000 | 1010011 | 110101 |
Color Harmonies of #DB22EA
Complementary color
Monochromatic Colors of #DB22EA
Black with #DB22EA
Text Example
Text Example
White with #DB22EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22EA; }
p { color: rgb(219,34,234); }
H1.HeaderClassName
{
color: #DB22EA;
}
.AnyTagClassName
{
color: #DB22EA;
}
</style>
background-color css
<style>
a { background-color: #DB22EA; }
a { background-color: rgb(219,34,234); }
div.DivClassName
{
background-color: #DB22EA;
}
.BgClassName
{
background-color: #DB22EA;
}
</style>
border-color css
<style>
span { border-color: #DB22EA; }
span { border-color: rgb(219,34,234); }
td.TdClassName
{
border-color: #DB22EA;
}
.TagClassName
{
border-color: #DB22EA;
}
</style>