Shades of Psychedelic Purple #DB0BEB
Tints of Psychedelic Purple #DB0BEB
RGB
CMYK
RGB Variations
Color information
#DB0BEB (or 0xDB0BEB) is known color: Psychedelic Purple. HEX triplet: DB, 0B and EB. RGB value is (219,11,235). Sum of RGB (Red+Green+Blue) = 219+11+235=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 11 (4.69% from 255 or 2.37% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB0BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0BEB is #24F414. Grayscale: #626262. Windows color (decimal): -2421781 or 15403995. OLE color: 15403995.
HSL color Cylindrical-coordinate representation of color #DB0BEB: hue angle of 295.71º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0BEB is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 11 | 235 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.08 |
| HSL | 295.71º | 0.91% | 0.48% | - |
| HSV(B) | 295.71º | 0.95% | 0.92% | - |
| XYZ | 44.33 | 21.3 | 80.37 | - |
| YUV | 98.73 | 204.91 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 235 | 0.07 | 0.95 | 0 | 0.08 | 295.71 | 0.91 | 0.48 |
| Hex | DB | B | EB | 7 | 5F | 0 | 8 | 128 | 5B | 30 |
| Octal | 333 | 13 | 353 | 7 | 137 | 0 | 10 | 450 | 133 | 60 |
| Binary | 11011011 | 1011 | 11101011 | 111 | 1011111 | 0 | 1000 | 100101000 | 1011011 | 110000 |
Color Harmonies of #DB0BEB
Complementary color
Monochromatic Colors of #DB0BEB
Black with #DB0BEB
Text Example
Text Example
White with #DB0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0BEB; }
p { color: rgb(219,11,235); }
H1.HeaderClassName
{
color: #DB0BEB;
}
.AnyTagClassName
{
color: #DB0BEB;
}
</style>
background-color css
<style>
a { background-color: #DB0BEB; }
a { background-color: rgb(219,11,235); }
div.DivClassName
{
background-color: #DB0BEB;
}
.BgClassName
{
background-color: #DB0BEB;
}
</style>
border-color css
<style>
span { border-color: #DB0BEB; }
span { border-color: rgb(219,11,235); }
td.TdClassName
{
border-color: #DB0BEB;
}
.TagClassName
{
border-color: #DB0BEB;
}
</style>