Shades of Psychedelic Purple #DB2BFD
Tints of Psychedelic Purple #DB2BFD
RGB
CMYK
RGB Variations
Color information
#DB2BFD (or 0xDB2BFD) is known color: Psychedelic Purple. HEX triplet: DB, 2B and FD. RGB value is (219,43,253). Sum of RGB (Red+Green+Blue) = 219+43+253=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 43 (17.19% from 255 or 8.35% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB2BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2BFD is #24D402. Grayscale: #767676. Windows color (decimal): -2413571 or 16591835. OLE color: 16591835.
HSL color Cylindrical-coordinate representation of color #DB2BFD: hue angle of 290.29º degrees, saturation: 0.98, 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 #DB2BFD is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 43 | 253 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.01 |
| HSL | 290.29º | 0.98% | 0.58% | - |
| HSV(B) | 290.29º | 0.83% | 0.99% | - |
| XYZ | 47.81 | 23.88 | 95.02 | - |
| YUV | 119.56 | 203.31 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 253 | 0.13 | 0.83 | 0 | 0.01 | 290.29 | 0.98 | 0.58 |
| Hex | DB | 2B | FD | D | 53 | 0 | 1 | 122 | 62 | 3A |
| Octal | 333 | 53 | 375 | 15 | 123 | 0 | 1 | 442 | 142 | 72 |
| Binary | 11011011 | 101011 | 11111101 | 1101 | 1010011 | 0 | 1 | 100100010 | 1100010 | 111010 |
Color Harmonies of #DB2BFD
Complementary color
Monochromatic Colors of #DB2BFD
Black with #DB2BFD
Text Example
Text Example
White with #DB2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BFD; }
p { color: rgb(219,43,253); }
H1.HeaderClassName
{
color: #DB2BFD;
}
.AnyTagClassName
{
color: #DB2BFD;
}
</style>
background-color css
<style>
a { background-color: #DB2BFD; }
a { background-color: rgb(219,43,253); }
div.DivClassName
{
background-color: #DB2BFD;
}
.BgClassName
{
background-color: #DB2BFD;
}
</style>
border-color css
<style>
span { border-color: #DB2BFD; }
span { border-color: rgb(219,43,253); }
td.TdClassName
{
border-color: #DB2BFD;
}
.TagClassName
{
border-color: #DB2BFD;
}
</style>