Shades of Psychedelic Purple #DB21EB
Tints of Psychedelic Purple #DB21EB
RGB
CMYK
RGB Variations
Color information
#DB21EB (or 0xDB21EB) is known color: Psychedelic Purple. HEX triplet: DB, 21 and EB. RGB value is (219,33,235). Sum of RGB (Red+Green+Blue) = 219+33+235=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 33 (13.28% from 255 or 6.78% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB21EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB21EB is #24DE14. Grayscale: #6F6F6F. Windows color (decimal): -2416149 or 15409627. OLE color: 15409627.
HSL color Cylindrical-coordinate representation of color #DB21EB: hue angle of 295.25º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB21EB is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 33 | 235 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.08 |
| HSL | 295.25º | 0.83% | 0.53% | - |
| HSV(B) | 295.25º | 0.86% | 0.92% | - |
| XYZ | 44.75 | 22.15 | 80.51 | - |
| YUV | 111.64 | 197.62 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 235 | 0.07 | 0.86 | 0 | 0.08 | 295.25 | 0.83 | 0.53 |
| Hex | DB | 21 | EB | 7 | 56 | 0 | 8 | 127 | 53 | 35 |
| Octal | 333 | 41 | 353 | 7 | 126 | 0 | 10 | 447 | 123 | 65 |
| Binary | 11011011 | 100001 | 11101011 | 111 | 1010110 | 0 | 1000 | 100100111 | 1010011 | 110101 |
Color Harmonies of #DB21EB
Complementary color
Monochromatic Colors of #DB21EB
Black with #DB21EB
Text Example
Text Example
White with #DB21EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21EB; }
p { color: rgb(219,33,235); }
H1.HeaderClassName
{
color: #DB21EB;
}
.AnyTagClassName
{
color: #DB21EB;
}
</style>
background-color css
<style>
a { background-color: #DB21EB; }
a { background-color: rgb(219,33,235); }
div.DivClassName
{
background-color: #DB21EB;
}
.BgClassName
{
background-color: #DB21EB;
}
</style>
border-color css
<style>
span { border-color: #DB21EB; }
span { border-color: rgb(219,33,235); }
td.TdClassName
{
border-color: #DB21EB;
}
.TagClassName
{
border-color: #DB21EB;
}
</style>