Shades of Psychedelic Purple #DB2BE7
Tints of Psychedelic Purple #DB2BE7
RGB
CMYK
RGB Variations
Color information
#DB2BE7 (or 0xDB2BE7) is known color: Psychedelic Purple. HEX triplet: DB, 2B and E7. RGB value is (219,43,231). Sum of RGB (Red+Green+Blue) = 219+43+231=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 43 (17.19% from 255 or 8.72% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB2BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2BE7 is #24D418. Grayscale: #747474. Windows color (decimal): -2413593 or 15150043. OLE color: 15150043.
HSL color Cylindrical-coordinate representation of color #DB2BE7: hue angle of 296.17º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2BE7 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 43 | 231 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.09 |
| HSL | 296.17º | 0.8% | 0.54% | - |
| HSV(B) | 296.17º | 0.81% | 0.91% | - |
| XYZ | 44.5 | 22.56 | 77.61 | - |
| YUV | 117.06 | 192.31 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 231 | 0.05 | 0.81 | 0 | 0.09 | 296.17 | 0.8 | 0.54 |
| Hex | DB | 2B | E7 | 5 | 51 | 0 | 9 | 128 | 50 | 36 |
| Octal | 333 | 53 | 347 | 5 | 121 | 0 | 11 | 450 | 120 | 66 |
| Binary | 11011011 | 101011 | 11100111 | 101 | 1010001 | 0 | 1001 | 100101000 | 1010000 | 110110 |
Color Harmonies of #DB2BE7
Complementary color
Monochromatic Colors of #DB2BE7
Black with #DB2BE7
Text Example
Text Example
White with #DB2BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BE7; }
p { color: rgb(219,43,231); }
H1.HeaderClassName
{
color: #DB2BE7;
}
.AnyTagClassName
{
color: #DB2BE7;
}
</style>
background-color css
<style>
a { background-color: #DB2BE7; }
a { background-color: rgb(219,43,231); }
div.DivClassName
{
background-color: #DB2BE7;
}
.BgClassName
{
background-color: #DB2BE7;
}
</style>
border-color css
<style>
span { border-color: #DB2BE7; }
span { border-color: rgb(219,43,231); }
td.TdClassName
{
border-color: #DB2BE7;
}
.TagClassName
{
border-color: #DB2BE7;
}
</style>