Shades of Psychedelic Purple #DB03E6
Tints of Psychedelic Purple #DB03E6
RGB
CMYK
RGB Variations
Color information
#DB03E6 (or 0xDB03E6) is known color: Psychedelic Purple. HEX triplet: DB, 03 and E6. RGB value is (219,3,230). Sum of RGB (Red+Green+Blue) = 219+3+230=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 3 (1.56% from 255 or 0.66% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB03E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB03E6 is #24FC19. Grayscale: #5C5C5C. Windows color (decimal): -2423834 or 15074267. OLE color: 15074267.
HSL color Cylindrical-coordinate representation of color #DB03E6: hue angle of 297.09º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB03E6 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 3 | 230 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.10 |
| HSL | 297.09º | 0.97% | 0.46% | - |
| HSV(B) | 297.09º | 0.99% | 0.9% | - |
| XYZ | 43.53 | 20.84 | 76.59 | - |
| YUV | 93.46 | 205.06 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 230 | 0.05 | 0.99 | 0 | 0.10 | 297.09 | 0.97 | 0.46 |
| Hex | DB | 3 | E6 | 5 | 63 | 0 | A | 129 | 61 | 2E |
| Octal | 333 | 3 | 346 | 5 | 143 | 0 | 12 | 451 | 141 | 56 |
| Binary | 11011011 | 11 | 11100110 | 101 | 1100011 | 0 | 1010 | 100101001 | 1100001 | 101110 |
Color Harmonies of #DB03E6
Complementary color
Monochromatic Colors of #DB03E6
Black with #DB03E6
Text Example
Text Example
White with #DB03E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03E6; }
p { color: rgb(219,3,230); }
H1.HeaderClassName
{
color: #DB03E6;
}
.AnyTagClassName
{
color: #DB03E6;
}
</style>
background-color css
<style>
a { background-color: #DB03E6; }
a { background-color: rgb(219,3,230); }
div.DivClassName
{
background-color: #DB03E6;
}
.BgClassName
{
background-color: #DB03E6;
}
</style>
border-color css
<style>
span { border-color: #DB03E6; }
span { border-color: rgb(219,3,230); }
td.TdClassName
{
border-color: #DB03E6;
}
.TagClassName
{
border-color: #DB03E6;
}
</style>