Shades of Psychedelic Purple #DB2BEB
Tints of Psychedelic Purple #DB2BEB
RGB
CMYK
RGB Variations
Color information
#DB2BEB (or 0xDB2BEB) is known color: Psychedelic Purple. HEX triplet: DB, 2B and EB. RGB value is (219,43,235). Sum of RGB (Red+Green+Blue) = 219+43+235=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 43 (17.19% from 255 or 8.65% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB2BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2BEB is #24D414. Grayscale: #747474. Windows color (decimal): -2413589 or 15412187. OLE color: 15412187.
HSL color Cylindrical-coordinate representation of color #DB2BEB: hue angle of 295º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2BEB is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 43 | 235 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.08 |
| HSL | 295º | 0.83% | 0.55% | - |
| HSV(B) | 295º | 0.82% | 0.92% | - |
| XYZ | 45.07 | 22.79 | 80.62 | - |
| YUV | 117.51 | 194.31 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 235 | 0.07 | 0.82 | 0 | 0.08 | 295 | 0.83 | 0.55 |
| Hex | DB | 2B | EB | 7 | 52 | 0 | 8 | 127 | 53 | 37 |
| Octal | 333 | 53 | 353 | 7 | 122 | 0 | 10 | 447 | 123 | 67 |
| Binary | 11011011 | 101011 | 11101011 | 111 | 1010010 | 0 | 1000 | 100100111 | 1010011 | 110111 |
Color Harmonies of #DB2BEB
Complementary color
Monochromatic Colors of #DB2BEB
Black with #DB2BEB
Text Example
Text Example
White with #DB2BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BEB; }
p { color: rgb(219,43,235); }
H1.HeaderClassName
{
color: #DB2BEB;
}
.AnyTagClassName
{
color: #DB2BEB;
}
</style>
background-color css
<style>
a { background-color: #DB2BEB; }
a { background-color: rgb(219,43,235); }
div.DivClassName
{
background-color: #DB2BEB;
}
.BgClassName
{
background-color: #DB2BEB;
}
</style>
border-color css
<style>
span { border-color: #DB2BEB; }
span { border-color: rgb(219,43,235); }
td.TdClassName
{
border-color: #DB2BEB;
}
.TagClassName
{
border-color: #DB2BEB;
}
</style>