Shades of Psychedelic Purple #DB03FD
Tints of Psychedelic Purple #DB03FD
RGB
CMYK
RGB Variations
Color information
#DB03FD (or 0xDB03FD) is known color: Psychedelic Purple. HEX triplet: DB, 03 and FD. RGB value is (219,3,253). Sum of RGB (Red+Green+Blue) = 219+3+253=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 3 (1.56% from 255 or 0.63% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB03FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB03FD is #24FC02. Grayscale: #5F5F5F. Windows color (decimal): -2423811 or 16581595. OLE color: 16581595.
HSL color Cylindrical-coordinate representation of color #DB03FD: hue angle of 291.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB03FD is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 3 | 253 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.01 |
| HSL | 291.84º | 0.98% | 0.5% | - |
| HSV(B) | 291.84º | 0.99% | 0.99% | - |
| XYZ | 46.98 | 22.22 | 94.74 | - |
| YUV | 96.08 | 216.56 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 253 | 0.13 | 0.99 | 0 | 0.01 | 291.84 | 0.98 | 0.5 |
| Hex | DB | 3 | FD | D | 63 | 0 | 1 | 124 | 62 | 32 |
| Octal | 333 | 3 | 375 | 15 | 143 | 0 | 1 | 444 | 142 | 62 |
| Binary | 11011011 | 11 | 11111101 | 1101 | 1100011 | 0 | 1 | 100100100 | 1100010 | 110010 |
Color Harmonies of #DB03FD
Complementary color
Monochromatic Colors of #DB03FD
Black with #DB03FD
Text Example
Text Example
White with #DB03FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03FD; }
p { color: rgb(219,3,253); }
H1.HeaderClassName
{
color: #DB03FD;
}
.AnyTagClassName
{
color: #DB03FD;
}
</style>
background-color css
<style>
a { background-color: #DB03FD; }
a { background-color: rgb(219,3,253); }
div.DivClassName
{
background-color: #DB03FD;
}
.BgClassName
{
background-color: #DB03FD;
}
</style>
border-color css
<style>
span { border-color: #DB03FD; }
span { border-color: rgb(219,3,253); }
td.TdClassName
{
border-color: #DB03FD;
}
.TagClassName
{
border-color: #DB03FD;
}
</style>