Shades of Psychedelic Purple #DB04FF
Tints of Psychedelic Purple #DB04FF
RGB
CMYK
RGB Variations
Color information
#DB04FF (or 0xDB04FF) is known color: Psychedelic Purple. HEX triplet: DB, 04 and FF. RGB value is (219,4,255). Sum of RGB (Red+Green+Blue) = 219+4+255=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 4 (1.95% from 255 or 0.84% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB04FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB04FF is #24FB00. Grayscale: #606060. Windows color (decimal): -2423553 or 16712923. OLE color: 16712923.
HSL color Cylindrical-coordinate representation of color #DB04FF: hue angle of 291.39º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB04FF is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 4 | 255 | - |
| CMYK | 0.14 | 0.98 | 0 | 0 |
| HSL | 291.39º | 1% | 0.51% | - |
| HSV(B) | 291.39º | 0.98% | 1% | - |
| XYZ | 47.31 | 22.37 | 96.43 | - |
| YUV | 96.9 | 217.23 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 255 | 0.14 | 0.98 | 0 | 0 | 291.39 | 1 | 0.51 |
| Hex | DB | 4 | FF | E | 62 | 0 | 0 | 123 | 64 | 33 |
| Octal | 333 | 4 | 377 | 16 | 142 | 0 | 0 | 443 | 144 | 63 |
| Binary | 11011011 | 100 | 11111111 | 1110 | 1100010 | 0 | 0 | 100100011 | 1100100 | 110011 |
Color Harmonies of #DB04FF
Complementary color
Monochromatic Colors of #DB04FF
Black with #DB04FF
Text Example
Text Example
White with #DB04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04FF; }
p { color: rgb(219,4,255); }
H1.HeaderClassName
{
color: #DB04FF;
}
.AnyTagClassName
{
color: #DB04FF;
}
</style>
background-color css
<style>
a { background-color: #DB04FF; }
a { background-color: rgb(219,4,255); }
div.DivClassName
{
background-color: #DB04FF;
}
.BgClassName
{
background-color: #DB04FF;
}
</style>
border-color css
<style>
span { border-color: #DB04FF; }
span { border-color: rgb(219,4,255); }
td.TdClassName
{
border-color: #DB04FF;
}
.TagClassName
{
border-color: #DB04FF;
}
</style>