Shades of Psychedelic Purple #DB08E9
Tints of Psychedelic Purple #DB08E9
RGB
CMYK
RGB Variations
Color information
#DB08E9 (or 0xDB08E9) is known color: Psychedelic Purple. HEX triplet: DB, 08 and E9. RGB value is (219,8,233). Sum of RGB (Red+Green+Blue) = 219+8+233=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 8 (3.52% from 255 or 1.74% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB08E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB08E9 is #24F716. Grayscale: #606060. Windows color (decimal): -2422551 or 15272155. OLE color: 15272155.
HSL color Cylindrical-coordinate representation of color #DB08E9: hue angle of 296.27º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB08E9 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 8 | 233 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.09 |
| HSL | 296.27º | 0.93% | 0.47% | - |
| HSV(B) | 296.27º | 0.97% | 0.91% | - |
| XYZ | 44.01 | 21.12 | 78.85 | - |
| YUV | 96.74 | 204.9 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 233 | 0.06 | 0.97 | 0 | 0.09 | 296.27 | 0.93 | 0.47 |
| Hex | DB | 8 | E9 | 6 | 61 | 0 | 9 | 128 | 5D | 2F |
| Octal | 333 | 10 | 351 | 6 | 141 | 0 | 11 | 450 | 135 | 57 |
| Binary | 11011011 | 1000 | 11101001 | 110 | 1100001 | 0 | 1001 | 100101000 | 1011101 | 101111 |
Color Harmonies of #DB08E9
Complementary color
Monochromatic Colors of #DB08E9
Black with #DB08E9
Text Example
Text Example
White with #DB08E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08E9; }
p { color: rgb(219,8,233); }
H1.HeaderClassName
{
color: #DB08E9;
}
.AnyTagClassName
{
color: #DB08E9;
}
</style>
background-color css
<style>
a { background-color: #DB08E9; }
a { background-color: rgb(219,8,233); }
div.DivClassName
{
background-color: #DB08E9;
}
.BgClassName
{
background-color: #DB08E9;
}
</style>
border-color css
<style>
span { border-color: #DB08E9; }
span { border-color: rgb(219,8,233); }
td.TdClassName
{
border-color: #DB08E9;
}
.TagClassName
{
border-color: #DB08E9;
}
</style>