Shades of Psychedelic Purple #DB2EFA
Tints of Psychedelic Purple #DB2EFA
RGB
CMYK
RGB Variations
Color information
#DB2EFA (or 0xDB2EFA) is known color: Psychedelic Purple. HEX triplet: DB, 2E and FA. RGB value is (219,46,250). Sum of RGB (Red+Green+Blue) = 219+46+250=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 46 (18.36% from 255 or 8.93% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB2EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2EFA is #24D105. Grayscale: #787878. Windows color (decimal): -2412806 or 16395995. OLE color: 16395995.
HSL color Cylindrical-coordinate representation of color #DB2EFA: hue angle of 290.88º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2EFA is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 46 | 250 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.02 |
| HSL | 290.88º | 0.95% | 0.58% | - |
| HSV(B) | 290.88º | 0.82% | 0.98% | - |
| XYZ | 47.45 | 23.92 | 92.56 | - |
| YUV | 120.98 | 200.81 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 250 | 0.12 | 0.82 | 0 | 0.02 | 290.88 | 0.95 | 0.58 |
| Hex | DB | 2E | FA | C | 52 | 0 | 2 | 123 | 5F | 3A |
| Octal | 333 | 56 | 372 | 14 | 122 | 0 | 2 | 443 | 137 | 72 |
| Binary | 11011011 | 101110 | 11111010 | 1100 | 1010010 | 0 | 10 | 100100011 | 1011111 | 111010 |
Color Harmonies of #DB2EFA
Complementary color
Monochromatic Colors of #DB2EFA
Black with #DB2EFA
Text Example
Text Example
White with #DB2EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EFA; }
p { color: rgb(219,46,250); }
H1.HeaderClassName
{
color: #DB2EFA;
}
.AnyTagClassName
{
color: #DB2EFA;
}
</style>
background-color css
<style>
a { background-color: #DB2EFA; }
a { background-color: rgb(219,46,250); }
div.DivClassName
{
background-color: #DB2EFA;
}
.BgClassName
{
background-color: #DB2EFA;
}
</style>
border-color css
<style>
span { border-color: #DB2EFA; }
span { border-color: rgb(219,46,250); }
td.TdClassName
{
border-color: #DB2EFA;
}
.TagClassName
{
border-color: #DB2EFA;
}
</style>