Shades of Psychedelic Purple #DB14FA
Tints of Psychedelic Purple #DB14FA
RGB
CMYK
RGB Variations
Color information
#DB14FA (or 0xDB14FA) is known color: Psychedelic Purple. HEX triplet: DB, 14 and FA. RGB value is (219,20,250). Sum of RGB (Red+Green+Blue) = 219+20+250=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 20 (8.20% from 255 or 4.09% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB14FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB14FA is #24EB05. Grayscale: #696969. Windows color (decimal): -2419462 or 16389339. OLE color: 16389339.
HSL color Cylindrical-coordinate representation of color #DB14FA: hue angle of 291.91º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB14FA is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 20 | 250 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.02 |
| HSL | 291.91º | 0.96% | 0.53% | - |
| HSV(B) | 291.91º | 0.92% | 0.98% | - |
| XYZ | 46.72 | 22.46 | 92.32 | - |
| YUV | 105.72 | 209.43 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 250 | 0.12 | 0.92 | 0 | 0.02 | 291.91 | 0.96 | 0.53 |
| Hex | DB | 14 | FA | C | 5C | 0 | 2 | 124 | 60 | 35 |
| Octal | 333 | 24 | 372 | 14 | 134 | 0 | 2 | 444 | 140 | 65 |
| Binary | 11011011 | 10100 | 11111010 | 1100 | 1011100 | 0 | 10 | 100100100 | 1100000 | 110101 |
Color Harmonies of #DB14FA
Complementary color
Monochromatic Colors of #DB14FA
Black with #DB14FA
Text Example
Text Example
White with #DB14FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14FA; }
p { color: rgb(219,20,250); }
H1.HeaderClassName
{
color: #DB14FA;
}
.AnyTagClassName
{
color: #DB14FA;
}
</style>
background-color css
<style>
a { background-color: #DB14FA; }
a { background-color: rgb(219,20,250); }
div.DivClassName
{
background-color: #DB14FA;
}
.BgClassName
{
background-color: #DB14FA;
}
</style>
border-color css
<style>
span { border-color: #DB14FA; }
span { border-color: rgb(219,20,250); }
td.TdClassName
{
border-color: #DB14FA;
}
.TagClassName
{
border-color: #DB14FA;
}
</style>