Shades of Psychedelic Purple #DB09E8
Tints of Psychedelic Purple #DB09E8
RGB
CMYK
RGB Variations
Color information
#DB09E8 (or 0xDB09E8) is known color: Psychedelic Purple. HEX triplet: DB, 09 and E8. RGB value is (219,9,232). Sum of RGB (Red+Green+Blue) = 219+9+232=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 9 (3.91% from 255 or 1.96% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB09E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB09E8 is #24F617. Grayscale: #606060. Windows color (decimal): -2422296 or 15206875. OLE color: 15206875.
HSL color Cylindrical-coordinate representation of color #DB09E8: hue angle of 296.5º 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 #DB09E8 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 9 | 232 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.09 |
| HSL | 296.5º | 0.93% | 0.47% | - |
| HSV(B) | 296.5º | 0.96% | 0.91% | - |
| XYZ | 43.88 | 21.08 | 78.1 | - |
| YUV | 97.21 | 204.07 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 232 | 0.06 | 0.96 | 0 | 0.09 | 296.5 | 0.93 | 0.47 |
| Hex | DB | 9 | E8 | 6 | 60 | 0 | 9 | 129 | 5D | 2F |
| Octal | 333 | 11 | 350 | 6 | 140 | 0 | 11 | 451 | 135 | 57 |
| Binary | 11011011 | 1001 | 11101000 | 110 | 1100000 | 0 | 1001 | 100101001 | 1011101 | 101111 |
Color Harmonies of #DB09E8
Complementary color
Monochromatic Colors of #DB09E8
Black with #DB09E8
Text Example
Text Example
White with #DB09E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09E8; }
p { color: rgb(219,9,232); }
H1.HeaderClassName
{
color: #DB09E8;
}
.AnyTagClassName
{
color: #DB09E8;
}
</style>
background-color css
<style>
a { background-color: #DB09E8; }
a { background-color: rgb(219,9,232); }
div.DivClassName
{
background-color: #DB09E8;
}
.BgClassName
{
background-color: #DB09E8;
}
</style>
border-color css
<style>
span { border-color: #DB09E8; }
span { border-color: rgb(219,9,232); }
td.TdClassName
{
border-color: #DB09E8;
}
.TagClassName
{
border-color: #DB09E8;
}
</style>