Shades of Psychedelic Purple #DB2BF7
Tints of Psychedelic Purple #DB2BF7
RGB
CMYK
RGB Variations
Color information
#DB2BF7 (or 0xDB2BF7) is known color: Psychedelic Purple. HEX triplet: DB, 2B and F7. RGB value is (219,43,247). Sum of RGB (Red+Green+Blue) = 219+43+247=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 43 (17.19% from 255 or 8.45% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB2BF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2BF7 is #24D408. Grayscale: #767676. Windows color (decimal): -2413577 or 16198619. OLE color: 16198619.
HSL color Cylindrical-coordinate representation of color #DB2BF7: hue angle of 291.76º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2BF7 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 43 | 247 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.03 |
| HSL | 291.76º | 0.93% | 0.57% | - |
| HSV(B) | 291.76º | 0.83% | 0.97% | - |
| XYZ | 46.87 | 23.5 | 90.06 | - |
| YUV | 118.88 | 200.31 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 247 | 0.11 | 0.83 | 0 | 0.03 | 291.76 | 0.93 | 0.57 |
| Hex | DB | 2B | F7 | B | 53 | 0 | 3 | 124 | 5D | 39 |
| Octal | 333 | 53 | 367 | 13 | 123 | 0 | 3 | 444 | 135 | 71 |
| Binary | 11011011 | 101011 | 11110111 | 1011 | 1010011 | 0 | 11 | 100100100 | 1011101 | 111001 |
Color Harmonies of #DB2BF7
Complementary color
Monochromatic Colors of #DB2BF7
Black with #DB2BF7
Text Example
Text Example
White with #DB2BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BF7; }
p { color: rgb(219,43,247); }
H1.HeaderClassName
{
color: #DB2BF7;
}
.AnyTagClassName
{
color: #DB2BF7;
}
</style>
background-color css
<style>
a { background-color: #DB2BF7; }
a { background-color: rgb(219,43,247); }
div.DivClassName
{
background-color: #DB2BF7;
}
.BgClassName
{
background-color: #DB2BF7;
}
</style>
border-color css
<style>
span { border-color: #DB2BF7; }
span { border-color: rgb(219,43,247); }
td.TdClassName
{
border-color: #DB2BF7;
}
.TagClassName
{
border-color: #DB2BF7;
}
</style>