Shades of Psychedelic Purple #DB03FA
Tints of Psychedelic Purple #DB03FA
RGB
CMYK
RGB Variations
Color information
#DB03FA (or 0xDB03FA) is known color: Psychedelic Purple. HEX triplet: DB, 03 and FA. RGB value is (219,3,250). Sum of RGB (Red+Green+Blue) = 219+3+250=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 3 (1.56% from 255 or 0.64% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB03FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB03FA is #24FC05. Grayscale: #5E5E5E. Windows color (decimal): -2423814 or 16384987. OLE color: 16384987.
HSL color Cylindrical-coordinate representation of color #DB03FA: hue angle of 292.47º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB03FA is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 3 | 250 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.02 |
| HSL | 292.47º | 0.98% | 0.5% | - |
| HSV(B) | 292.47º | 0.99% | 0.98% | - |
| XYZ | 46.5 | 22.03 | 92.24 | - |
| YUV | 95.74 | 215.06 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 250 | 0.12 | 0.99 | 0 | 0.02 | 292.47 | 0.98 | 0.5 |
| Hex | DB | 3 | FA | C | 63 | 0 | 2 | 124 | 62 | 32 |
| Octal | 333 | 3 | 372 | 14 | 143 | 0 | 2 | 444 | 142 | 62 |
| Binary | 11011011 | 11 | 11111010 | 1100 | 1100011 | 0 | 10 | 100100100 | 1100010 | 110010 |
Color Harmonies of #DB03FA
Complementary color
Monochromatic Colors of #DB03FA
Black with #DB03FA
Text Example
Text Example
White with #DB03FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03FA; }
p { color: rgb(219,3,250); }
H1.HeaderClassName
{
color: #DB03FA;
}
.AnyTagClassName
{
color: #DB03FA;
}
</style>
background-color css
<style>
a { background-color: #DB03FA; }
a { background-color: rgb(219,3,250); }
div.DivClassName
{
background-color: #DB03FA;
}
.BgClassName
{
background-color: #DB03FA;
}
</style>
border-color css
<style>
span { border-color: #DB03FA; }
span { border-color: rgb(219,3,250); }
td.TdClassName
{
border-color: #DB03FA;
}
.TagClassName
{
border-color: #DB03FA;
}
</style>