Shades of Psychedelic Purple #DB2EFB
Tints of Psychedelic Purple #DB2EFB
RGB
CMYK
RGB Variations
Color information
#DB2EFB (or 0xDB2EFB) is known color: Psychedelic Purple. HEX triplet: DB, 2E and FB. RGB value is (219,46,251). Sum of RGB (Red+Green+Blue) = 219+46+251=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 46 (18.36% from 255 or 8.91% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB2EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2EFB is #24D104. Grayscale: #787878. Windows color (decimal): -2412805 or 16461531. OLE color: 16461531.
HSL color Cylindrical-coordinate representation of color #DB2EFB: hue angle of 290.63º degrees, saturation: 0.96, 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 #DB2EFB is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 46 | 251 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.02 |
| HSL | 290.63º | 0.96% | 0.58% | - |
| HSV(B) | 290.63º | 0.82% | 0.98% | - |
| XYZ | 47.6 | 23.98 | 93.39 | - |
| YUV | 121.1 | 201.31 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 251 | 0.13 | 0.82 | 0 | 0.02 | 290.63 | 0.96 | 0.58 |
| Hex | DB | 2E | FB | D | 52 | 0 | 2 | 123 | 60 | 3A |
| Octal | 333 | 56 | 373 | 15 | 122 | 0 | 2 | 443 | 140 | 72 |
| Binary | 11011011 | 101110 | 11111011 | 1101 | 1010010 | 0 | 10 | 100100011 | 1100000 | 111010 |
Color Harmonies of #DB2EFB
Complementary color
Monochromatic Colors of #DB2EFB
Black with #DB2EFB
Text Example
Text Example
White with #DB2EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EFB; }
p { color: rgb(219,46,251); }
H1.HeaderClassName
{
color: #DB2EFB;
}
.AnyTagClassName
{
color: #DB2EFB;
}
</style>
background-color css
<style>
a { background-color: #DB2EFB; }
a { background-color: rgb(219,46,251); }
div.DivClassName
{
background-color: #DB2EFB;
}
.BgClassName
{
background-color: #DB2EFB;
}
</style>
border-color css
<style>
span { border-color: #DB2EFB; }
span { border-color: rgb(219,46,251); }
td.TdClassName
{
border-color: #DB2EFB;
}
.TagClassName
{
border-color: #DB2EFB;
}
</style>