Shades of Psychedelic Purple #DB21EF
Tints of Psychedelic Purple #DB21EF
RGB
CMYK
RGB Variations
Color information
#DB21EF (or 0xDB21EF) is known color: Psychedelic Purple. HEX triplet: DB, 21 and EF. RGB value is (219,33,239). Sum of RGB (Red+Green+Blue) = 219+33+239=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 33 (13.28% from 255 or 6.72% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB21EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB21EF is #24DE10. Grayscale: #6F6F6F. Windows color (decimal): -2416145 or 15671771. OLE color: 15671771.
HSL color Cylindrical-coordinate representation of color #DB21EF: hue angle of 294.17º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB21EF is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 33 | 239 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.06 |
| HSL | 294.17º | 0.87% | 0.53% | - |
| HSV(B) | 294.17º | 0.86% | 0.94% | - |
| XYZ | 45.34 | 22.38 | 83.59 | - |
| YUV | 112.1 | 199.62 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 239 | 0.08 | 0.86 | 0 | 0.06 | 294.17 | 0.87 | 0.53 |
| Hex | DB | 21 | EF | 8 | 56 | 0 | 6 | 126 | 57 | 35 |
| Octal | 333 | 41 | 357 | 10 | 126 | 0 | 6 | 446 | 127 | 65 |
| Binary | 11011011 | 100001 | 11101111 | 1000 | 1010110 | 0 | 110 | 100100110 | 1010111 | 110101 |
Color Harmonies of #DB21EF
Complementary color
Monochromatic Colors of #DB21EF
Black with #DB21EF
Text Example
Text Example
White with #DB21EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21EF; }
p { color: rgb(219,33,239); }
H1.HeaderClassName
{
color: #DB21EF;
}
.AnyTagClassName
{
color: #DB21EF;
}
</style>
background-color css
<style>
a { background-color: #DB21EF; }
a { background-color: rgb(219,33,239); }
div.DivClassName
{
background-color: #DB21EF;
}
.BgClassName
{
background-color: #DB21EF;
}
</style>
border-color css
<style>
span { border-color: #DB21EF; }
span { border-color: rgb(219,33,239); }
td.TdClassName
{
border-color: #DB21EF;
}
.TagClassName
{
border-color: #DB21EF;
}
</style>