Shades of Psychedelic Purple #DB00E5
Tints of Psychedelic Purple #DB00E5
RGB
CMYK
RGB Variations
Color information
#DB00E5 (or 0xDB00E5) is known color: Psychedelic Purple. HEX triplet: DB, 00 and E5. RGB value is (219,0,229). Sum of RGB (Red+Green+Blue) = 219+0+229=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 229 (89.84% from 255 or 51.12% from 448); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB00E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00E5 is #24FF1A. Grayscale: #5A5A5A. Windows color (decimal): -2424603 or 15007963. OLE color: 15007963.
HSL color Cylindrical-coordinate representation of color #DB00E5: hue angle of 297.38º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00E5 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 0 | 229 | - |
| CMYK | 0.04 | 1 | 0 | 0.10 |
| HSL | 297.38º | 1% | 0.45% | - |
| HSV(B) | 297.38º | 1% | 0.9% | - |
| XYZ | 43.36 | 20.72 | 75.84 | - |
| YUV | 91.59 | 205.55 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 229 | 0.04 | 1 | 0 | 0.10 | 297.38 | 1 | 0.45 |
| Hex | DB | 0 | E5 | 4 | 64 | 0 | A | 129 | 64 | 2D |
| Octal | 333 | 0 | 345 | 4 | 144 | 0 | 12 | 451 | 144 | 55 |
| Binary | 11011011 | 0 | 11100101 | 100 | 1100100 | 0 | 1010 | 100101001 | 1100100 | 101101 |
Color Harmonies of #DB00E5
Complementary color
Monochromatic Colors of #DB00E5
Black with #DB00E5
Text Example
Text Example
White with #DB00E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00E5; }
p { color: rgb(219,0,229); }
H1.HeaderClassName
{
color: #DB00E5;
}
.AnyTagClassName
{
color: #DB00E5;
}
</style>
background-color css
<style>
a { background-color: #DB00E5; }
a { background-color: rgb(219,0,229); }
div.DivClassName
{
background-color: #DB00E5;
}
.BgClassName
{
background-color: #DB00E5;
}
</style>
border-color css
<style>
span { border-color: #DB00E5; }
span { border-color: rgb(219,0,229); }
td.TdClassName
{
border-color: #DB00E5;
}
.TagClassName
{
border-color: #DB00E5;
}
</style>