Shades of Psychedelic Purple #DB2BFB
Tints of Psychedelic Purple #DB2BFB
RGB
CMYK
RGB Variations
Color information
#DB2BFB (or 0xDB2BFB) is known color: Psychedelic Purple. HEX triplet: DB, 2B and FB. RGB value is (219,43,251). Sum of RGB (Red+Green+Blue) = 219+43+251=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 43 (17.19% from 255 or 8.38% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB2BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2BFB is #24D404. Grayscale: #767676. Windows color (decimal): -2413573 or 16460763. OLE color: 16460763.
HSL color Cylindrical-coordinate representation of color #DB2BFB: hue angle of 290.77º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2BFB is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 43 | 251 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.02 |
| HSL | 290.77º | 0.96% | 0.58% | - |
| HSV(B) | 290.77º | 0.83% | 0.98% | - |
| XYZ | 47.49 | 23.75 | 93.35 | - |
| YUV | 119.34 | 202.31 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 251 | 0.13 | 0.83 | 0 | 0.02 | 290.77 | 0.96 | 0.58 |
| Hex | DB | 2B | FB | D | 53 | 0 | 2 | 123 | 60 | 3A |
| Octal | 333 | 53 | 373 | 15 | 123 | 0 | 2 | 443 | 140 | 72 |
| Binary | 11011011 | 101011 | 11111011 | 1101 | 1010011 | 0 | 10 | 100100011 | 1100000 | 111010 |
Color Harmonies of #DB2BFB
Complementary color
Monochromatic Colors of #DB2BFB
Black with #DB2BFB
Text Example
Text Example
White with #DB2BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BFB; }
p { color: rgb(219,43,251); }
H1.HeaderClassName
{
color: #DB2BFB;
}
.AnyTagClassName
{
color: #DB2BFB;
}
</style>
background-color css
<style>
a { background-color: #DB2BFB; }
a { background-color: rgb(219,43,251); }
div.DivClassName
{
background-color: #DB2BFB;
}
.BgClassName
{
background-color: #DB2BFB;
}
</style>
border-color css
<style>
span { border-color: #DB2BFB; }
span { border-color: rgb(219,43,251); }
td.TdClassName
{
border-color: #DB2BFB;
}
.TagClassName
{
border-color: #DB2BFB;
}
</style>