Shades of Psychedelic Purple #DB1DFB
Tints of Psychedelic Purple #DB1DFB
RGB
CMYK
RGB Variations
Color information
#DB1DFB (or 0xDB1DFB) is known color: Psychedelic Purple. HEX triplet: DB, 1D and FB. RGB value is (219,29,251). Sum of RGB (Red+Green+Blue) = 219+29+251=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 29 (11.72% from 255 or 5.81% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB1DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1DFB is #24E204. Grayscale: #6E6E6E. Windows color (decimal): -2417157 or 16457179. OLE color: 16457179.
HSL color Cylindrical-coordinate representation of color #DB1DFB: hue angle of 291.35º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1DFB is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 29 | 251 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.02 |
| HSL | 291.35º | 0.97% | 0.55% | - |
| HSV(B) | 291.35º | 0.88% | 0.98% | - |
| XYZ | 47.07 | 22.9 | 93.21 | - |
| YUV | 111.12 | 206.95 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 251 | 0.13 | 0.88 | 0 | 0.02 | 291.35 | 0.97 | 0.55 |
| Hex | DB | 1D | FB | D | 58 | 0 | 2 | 123 | 61 | 37 |
| Octal | 333 | 35 | 373 | 15 | 130 | 0 | 2 | 443 | 141 | 67 |
| Binary | 11011011 | 11101 | 11111011 | 1101 | 1011000 | 0 | 10 | 100100011 | 1100001 | 110111 |
Color Harmonies of #DB1DFB
Complementary color
Monochromatic Colors of #DB1DFB
Black with #DB1DFB
Text Example
Text Example
White with #DB1DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DFB; }
p { color: rgb(219,29,251); }
H1.HeaderClassName
{
color: #DB1DFB;
}
.AnyTagClassName
{
color: #DB1DFB;
}
</style>
background-color css
<style>
a { background-color: #DB1DFB; }
a { background-color: rgb(219,29,251); }
div.DivClassName
{
background-color: #DB1DFB;
}
.BgClassName
{
background-color: #DB1DFB;
}
</style>
border-color css
<style>
span { border-color: #DB1DFB; }
span { border-color: rgb(219,29,251); }
td.TdClassName
{
border-color: #DB1DFB;
}
.TagClassName
{
border-color: #DB1DFB;
}
</style>