Shades of Psychedelic Purple #DB04EC
Tints of Psychedelic Purple #DB04EC
RGB
CMYK
RGB Variations
Color information
#DB04EC (or 0xDB04EC) is known color: Psychedelic Purple. HEX triplet: DB, 04 and EC. RGB value is (219,4,236). Sum of RGB (Red+Green+Blue) = 219+4+236=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 4 (1.95% from 255 or 0.87% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB04EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB04EC is #24FB13. Grayscale: #5E5E5E. Windows color (decimal): -2423572 or 15467739. OLE color: 15467739.
HSL color Cylindrical-coordinate representation of color #DB04EC: hue angle of 295.6º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB04EC is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 4 | 236 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.07 |
| HSL | 295.6º | 0.97% | 0.47% | - |
| HSV(B) | 295.6º | 0.98% | 0.93% | - |
| XYZ | 44.4 | 21.2 | 81.11 | - |
| YUV | 94.73 | 207.73 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 236 | 0.07 | 0.98 | 0 | 0.07 | 295.6 | 0.97 | 0.47 |
| Hex | DB | 4 | EC | 7 | 62 | 0 | 7 | 128 | 61 | 2F |
| Octal | 333 | 4 | 354 | 7 | 142 | 0 | 7 | 450 | 141 | 57 |
| Binary | 11011011 | 100 | 11101100 | 111 | 1100010 | 0 | 111 | 100101000 | 1100001 | 101111 |
Color Harmonies of #DB04EC
Complementary color
Monochromatic Colors of #DB04EC
Black with #DB04EC
Text Example
Text Example
White with #DB04EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04EC; }
p { color: rgb(219,4,236); }
H1.HeaderClassName
{
color: #DB04EC;
}
.AnyTagClassName
{
color: #DB04EC;
}
</style>
background-color css
<style>
a { background-color: #DB04EC; }
a { background-color: rgb(219,4,236); }
div.DivClassName
{
background-color: #DB04EC;
}
.BgClassName
{
background-color: #DB04EC;
}
</style>
border-color css
<style>
span { border-color: #DB04EC; }
span { border-color: rgb(219,4,236); }
td.TdClassName
{
border-color: #DB04EC;
}
.TagClassName
{
border-color: #DB04EC;
}
</style>