Shades of Psychedelic Purple #DB02FB
Tints of Psychedelic Purple #DB02FB
RGB
CMYK
RGB Variations
Color information
#DB02FB (or 0xDB02FB) is known color: Psychedelic Purple. HEX triplet: DB, 02 and FB. RGB value is (219,2,251). Sum of RGB (Red+Green+Blue) = 219+2+251=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 2 (1.17% from 255 or 0.42% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB02FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB02FB is #24FD04. Grayscale: #5E5E5E. Windows color (decimal): -2424069 or 16450267. OLE color: 16450267.
HSL color Cylindrical-coordinate representation of color #DB02FB: hue angle of 292.29º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB02FB is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 2 | 251 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.02 |
| HSL | 292.29º | 0.98% | 0.5% | - |
| HSV(B) | 292.29º | 0.99% | 0.98% | - |
| XYZ | 46.65 | 22.07 | 93.07 | - |
| YUV | 95.27 | 215.89 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 251 | 0.13 | 0.99 | 0 | 0.02 | 292.29 | 0.98 | 0.5 |
| Hex | DB | 2 | FB | D | 63 | 0 | 2 | 124 | 62 | 32 |
| Octal | 333 | 2 | 373 | 15 | 143 | 0 | 2 | 444 | 142 | 62 |
| Binary | 11011011 | 10 | 11111011 | 1101 | 1100011 | 0 | 10 | 100100100 | 1100010 | 110010 |
Color Harmonies of #DB02FB
Complementary color
Monochromatic Colors of #DB02FB
Black with #DB02FB
Text Example
Text Example
White with #DB02FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02FB; }
p { color: rgb(219,2,251); }
H1.HeaderClassName
{
color: #DB02FB;
}
.AnyTagClassName
{
color: #DB02FB;
}
</style>
background-color css
<style>
a { background-color: #DB02FB; }
a { background-color: rgb(219,2,251); }
div.DivClassName
{
background-color: #DB02FB;
}
.BgClassName
{
background-color: #DB02FB;
}
</style>
border-color css
<style>
span { border-color: #DB02FB; }
span { border-color: rgb(219,2,251); }
td.TdClassName
{
border-color: #DB02FB;
}
.TagClassName
{
border-color: #DB02FB;
}
</style>