Shades of Psychedelic Purple #DB04FB
Tints of Psychedelic Purple #DB04FB
RGB
CMYK
RGB Variations
Color information
#DB04FB (or 0xDB04FB) is known color: Psychedelic Purple. HEX triplet: DB, 04 and FB. RGB value is (219,4,251). Sum of RGB (Red+Green+Blue) = 219+4+251=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 4 (1.95% from 255 or 0.84% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB04FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB04FB is #24FB04. Grayscale: #5F5F5F. Windows color (decimal): -2423557 or 16450779. OLE color: 16450779.
HSL color Cylindrical-coordinate representation of color #DB04FB: hue angle of 292.23º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB04FB is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 4 | 251 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.02 |
| HSL | 292.23º | 0.97% | 0.5% | - |
| HSV(B) | 292.23º | 0.98% | 0.98% | - |
| XYZ | 46.67 | 22.11 | 93.08 | - |
| YUV | 96.44 | 215.23 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 251 | 0.13 | 0.98 | 0 | 0.02 | 292.23 | 0.97 | 0.5 |
| Hex | DB | 4 | FB | D | 62 | 0 | 2 | 124 | 61 | 32 |
| Octal | 333 | 4 | 373 | 15 | 142 | 0 | 2 | 444 | 141 | 62 |
| Binary | 11011011 | 100 | 11111011 | 1101 | 1100010 | 0 | 10 | 100100100 | 1100001 | 110010 |
Color Harmonies of #DB04FB
Complementary color
Monochromatic Colors of #DB04FB
Black with #DB04FB
Text Example
Text Example
White with #DB04FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04FB; }
p { color: rgb(219,4,251); }
H1.HeaderClassName
{
color: #DB04FB;
}
.AnyTagClassName
{
color: #DB04FB;
}
</style>
background-color css
<style>
a { background-color: #DB04FB; }
a { background-color: rgb(219,4,251); }
div.DivClassName
{
background-color: #DB04FB;
}
.BgClassName
{
background-color: #DB04FB;
}
</style>
border-color css
<style>
span { border-color: #DB04FB; }
span { border-color: rgb(219,4,251); }
td.TdClassName
{
border-color: #DB04FB;
}
.TagClassName
{
border-color: #DB04FB;
}
</style>