Shades of Psychedelic Purple #DB0DFA
Tints of Psychedelic Purple #DB0DFA
RGB
CMYK
RGB Variations
Color information
#DB0DFA (or 0xDB0DFA) is known color: Psychedelic Purple. HEX triplet: DB, 0D and FA. RGB value is (219,13,250). Sum of RGB (Red+Green+Blue) = 219+13+250=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 13 (5.47% from 255 or 2.70% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB0DFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0DFA is #24F205. Grayscale: #646464. Windows color (decimal): -2421254 or 16387547. OLE color: 16387547.
HSL color Cylindrical-coordinate representation of color #DB0DFA: hue angle of 292.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0DFA is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 13 | 250 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.02 |
| HSL | 292.15º | 0.96% | 0.52% | - |
| HSV(B) | 292.15º | 0.95% | 0.98% | - |
| XYZ | 46.61 | 22.25 | 92.28 | - |
| YUV | 101.61 | 211.75 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 250 | 0.12 | 0.95 | 0 | 0.02 | 292.15 | 0.96 | 0.52 |
| Hex | DB | D | FA | C | 5F | 0 | 2 | 124 | 60 | 34 |
| Octal | 333 | 15 | 372 | 14 | 137 | 0 | 2 | 444 | 140 | 64 |
| Binary | 11011011 | 1101 | 11111010 | 1100 | 1011111 | 0 | 10 | 100100100 | 1100000 | 110100 |
Color Harmonies of #DB0DFA
Complementary color
Monochromatic Colors of #DB0DFA
Black with #DB0DFA
Text Example
Text Example
White with #DB0DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DFA; }
p { color: rgb(219,13,250); }
H1.HeaderClassName
{
color: #DB0DFA;
}
.AnyTagClassName
{
color: #DB0DFA;
}
</style>
background-color css
<style>
a { background-color: #DB0DFA; }
a { background-color: rgb(219,13,250); }
div.DivClassName
{
background-color: #DB0DFA;
}
.BgClassName
{
background-color: #DB0DFA;
}
</style>
border-color css
<style>
span { border-color: #DB0DFA; }
span { border-color: rgb(219,13,250); }
td.TdClassName
{
border-color: #DB0DFA;
}
.TagClassName
{
border-color: #DB0DFA;
}
</style>