Shades of Psychedelic Purple #DB0EF6
Tints of Psychedelic Purple #DB0EF6
RGB
CMYK
RGB Variations
Color information
#DB0EF6 (or 0xDB0EF6) is known color: Psychedelic Purple. HEX triplet: DB, 0E and F6. RGB value is (219,14,246). Sum of RGB (Red+Green+Blue) = 219+14+246=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB0EF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0EF6 is #24F109. Grayscale: #656565. Windows color (decimal): -2421002 or 16125659. OLE color: 16125659.
HSL color Cylindrical-coordinate representation of color #DB0EF6: hue angle of 293.02º degrees, saturation: 0.93, 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 #DB0EF6 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 14 | 246 | - |
CMYK | 0.11 | 0.94 | 0 | 0.04 |
HSL | 293.02º | 0.93% | 0.51% | - |
HSV(B) | 293.02º | 0.94% | 0.96% | - |
XYZ | 46.01 | 22.03 | 89.02 | - |
YUV | 101.74 | 209.42 | 211.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 14 | 246 | 0.11 | 0.94 | 0 | 0.04 | 293.02 | 0.93 | 0.51 |
Hex | DB | E | F6 | B | 5E | 0 | 4 | 125 | 5D | 33 |
Octal | 333 | 16 | 366 | 13 | 136 | 0 | 4 | 445 | 135 | 63 |
Binary | 11011011 | 1110 | 11110110 | 1011 | 1011110 | 0 | 100 | 100100101 | 1011101 | 110011 |
Color Harmonies of #DB0EF6
Complementary color
Monochromatic Colors of #DB0EF6
Black with #DB0EF6
Text Example
Text Example
White with #DB0EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EF6; }
p { color: rgb(219,14,246); }
H1.HeaderClassName
{
color: #DB0EF6;
}
.AnyTagClassName
{
color: #DB0EF6;
}
</style>
background-color css
<style>
a { background-color: #DB0EF6; }
a { background-color: rgb(219,14,246); }
div.DivClassName
{
background-color: #DB0EF6;
}
.BgClassName
{
background-color: #DB0EF6;
}
</style>
border-color css
<style>
span { border-color: #DB0EF6; }
span { border-color: rgb(219,14,246); }
td.TdClassName
{
border-color: #DB0EF6;
}
.TagClassName
{
border-color: #DB0EF6;
}
</style>