Shades of Psychedelic Purple #DB2BFA
Tints of Psychedelic Purple #DB2BFA
RGB
CMYK
RGB Variations
Color information
#DB2BFA (or 0xDB2BFA) is known color: Psychedelic Purple. HEX triplet: DB, 2B and FA. RGB value is (219,43,250). Sum of RGB (Red+Green+Blue) = 219+43+250=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 43 (17.19% from 255 or 8.40% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB2BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2BFA is #24D405. Grayscale: #767676. Windows color (decimal): -2413574 or 16395227. OLE color: 16395227.
HSL color Cylindrical-coordinate representation of color #DB2BFA: hue angle of 291.01º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2BFA is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 43 | 250 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.02 |
| HSL | 291.01º | 0.95% | 0.57% | - |
| HSV(B) | 291.01º | 0.83% | 0.98% | - |
| XYZ | 47.33 | 23.69 | 92.52 | - |
| YUV | 119.22 | 201.81 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 250 | 0.12 | 0.83 | 0 | 0.02 | 291.01 | 0.95 | 0.57 |
| Hex | DB | 2B | FA | C | 53 | 0 | 2 | 123 | 5F | 39 |
| Octal | 333 | 53 | 372 | 14 | 123 | 0 | 2 | 443 | 137 | 71 |
| Binary | 11011011 | 101011 | 11111010 | 1100 | 1010011 | 0 | 10 | 100100011 | 1011111 | 111001 |
Color Harmonies of #DB2BFA
Complementary color
Monochromatic Colors of #DB2BFA
Black with #DB2BFA
Text Example
Text Example
White with #DB2BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BFA; }
p { color: rgb(219,43,250); }
H1.HeaderClassName
{
color: #DB2BFA;
}
.AnyTagClassName
{
color: #DB2BFA;
}
</style>
background-color css
<style>
a { background-color: #DB2BFA; }
a { background-color: rgb(219,43,250); }
div.DivClassName
{
background-color: #DB2BFA;
}
.BgClassName
{
background-color: #DB2BFA;
}
</style>
border-color css
<style>
span { border-color: #DB2BFA; }
span { border-color: rgb(219,43,250); }
td.TdClassName
{
border-color: #DB2BFA;
}
.TagClassName
{
border-color: #DB2BFA;
}
</style>