Shades of Psychedelic Purple #DB03FB
Tints of Psychedelic Purple #DB03FB
RGB
CMYK
RGB Variations
Color information
#DB03FB (or 0xDB03FB) is known color: Psychedelic Purple. HEX triplet: DB, 03 and FB. RGB value is (219,3,251). Sum of RGB (Red+Green+Blue) = 219+3+251=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 3 (1.56% from 255 or 0.63% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB03FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB03FB is #24FC04. Grayscale: #5F5F5F. Windows color (decimal): -2423813 or 16450523. OLE color: 16450523.
HSL color Cylindrical-coordinate representation of color #DB03FB: hue angle of 292.26º 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 #DB03FB is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 3 | 251 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.02 |
| HSL | 292.26º | 0.98% | 0.5% | - |
| HSV(B) | 292.26º | 0.99% | 0.98% | - |
| XYZ | 46.66 | 22.09 | 93.07 | - |
| YUV | 95.86 | 215.56 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 251 | 0.13 | 0.99 | 0 | 0.02 | 292.26 | 0.98 | 0.5 |
| Hex | DB | 3 | FB | D | 63 | 0 | 2 | 124 | 62 | 32 |
| Octal | 333 | 3 | 373 | 15 | 143 | 0 | 2 | 444 | 142 | 62 |
| Binary | 11011011 | 11 | 11111011 | 1101 | 1100011 | 0 | 10 | 100100100 | 1100010 | 110010 |
Color Harmonies of #DB03FB
Complementary color
Monochromatic Colors of #DB03FB
Black with #DB03FB
Text Example
Text Example
White with #DB03FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03FB; }
p { color: rgb(219,3,251); }
H1.HeaderClassName
{
color: #DB03FB;
}
.AnyTagClassName
{
color: #DB03FB;
}
</style>
background-color css
<style>
a { background-color: #DB03FB; }
a { background-color: rgb(219,3,251); }
div.DivClassName
{
background-color: #DB03FB;
}
.BgClassName
{
background-color: #DB03FB;
}
</style>
border-color css
<style>
span { border-color: #DB03FB; }
span { border-color: rgb(219,3,251); }
td.TdClassName
{
border-color: #DB03FB;
}
.TagClassName
{
border-color: #DB03FB;
}
</style>