Shades of Psychedelic Purple #DB0DEB
Tints of Psychedelic Purple #DB0DEB
RGB
CMYK
RGB Variations
Color information
#DB0DEB (or 0xDB0DEB) is known color: Psychedelic Purple. HEX triplet: DB, 0D and EB. RGB value is (219,13,235). Sum of RGB (Red+Green+Blue) = 219+13+235=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB0DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0DEB is #24F214. Grayscale: #636363. Windows color (decimal): -2421269 or 15404507. OLE color: 15404507.
HSL color Cylindrical-coordinate representation of color #DB0DEB: hue angle of 295.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0DEB is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 13 | 235 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.08 |
| HSL | 295.68º | 0.9% | 0.49% | - |
| HSV(B) | 295.68º | 0.94% | 0.92% | - |
| XYZ | 44.35 | 21.35 | 80.38 | - |
| YUV | 99.9 | 204.25 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 235 | 0.07 | 0.94 | 0 | 0.08 | 295.68 | 0.9 | 0.49 |
| Hex | DB | D | EB | 7 | 5E | 0 | 8 | 128 | 5A | 31 |
| Octal | 333 | 15 | 353 | 7 | 136 | 0 | 10 | 450 | 132 | 61 |
| Binary | 11011011 | 1101 | 11101011 | 111 | 1011110 | 0 | 1000 | 100101000 | 1011010 | 110001 |
Color Harmonies of #DB0DEB
Complementary color
Monochromatic Colors of #DB0DEB
Black with #DB0DEB
Text Example
Text Example
White with #DB0DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DEB; }
p { color: rgb(219,13,235); }
H1.HeaderClassName
{
color: #DB0DEB;
}
.AnyTagClassName
{
color: #DB0DEB;
}
</style>
background-color css
<style>
a { background-color: #DB0DEB; }
a { background-color: rgb(219,13,235); }
div.DivClassName
{
background-color: #DB0DEB;
}
.BgClassName
{
background-color: #DB0DEB;
}
</style>
border-color css
<style>
span { border-color: #DB0DEB; }
span { border-color: rgb(219,13,235); }
td.TdClassName
{
border-color: #DB0DEB;
}
.TagClassName
{
border-color: #DB0DEB;
}
</style>