Shades of Psychedelic Purple #DB0EF7
Tints of Psychedelic Purple #DB0EF7
RGB
CMYK
RGB Variations
Color information
#DB0EF7 (or 0xDB0EF7) is known color: Psychedelic Purple. HEX triplet: DB, 0E and F7. RGB value is (219,14,247). Sum of RGB (Red+Green+Blue) = 219+14+247=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 14 (5.86% from 255 or 2.92% from 480); Blue value is 247 (96.88% from 255 or 51.46% from 480); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB0EF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0EF7 is #24F108. Grayscale: #656565. Windows color (decimal): -2421001 or 16191195. OLE color: 16191195.
HSL color Cylindrical-coordinate representation of color #DB0EF7: hue angle of 292.79º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0EF7 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 14 | 247 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.03 |
| HSL | 292.79º | 0.94% | 0.51% | - |
| HSV(B) | 292.79º | 0.94% | 0.97% | - |
| XYZ | 46.16 | 22.09 | 89.83 | - |
| YUV | 101.86 | 209.92 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 247 | 0.11 | 0.94 | 0 | 0.03 | 292.79 | 0.94 | 0.51 |
| Hex | DB | E | F7 | B | 5E | 0 | 3 | 125 | 5E | 33 |
| Octal | 333 | 16 | 367 | 13 | 136 | 0 | 3 | 445 | 136 | 63 |
| Binary | 11011011 | 1110 | 11110111 | 1011 | 1011110 | 0 | 11 | 100100101 | 1011110 | 110011 |
Color Harmonies of #DB0EF7
Complementary color
Monochromatic Colors of #DB0EF7
Black with #DB0EF7
Text Example
Text Example
White with #DB0EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EF7; }
p { color: rgb(219,14,247); }
H1.HeaderClassName
{
color: #DB0EF7;
}
.AnyTagClassName
{
color: #DB0EF7;
}
</style>
background-color css
<style>
a { background-color: #DB0EF7; }
a { background-color: rgb(219,14,247); }
div.DivClassName
{
background-color: #DB0EF7;
}
.BgClassName
{
background-color: #DB0EF7;
}
</style>
border-color css
<style>
span { border-color: #DB0EF7; }
span { border-color: rgb(219,14,247); }
td.TdClassName
{
border-color: #DB0EF7;
}
.TagClassName
{
border-color: #DB0EF7;
}
</style>