Shades of Psychedelic Purple #DB12FA
Tints of Psychedelic Purple #DB12FA
RGB
CMYK
RGB Variations
Color information
#DB12FA (or 0xDB12FA) is known color: Psychedelic Purple. HEX triplet: DB, 12 and FA. RGB value is (219,18,250). Sum of RGB (Red+Green+Blue) = 219+18+250=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 18 (7.42% from 255 or 3.70% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB12FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB12FA is #24ED05. Grayscale: #676767. Windows color (decimal): -2419974 or 16388827. OLE color: 16388827.
HSL color Cylindrical-coordinate representation of color #DB12FA: hue angle of 291.98º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB12FA is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 18 | 250 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.02 |
| HSL | 291.98º | 0.96% | 0.53% | - |
| HSV(B) | 291.98º | 0.93% | 0.98% | - |
| XYZ | 46.69 | 22.39 | 92.3 | - |
| YUV | 104.55 | 210.09 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 250 | 0.12 | 0.93 | 0 | 0.02 | 291.98 | 0.96 | 0.53 |
| Hex | DB | 12 | FA | C | 5D | 0 | 2 | 124 | 60 | 35 |
| Octal | 333 | 22 | 372 | 14 | 135 | 0 | 2 | 444 | 140 | 65 |
| Binary | 11011011 | 10010 | 11111010 | 1100 | 1011101 | 0 | 10 | 100100100 | 1100000 | 110101 |
Color Harmonies of #DB12FA
Complementary color
Monochromatic Colors of #DB12FA
Black with #DB12FA
Text Example
Text Example
White with #DB12FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12FA; }
p { color: rgb(219,18,250); }
H1.HeaderClassName
{
color: #DB12FA;
}
.AnyTagClassName
{
color: #DB12FA;
}
</style>
background-color css
<style>
a { background-color: #DB12FA; }
a { background-color: rgb(219,18,250); }
div.DivClassName
{
background-color: #DB12FA;
}
.BgClassName
{
background-color: #DB12FA;
}
</style>
border-color css
<style>
span { border-color: #DB12FA; }
span { border-color: rgb(219,18,250); }
td.TdClassName
{
border-color: #DB12FA;
}
.TagClassName
{
border-color: #DB12FA;
}
</style>