Shades of Psychedelic Purple #DB09E9
Tints of Psychedelic Purple #DB09E9
RGB
CMYK
RGB Variations
Color information
#DB09E9 (or 0xDB09E9) is known color: Psychedelic Purple. HEX triplet: DB, 09 and E9. RGB value is (219,9,233). Sum of RGB (Red+Green+Blue) = 219+9+233=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 9 (3.91% from 255 or 1.95% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB09E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB09E9 is #24F616. Grayscale: #606060. Windows color (decimal): -2422295 or 15272411. OLE color: 15272411.
HSL color Cylindrical-coordinate representation of color #DB09E9: hue angle of 296.25º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB09E9 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 9 | 233 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.09 |
| HSL | 296.25º | 0.93% | 0.47% | - |
| HSV(B) | 296.25º | 0.96% | 0.91% | - |
| XYZ | 44.02 | 21.14 | 78.85 | - |
| YUV | 97.33 | 204.57 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 233 | 0.06 | 0.96 | 0 | 0.09 | 296.25 | 0.93 | 0.47 |
| Hex | DB | 9 | E9 | 6 | 60 | 0 | 9 | 128 | 5D | 2F |
| Octal | 333 | 11 | 351 | 6 | 140 | 0 | 11 | 450 | 135 | 57 |
| Binary | 11011011 | 1001 | 11101001 | 110 | 1100000 | 0 | 1001 | 100101000 | 1011101 | 101111 |
Color Harmonies of #DB09E9
Complementary color
Monochromatic Colors of #DB09E9
Black with #DB09E9
Text Example
Text Example
White with #DB09E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09E9; }
p { color: rgb(219,9,233); }
H1.HeaderClassName
{
color: #DB09E9;
}
.AnyTagClassName
{
color: #DB09E9;
}
</style>
background-color css
<style>
a { background-color: #DB09E9; }
a { background-color: rgb(219,9,233); }
div.DivClassName
{
background-color: #DB09E9;
}
.BgClassName
{
background-color: #DB09E9;
}
</style>
border-color css
<style>
span { border-color: #DB09E9; }
span { border-color: rgb(219,9,233); }
td.TdClassName
{
border-color: #DB09E9;
}
.TagClassName
{
border-color: #DB09E9;
}
</style>