Shades of Psychedelic Purple #DB05E8
Tints of Psychedelic Purple #DB05E8
RGB
CMYK
RGB Variations
Color information
#DB05E8 (or 0xDB05E8) is known color: Psychedelic Purple. HEX triplet: DB, 05 and E8. RGB value is (219,5,232). Sum of RGB (Red+Green+Blue) = 219+5+232=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 5 (2.34% from 255 or 1.10% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB05E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB05E8 is #24FA17. Grayscale: #5E5E5E. Windows color (decimal): -2423320 or 15205851. OLE color: 15205851.
HSL color Cylindrical-coordinate representation of color #DB05E8: hue angle of 296.56º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05E8 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 5 | 232 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.09 |
| HSL | 296.56º | 0.96% | 0.46% | - |
| HSV(B) | 296.56º | 0.98% | 0.91% | - |
| XYZ | 43.83 | 20.99 | 78.09 | - |
| YUV | 94.86 | 205.4 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 232 | 0.06 | 0.98 | 0 | 0.09 | 296.56 | 0.96 | 0.46 |
| Hex | DB | 5 | E8 | 6 | 62 | 0 | 9 | 129 | 60 | 2E |
| Octal | 333 | 5 | 350 | 6 | 142 | 0 | 11 | 451 | 140 | 56 |
| Binary | 11011011 | 101 | 11101000 | 110 | 1100010 | 0 | 1001 | 100101001 | 1100000 | 101110 |
Color Harmonies of #DB05E8
Complementary color
Monochromatic Colors of #DB05E8
Black with #DB05E8
Text Example
Text Example
White with #DB05E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05E8; }
p { color: rgb(219,5,232); }
H1.HeaderClassName
{
color: #DB05E8;
}
.AnyTagClassName
{
color: #DB05E8;
}
</style>
background-color css
<style>
a { background-color: #DB05E8; }
a { background-color: rgb(219,5,232); }
div.DivClassName
{
background-color: #DB05E8;
}
.BgClassName
{
background-color: #DB05E8;
}
</style>
border-color css
<style>
span { border-color: #DB05E8; }
span { border-color: rgb(219,5,232); }
td.TdClassName
{
border-color: #DB05E8;
}
.TagClassName
{
border-color: #DB05E8;
}
</style>