Shades of Psychedelic Purple #DB04EE
Tints of Psychedelic Purple #DB04EE
RGB
CMYK
RGB Variations
Color information
#DB04EE (or 0xDB04EE) is known color: Psychedelic Purple. HEX triplet: DB, 04 and EE. RGB value is (219,4,238). Sum of RGB (Red+Green+Blue) = 219+4+238=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB04EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB04EE is #24FB11. Grayscale: #5E5E5E. Windows color (decimal): -2423570 or 15598811. OLE color: 15598811.
HSL color Cylindrical-coordinate representation of color #DB04EE: hue angle of 295.13º 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 #DB04EE is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 4 | 238 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.07 |
| HSL | 295.13º | 0.97% | 0.47% | - |
| HSV(B) | 295.13º | 0.98% | 0.93% | - |
| XYZ | 44.69 | 21.32 | 82.65 | - |
| YUV | 94.96 | 208.73 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 238 | 0.08 | 0.98 | 0 | 0.07 | 295.13 | 0.97 | 0.47 |
| Hex | DB | 4 | EE | 8 | 62 | 0 | 7 | 127 | 61 | 2F |
| Octal | 333 | 4 | 356 | 10 | 142 | 0 | 7 | 447 | 141 | 57 |
| Binary | 11011011 | 100 | 11101110 | 1000 | 1100010 | 0 | 111 | 100100111 | 1100001 | 101111 |
Color Harmonies of #DB04EE
Complementary color
Monochromatic Colors of #DB04EE
Black with #DB04EE
Text Example
Text Example
White with #DB04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04EE; }
p { color: rgb(219,4,238); }
H1.HeaderClassName
{
color: #DB04EE;
}
.AnyTagClassName
{
color: #DB04EE;
}
</style>
background-color css
<style>
a { background-color: #DB04EE; }
a { background-color: rgb(219,4,238); }
div.DivClassName
{
background-color: #DB04EE;
}
.BgClassName
{
background-color: #DB04EE;
}
</style>
border-color css
<style>
span { border-color: #DB04EE; }
span { border-color: rgb(219,4,238); }
td.TdClassName
{
border-color: #DB04EE;
}
.TagClassName
{
border-color: #DB04EE;
}
</style>