Shades of Psychedelic Purple #DB0EF5
Tints of Psychedelic Purple #DB0EF5
RGB
CMYK
RGB Variations
Color information
#DB0EF5 (or 0xDB0EF5) is known color: Psychedelic Purple. HEX triplet: DB, 0E and F5. RGB value is (219,14,245). Sum of RGB (Red+Green+Blue) = 219+14+245=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 14 (5.86% from 255 or 2.93% from 478); Blue value is 245 (96.09% from 255 or 51.26% from 478); Max value from RGB is 245 - color contains mainly: blue. Hex color #DB0EF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0EF5 is #24F10A. Grayscale: #646464. Windows color (decimal): -2421003 or 16060123. OLE color: 16060123.
HSL color Cylindrical-coordinate representation of color #DB0EF5: hue angle of 293.25º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0EF5 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 14 | 245 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.04 |
| HSL | 293.25º | 0.92% | 0.51% | - |
| HSV(B) | 293.25º | 0.94% | 0.96% | - |
| XYZ | 45.85 | 21.97 | 88.21 | - |
| YUV | 101.63 | 208.92 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 245 | 0.11 | 0.94 | 0 | 0.04 | 293.25 | 0.92 | 0.51 |
| Hex | DB | E | F5 | B | 5E | 0 | 4 | 125 | 5C | 33 |
| Octal | 333 | 16 | 365 | 13 | 136 | 0 | 4 | 445 | 134 | 63 |
| Binary | 11011011 | 1110 | 11110101 | 1011 | 1011110 | 0 | 100 | 100100101 | 1011100 | 110011 |
Color Harmonies of #DB0EF5
Complementary color
Monochromatic Colors of #DB0EF5
Black with #DB0EF5
Text Example
Text Example
White with #DB0EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EF5; }
p { color: rgb(219,14,245); }
H1.HeaderClassName
{
color: #DB0EF5;
}
.AnyTagClassName
{
color: #DB0EF5;
}
</style>
background-color css
<style>
a { background-color: #DB0EF5; }
a { background-color: rgb(219,14,245); }
div.DivClassName
{
background-color: #DB0EF5;
}
.BgClassName
{
background-color: #DB0EF5;
}
</style>
border-color css
<style>
span { border-color: #DB0EF5; }
span { border-color: rgb(219,14,245); }
td.TdClassName
{
border-color: #DB0EF5;
}
.TagClassName
{
border-color: #DB0EF5;
}
</style>