Shades of Psychedelic Purple #DB02FF
Tints of Psychedelic Purple #DB02FF
RGB
CMYK
RGB Variations
Color information
#DB02FF (or 0xDB02FF) is known color: Psychedelic Purple. HEX triplet: DB, 02 and FF. RGB value is (219,2,255). Sum of RGB (Red+Green+Blue) = 219+2+255=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 2 (1.17% from 255 or 0.42% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB02FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB02FF is #24FD00. Grayscale: #5E5E5E. Windows color (decimal): -2424065 or 16712411. OLE color: 16712411.
HSL color Cylindrical-coordinate representation of color #DB02FF: hue angle of 291.46º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB02FF is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 2 | 255 | - |
| CMYK | 0.14 | 0.99 | 0 | 0 |
| HSL | 291.46º | 1% | 0.5% | - |
| HSV(B) | 291.46º | 0.99% | 1% | - |
| XYZ | 47.29 | 22.32 | 96.42 | - |
| YUV | 95.73 | 217.89 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 255 | 0.14 | 0.99 | 0 | 0 | 291.46 | 1 | 0.5 |
| Hex | DB | 2 | FF | E | 63 | 0 | 0 | 123 | 64 | 32 |
| Octal | 333 | 2 | 377 | 16 | 143 | 0 | 0 | 443 | 144 | 62 |
| Binary | 11011011 | 10 | 11111111 | 1110 | 1100011 | 0 | 0 | 100100011 | 1100100 | 110010 |
Color Harmonies of #DB02FF
Complementary color
Monochromatic Colors of #DB02FF
Black with #DB02FF
Text Example
Text Example
White with #DB02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02FF; }
p { color: rgb(219,2,255); }
H1.HeaderClassName
{
color: #DB02FF;
}
.AnyTagClassName
{
color: #DB02FF;
}
</style>
background-color css
<style>
a { background-color: #DB02FF; }
a { background-color: rgb(219,2,255); }
div.DivClassName
{
background-color: #DB02FF;
}
.BgClassName
{
background-color: #DB02FF;
}
</style>
border-color css
<style>
span { border-color: #DB02FF; }
span { border-color: rgb(219,2,255); }
td.TdClassName
{
border-color: #DB02FF;
}
.TagClassName
{
border-color: #DB02FF;
}
</style>