Shades of Psychedelic Purple #DB03FF
Tints of Psychedelic Purple #DB03FF
RGB
CMYK
RGB Variations
Color information
#DB03FF (or 0xDB03FF) is known color: Psychedelic Purple. HEX triplet: DB, 03 and FF. RGB value is (219,3,255). Sum of RGB (Red+Green+Blue) = 219+3+255=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 3 (1.56% from 255 or 0.63% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB03FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB03FF is #24FC00. Grayscale: #5F5F5F. Windows color (decimal): -2423809 or 16712667. OLE color: 16712667.
HSL color Cylindrical-coordinate representation of color #DB03FF: hue angle of 291.43º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB03FF is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 3 | 255 | - |
| CMYK | 0.14 | 0.99 | 0 | 0 |
| HSL | 291.43º | 1% | 0.51% | - |
| HSV(B) | 291.43º | 0.99% | 1% | - |
| XYZ | 47.3 | 22.35 | 96.43 | - |
| YUV | 96.31 | 217.56 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 255 | 0.14 | 0.99 | 0 | 0 | 291.43 | 1 | 0.51 |
| Hex | DB | 3 | FF | E | 63 | 0 | 0 | 123 | 64 | 33 |
| Octal | 333 | 3 | 377 | 16 | 143 | 0 | 0 | 443 | 144 | 63 |
| Binary | 11011011 | 11 | 11111111 | 1110 | 1100011 | 0 | 0 | 100100011 | 1100100 | 110011 |
Color Harmonies of #DB03FF
Complementary color
Monochromatic Colors of #DB03FF
Black with #DB03FF
Text Example
Text Example
White with #DB03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03FF; }
p { color: rgb(219,3,255); }
H1.HeaderClassName
{
color: #DB03FF;
}
.AnyTagClassName
{
color: #DB03FF;
}
</style>
background-color css
<style>
a { background-color: #DB03FF; }
a { background-color: rgb(219,3,255); }
div.DivClassName
{
background-color: #DB03FF;
}
.BgClassName
{
background-color: #DB03FF;
}
</style>
border-color css
<style>
span { border-color: #DB03FF; }
span { border-color: rgb(219,3,255); }
td.TdClassName
{
border-color: #DB03FF;
}
.TagClassName
{
border-color: #DB03FF;
}
</style>