Shades of Psychedelic Purple #DB2BFC
Tints of Psychedelic Purple #DB2BFC
RGB
CMYK
RGB Variations
Color information
#DB2BFC (or 0xDB2BFC) is known color: Psychedelic Purple. HEX triplet: DB, 2B and FC. RGB value is (219,43,252). Sum of RGB (Red+Green+Blue) = 219+43+252=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 43 (17.19% from 255 or 8.37% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB2BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2BFC is #24D403. Grayscale: #767676. Windows color (decimal): -2413572 or 16526299. OLE color: 16526299.
HSL color Cylindrical-coordinate representation of color #DB2BFC: hue angle of 290.53º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2BFC is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 43 | 252 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.01 |
| HSL | 290.53º | 0.97% | 0.58% | - |
| HSV(B) | 290.53º | 0.83% | 0.99% | - |
| XYZ | 47.65 | 23.82 | 94.18 | - |
| YUV | 119.45 | 202.81 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 252 | 0.13 | 0.83 | 0 | 0.01 | 290.53 | 0.97 | 0.58 |
| Hex | DB | 2B | FC | D | 53 | 0 | 1 | 123 | 61 | 3A |
| Octal | 333 | 53 | 374 | 15 | 123 | 0 | 1 | 443 | 141 | 72 |
| Binary | 11011011 | 101011 | 11111100 | 1101 | 1010011 | 0 | 1 | 100100011 | 1100001 | 111010 |
Color Harmonies of #DB2BFC
Complementary color
Monochromatic Colors of #DB2BFC
Black with #DB2BFC
Text Example
Text Example
White with #DB2BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BFC; }
p { color: rgb(219,43,252); }
H1.HeaderClassName
{
color: #DB2BFC;
}
.AnyTagClassName
{
color: #DB2BFC;
}
</style>
background-color css
<style>
a { background-color: #DB2BFC; }
a { background-color: rgb(219,43,252); }
div.DivClassName
{
background-color: #DB2BFC;
}
.BgClassName
{
background-color: #DB2BFC;
}
</style>
border-color css
<style>
span { border-color: #DB2BFC; }
span { border-color: rgb(219,43,252); }
td.TdClassName
{
border-color: #DB2BFC;
}
.TagClassName
{
border-color: #DB2BFC;
}
</style>