Shades of Psychedelic Purple #DB2DE8
Tints of Psychedelic Purple #DB2DE8
RGB
CMYK
RGB Variations
Color information
#DB2DE8 (or 0xDB2DE8) is known color: Psychedelic Purple. HEX triplet: DB, 2D and E8. RGB value is (219,45,232). Sum of RGB (Red+Green+Blue) = 219+45+232=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 45 (17.97% from 255 or 9.07% from 496); Blue value is 232 (91.02% from 255 or 46.77% from 496); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB2DE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2DE8 is #24D217. Grayscale: #757575. Windows color (decimal): -2413080 or 15216091. OLE color: 15216091.
HSL color Cylindrical-coordinate representation of color #DB2DE8: hue angle of 295.83º 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 #DB2DE8 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 45 | 232 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.09 |
| HSL | 295.83º | 0.8% | 0.54% | - |
| HSV(B) | 295.83º | 0.81% | 0.91% | - |
| XYZ | 44.72 | 22.76 | 78.38 | - |
| YUV | 118.34 | 192.15 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 232 | 0.06 | 0.81 | 0 | 0.09 | 295.83 | 0.8 | 0.54 |
| Hex | DB | 2D | E8 | 6 | 51 | 0 | 9 | 128 | 50 | 36 |
| Octal | 333 | 55 | 350 | 6 | 121 | 0 | 11 | 450 | 120 | 66 |
| Binary | 11011011 | 101101 | 11101000 | 110 | 1010001 | 0 | 1001 | 100101000 | 1010000 | 110110 |
Color Harmonies of #DB2DE8
Complementary color
Monochromatic Colors of #DB2DE8
Black with #DB2DE8
Text Example
Text Example
White with #DB2DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DE8; }
p { color: rgb(219,45,232); }
H1.HeaderClassName
{
color: #DB2DE8;
}
.AnyTagClassName
{
color: #DB2DE8;
}
</style>
background-color css
<style>
a { background-color: #DB2DE8; }
a { background-color: rgb(219,45,232); }
div.DivClassName
{
background-color: #DB2DE8;
}
.BgClassName
{
background-color: #DB2DE8;
}
</style>
border-color css
<style>
span { border-color: #DB2DE8; }
span { border-color: rgb(219,45,232); }
td.TdClassName
{
border-color: #DB2DE8;
}
.TagClassName
{
border-color: #DB2DE8;
}
</style>