Shades of Psychedelic Purple #DB19FB
Tints of Psychedelic Purple #DB19FB
RGB
CMYK
RGB Variations
Color information
#DB19FB (or 0xDB19FB) is known color: Psychedelic Purple. HEX triplet: DB, 19 and FB. RGB value is (219,25,251). Sum of RGB (Red+Green+Blue) = 219+25+251=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 25 (10.16% from 255 or 5.05% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB19FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB19FB is #24E604. Grayscale: #6C6C6C. Windows color (decimal): -2418181 or 16456155. OLE color: 16456155.
HSL color Cylindrical-coordinate representation of color #DB19FB: hue angle of 291.5º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB19FB is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 25 | 251 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.02 |
| HSL | 291.5º | 0.97% | 0.54% | - |
| HSV(B) | 291.5º | 0.9% | 0.98% | - |
| XYZ | 46.97 | 22.72 | 93.18 | - |
| YUV | 108.77 | 208.27 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 251 | 0.13 | 0.90 | 0 | 0.02 | 291.5 | 0.97 | 0.54 |
| Hex | DB | 19 | FB | D | 5A | 0 | 2 | 124 | 61 | 36 |
| Octal | 333 | 31 | 373 | 15 | 132 | 0 | 2 | 444 | 141 | 66 |
| Binary | 11011011 | 11001 | 11111011 | 1101 | 1011010 | 0 | 10 | 100100100 | 1100001 | 110110 |
Color Harmonies of #DB19FB
Complementary color
Monochromatic Colors of #DB19FB
Black with #DB19FB
Text Example
Text Example
White with #DB19FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19FB; }
p { color: rgb(219,25,251); }
H1.HeaderClassName
{
color: #DB19FB;
}
.AnyTagClassName
{
color: #DB19FB;
}
</style>
background-color css
<style>
a { background-color: #DB19FB; }
a { background-color: rgb(219,25,251); }
div.DivClassName
{
background-color: #DB19FB;
}
.BgClassName
{
background-color: #DB19FB;
}
</style>
border-color css
<style>
span { border-color: #DB19FB; }
span { border-color: rgb(219,25,251); }
td.TdClassName
{
border-color: #DB19FB;
}
.TagClassName
{
border-color: #DB19FB;
}
</style>