Shades of Psychedelic Purple #DB13FA
Tints of Psychedelic Purple #DB13FA
RGB
CMYK
RGB Variations
Color information
#DB13FA (or 0xDB13FA) is known color: Psychedelic Purple. HEX triplet: DB, 13 and FA. RGB value is (219,19,250). Sum of RGB (Red+Green+Blue) = 219+19+250=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 19 (7.81% from 255 or 3.89% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB13FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB13FA is #24EC05. Grayscale: #686868. Windows color (decimal): -2419718 or 16389083. OLE color: 16389083.
HSL color Cylindrical-coordinate representation of color #DB13FA: hue angle of 291.95º 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 #DB13FA is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 19 | 250 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.02 |
| HSL | 291.95º | 0.96% | 0.53% | - |
| HSV(B) | 291.95º | 0.92% | 0.98% | - |
| XYZ | 46.7 | 22.43 | 92.31 | - |
| YUV | 105.13 | 209.76 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 250 | 0.12 | 0.92 | 0 | 0.02 | 291.95 | 0.96 | 0.53 |
| Hex | DB | 13 | FA | C | 5C | 0 | 2 | 124 | 60 | 35 |
| Octal | 333 | 23 | 372 | 14 | 134 | 0 | 2 | 444 | 140 | 65 |
| Binary | 11011011 | 10011 | 11111010 | 1100 | 1011100 | 0 | 10 | 100100100 | 1100000 | 110101 |
Color Harmonies of #DB13FA
Complementary color
Monochromatic Colors of #DB13FA
Black with #DB13FA
Text Example
Text Example
White with #DB13FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13FA; }
p { color: rgb(219,19,250); }
H1.HeaderClassName
{
color: #DB13FA;
}
.AnyTagClassName
{
color: #DB13FA;
}
</style>
background-color css
<style>
a { background-color: #DB13FA; }
a { background-color: rgb(219,19,250); }
div.DivClassName
{
background-color: #DB13FA;
}
.BgClassName
{
background-color: #DB13FA;
}
</style>
border-color css
<style>
span { border-color: #DB13FA; }
span { border-color: rgb(219,19,250); }
td.TdClassName
{
border-color: #DB13FA;
}
.TagClassName
{
border-color: #DB13FA;
}
</style>