Shades of Psychedelic Purple #DB2DFA
Tints of Psychedelic Purple #DB2DFA
RGB
CMYK
RGB Variations
Color information
#DB2DFA (or 0xDB2DFA) is known color: Psychedelic Purple. HEX triplet: DB, 2D and FA. RGB value is (219,45,250). Sum of RGB (Red+Green+Blue) = 219+45+250=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 45 (17.97% from 255 or 8.75% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB2DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2DFA is #24D205. Grayscale: #777777. Windows color (decimal): -2413062 or 16395739. OLE color: 16395739.
HSL color Cylindrical-coordinate representation of color #DB2DFA: hue angle of 290.93º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2DFA is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 45 | 250 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.02 |
| HSL | 290.93º | 0.95% | 0.58% | - |
| HSV(B) | 290.93º | 0.82% | 0.98% | - |
| XYZ | 47.41 | 23.84 | 92.55 | - |
| YUV | 120.4 | 201.15 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 250 | 0.12 | 0.82 | 0 | 0.02 | 290.93 | 0.95 | 0.58 |
| Hex | DB | 2D | FA | C | 52 | 0 | 2 | 123 | 5F | 3A |
| Octal | 333 | 55 | 372 | 14 | 122 | 0 | 2 | 443 | 137 | 72 |
| Binary | 11011011 | 101101 | 11111010 | 1100 | 1010010 | 0 | 10 | 100100011 | 1011111 | 111010 |
Color Harmonies of #DB2DFA
Complementary color
Monochromatic Colors of #DB2DFA
Black with #DB2DFA
Text Example
Text Example
White with #DB2DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DFA; }
p { color: rgb(219,45,250); }
H1.HeaderClassName
{
color: #DB2DFA;
}
.AnyTagClassName
{
color: #DB2DFA;
}
</style>
background-color css
<style>
a { background-color: #DB2DFA; }
a { background-color: rgb(219,45,250); }
div.DivClassName
{
background-color: #DB2DFA;
}
.BgClassName
{
background-color: #DB2DFA;
}
</style>
border-color css
<style>
span { border-color: #DB2DFA; }
span { border-color: rgb(219,45,250); }
td.TdClassName
{
border-color: #DB2DFA;
}
.TagClassName
{
border-color: #DB2DFA;
}
</style>