Shades of Psychedelic Purple #DB1DFA
Tints of Psychedelic Purple #DB1DFA
RGB
CMYK
RGB Variations
Color information
#DB1DFA (or 0xDB1DFA) is known color: Psychedelic Purple. HEX triplet: DB, 1D and FA. RGB value is (219,29,250). Sum of RGB (Red+Green+Blue) = 219+29+250=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 29 (11.72% from 255 or 5.82% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB1DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1DFA is #24E205. Grayscale: #6E6E6E. Windows color (decimal): -2417158 or 16391643. OLE color: 16391643.
HSL color Cylindrical-coordinate representation of color #DB1DFA: hue angle of 291.58º degrees, saturation: 0.96, 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 #DB1DFA is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 29 | 250 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.02 |
| HSL | 291.58º | 0.96% | 0.55% | - |
| HSV(B) | 291.58º | 0.88% | 0.98% | - |
| XYZ | 46.91 | 22.84 | 92.38 | - |
| YUV | 111 | 206.45 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 250 | 0.12 | 0.88 | 0 | 0.02 | 291.58 | 0.96 | 0.55 |
| Hex | DB | 1D | FA | C | 58 | 0 | 2 | 124 | 60 | 37 |
| Octal | 333 | 35 | 372 | 14 | 130 | 0 | 2 | 444 | 140 | 67 |
| Binary | 11011011 | 11101 | 11111010 | 1100 | 1011000 | 0 | 10 | 100100100 | 1100000 | 110111 |
Color Harmonies of #DB1DFA
Complementary color
Monochromatic Colors of #DB1DFA
Black with #DB1DFA
Text Example
Text Example
White with #DB1DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DFA; }
p { color: rgb(219,29,250); }
H1.HeaderClassName
{
color: #DB1DFA;
}
.AnyTagClassName
{
color: #DB1DFA;
}
</style>
background-color css
<style>
a { background-color: #DB1DFA; }
a { background-color: rgb(219,29,250); }
div.DivClassName
{
background-color: #DB1DFA;
}
.BgClassName
{
background-color: #DB1DFA;
}
</style>
border-color css
<style>
span { border-color: #DB1DFA; }
span { border-color: rgb(219,29,250); }
td.TdClassName
{
border-color: #DB1DFA;
}
.TagClassName
{
border-color: #DB1DFA;
}
</style>