Shades of Psychedelic Purple #DB22EE
Tints of Psychedelic Purple #DB22EE
RGB
CMYK
RGB Variations
Color information
#DB22EE (or 0xDB22EE) is known color: Psychedelic Purple. HEX triplet: DB, 22 and EE. RGB value is (219,34,238). Sum of RGB (Red+Green+Blue) = 219+34+238=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 34 (13.67% from 255 or 6.92% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB22EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB22EE is #24DD11. Grayscale: #6F6F6F. Windows color (decimal): -2415890 or 15606491. OLE color: 15606491.
HSL color Cylindrical-coordinate representation of color #DB22EE: hue angle of 294.41º degrees, saturation: 0.86, 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 #DB22EE is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 34 | 238 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.07 |
| HSL | 294.41º | 0.86% | 0.53% | - |
| HSV(B) | 294.41º | 0.86% | 0.93% | - |
| XYZ | 45.22 | 22.38 | 82.82 | - |
| YUV | 112.57 | 198.79 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 238 | 0.08 | 0.86 | 0 | 0.07 | 294.41 | 0.86 | 0.53 |
| Hex | DB | 22 | EE | 8 | 56 | 0 | 7 | 126 | 56 | 35 |
| Octal | 333 | 42 | 356 | 10 | 126 | 0 | 7 | 446 | 126 | 65 |
| Binary | 11011011 | 100010 | 11101110 | 1000 | 1010110 | 0 | 111 | 100100110 | 1010110 | 110101 |
Color Harmonies of #DB22EE
Complementary color
Monochromatic Colors of #DB22EE
Black with #DB22EE
Text Example
Text Example
White with #DB22EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22EE; }
p { color: rgb(219,34,238); }
H1.HeaderClassName
{
color: #DB22EE;
}
.AnyTagClassName
{
color: #DB22EE;
}
</style>
background-color css
<style>
a { background-color: #DB22EE; }
a { background-color: rgb(219,34,238); }
div.DivClassName
{
background-color: #DB22EE;
}
.BgClassName
{
background-color: #DB22EE;
}
</style>
border-color css
<style>
span { border-color: #DB22EE; }
span { border-color: rgb(219,34,238); }
td.TdClassName
{
border-color: #DB22EE;
}
.TagClassName
{
border-color: #DB22EE;
}
</style>