Shades of Psychedelic Purple #DB03EC
Tints of Psychedelic Purple #DB03EC
RGB
CMYK
RGB Variations
Color information
#DB03EC (or 0xDB03EC) is known color: Psychedelic Purple. HEX triplet: DB, 03 and EC. RGB value is (219,3,236). Sum of RGB (Red+Green+Blue) = 219+3+236=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 3 (1.56% from 255 or 0.66% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB03EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB03EC is #24FC13. Grayscale: #5D5D5D. Windows color (decimal): -2423828 or 15467483. OLE color: 15467483.
HSL color Cylindrical-coordinate representation of color #DB03EC: hue angle of 295.62º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB03EC is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 3 | 236 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.07 |
| HSL | 295.62º | 0.97% | 0.47% | - |
| HSV(B) | 295.62º | 0.99% | 0.93% | - |
| XYZ | 44.39 | 21.18 | 81.11 | - |
| YUV | 94.15 | 208.06 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 236 | 0.07 | 0.99 | 0 | 0.07 | 295.62 | 0.97 | 0.47 |
| Hex | DB | 3 | EC | 7 | 63 | 0 | 7 | 128 | 61 | 2F |
| Octal | 333 | 3 | 354 | 7 | 143 | 0 | 7 | 450 | 141 | 57 |
| Binary | 11011011 | 11 | 11101100 | 111 | 1100011 | 0 | 111 | 100101000 | 1100001 | 101111 |
Color Harmonies of #DB03EC
Complementary color
Monochromatic Colors of #DB03EC
Black with #DB03EC
Text Example
Text Example
White with #DB03EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03EC; }
p { color: rgb(219,3,236); }
H1.HeaderClassName
{
color: #DB03EC;
}
.AnyTagClassName
{
color: #DB03EC;
}
</style>
background-color css
<style>
a { background-color: #DB03EC; }
a { background-color: rgb(219,3,236); }
div.DivClassName
{
background-color: #DB03EC;
}
.BgClassName
{
background-color: #DB03EC;
}
</style>
border-color css
<style>
span { border-color: #DB03EC; }
span { border-color: rgb(219,3,236); }
td.TdClassName
{
border-color: #DB03EC;
}
.TagClassName
{
border-color: #DB03EC;
}
</style>