Shades of Psychedelic Purple #DB1BFA
Tints of Psychedelic Purple #DB1BFA
RGB
CMYK
RGB Variations
Color information
#DB1BFA (or 0xDB1BFA) is known color: Psychedelic Purple. HEX triplet: DB, 1B and FA. RGB value is (219,27,250). Sum of RGB (Red+Green+Blue) = 219+27+250=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 27 (10.94% from 255 or 5.44% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB1BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1BFA is #24E405. Grayscale: #6D6D6D. Windows color (decimal): -2417670 or 16391131. OLE color: 16391131.
HSL color Cylindrical-coordinate representation of color #DB1BFA: hue angle of 291.66º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1BFA is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 27 | 250 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.02 |
| HSL | 291.66º | 0.96% | 0.54% | - |
| HSV(B) | 291.66º | 0.89% | 0.98% | - |
| XYZ | 46.86 | 22.75 | 92.36 | - |
| YUV | 109.83 | 207.11 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 250 | 0.12 | 0.89 | 0 | 0.02 | 291.66 | 0.96 | 0.54 |
| Hex | DB | 1B | FA | C | 59 | 0 | 2 | 124 | 60 | 36 |
| Octal | 333 | 33 | 372 | 14 | 131 | 0 | 2 | 444 | 140 | 66 |
| Binary | 11011011 | 11011 | 11111010 | 1100 | 1011001 | 0 | 10 | 100100100 | 1100000 | 110110 |
Color Harmonies of #DB1BFA
Complementary color
Monochromatic Colors of #DB1BFA
Black with #DB1BFA
Text Example
Text Example
White with #DB1BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BFA; }
p { color: rgb(219,27,250); }
H1.HeaderClassName
{
color: #DB1BFA;
}
.AnyTagClassName
{
color: #DB1BFA;
}
</style>
background-color css
<style>
a { background-color: #DB1BFA; }
a { background-color: rgb(219,27,250); }
div.DivClassName
{
background-color: #DB1BFA;
}
.BgClassName
{
background-color: #DB1BFA;
}
</style>
border-color css
<style>
span { border-color: #DB1BFA; }
span { border-color: rgb(219,27,250); }
td.TdClassName
{
border-color: #DB1BFA;
}
.TagClassName
{
border-color: #DB1BFA;
}
</style>