Shades of Psychedelic Purple #DB05FB
Tints of Psychedelic Purple #DB05FB
RGB
CMYK
RGB Variations
Color information
#DB05FB (or 0xDB05FB) is known color: Psychedelic Purple. HEX triplet: DB, 05 and FB. RGB value is (219,5,251). Sum of RGB (Red+Green+Blue) = 219+5+251=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 5 (2.34% from 255 or 1.05% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB05FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB05FB is #24FA04. Grayscale: #606060. Windows color (decimal): -2423301 or 16451035. OLE color: 16451035.
HSL color Cylindrical-coordinate representation of color #DB05FB: hue angle of 292.2º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05FB is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 5 | 251 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.02 |
| HSL | 292.2º | 0.97% | 0.5% | - |
| HSV(B) | 292.2º | 0.98% | 0.98% | - |
| XYZ | 46.68 | 22.13 | 93.08 | - |
| YUV | 97.03 | 214.9 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 251 | 0.13 | 0.98 | 0 | 0.02 | 292.2 | 0.97 | 0.5 |
| Hex | DB | 5 | FB | D | 62 | 0 | 2 | 124 | 61 | 32 |
| Octal | 333 | 5 | 373 | 15 | 142 | 0 | 2 | 444 | 141 | 62 |
| Binary | 11011011 | 101 | 11111011 | 1101 | 1100010 | 0 | 10 | 100100100 | 1100001 | 110010 |
Color Harmonies of #DB05FB
Complementary color
Monochromatic Colors of #DB05FB
Black with #DB05FB
Text Example
Text Example
White with #DB05FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05FB; }
p { color: rgb(219,5,251); }
H1.HeaderClassName
{
color: #DB05FB;
}
.AnyTagClassName
{
color: #DB05FB;
}
</style>
background-color css
<style>
a { background-color: #DB05FB; }
a { background-color: rgb(219,5,251); }
div.DivClassName
{
background-color: #DB05FB;
}
.BgClassName
{
background-color: #DB05FB;
}
</style>
border-color css
<style>
span { border-color: #DB05FB; }
span { border-color: rgb(219,5,251); }
td.TdClassName
{
border-color: #DB05FB;
}
.TagClassName
{
border-color: #DB05FB;
}
</style>