Shades of Psychedelic Purple #DB15FA
Tints of Psychedelic Purple #DB15FA
RGB
CMYK
RGB Variations
Color information
#DB15FA (or 0xDB15FA) is known color: Psychedelic Purple. HEX triplet: DB, 15 and FA. RGB value is (219,21,250). Sum of RGB (Red+Green+Blue) = 219+21+250=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 21 (8.59% from 255 or 4.29% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB15FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB15FA is #24EA05. Grayscale: #696969. Windows color (decimal): -2419206 or 16389595. OLE color: 16389595.
HSL color Cylindrical-coordinate representation of color #DB15FA: hue angle of 291.88º 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 #DB15FA is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 21 | 250 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.02 |
| HSL | 291.88º | 0.96% | 0.53% | - |
| HSV(B) | 291.88º | 0.92% | 0.98% | - |
| XYZ | 46.74 | 22.5 | 92.32 | - |
| YUV | 106.31 | 209.1 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 250 | 0.12 | 0.92 | 0 | 0.02 | 291.88 | 0.96 | 0.53 |
| Hex | DB | 15 | FA | C | 5C | 0 | 2 | 124 | 60 | 35 |
| Octal | 333 | 25 | 372 | 14 | 134 | 0 | 2 | 444 | 140 | 65 |
| Binary | 11011011 | 10101 | 11111010 | 1100 | 1011100 | 0 | 10 | 100100100 | 1100000 | 110101 |
Color Harmonies of #DB15FA
Complementary color
Monochromatic Colors of #DB15FA
Black with #DB15FA
Text Example
Text Example
White with #DB15FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15FA; }
p { color: rgb(219,21,250); }
H1.HeaderClassName
{
color: #DB15FA;
}
.AnyTagClassName
{
color: #DB15FA;
}
</style>
background-color css
<style>
a { background-color: #DB15FA; }
a { background-color: rgb(219,21,250); }
div.DivClassName
{
background-color: #DB15FA;
}
.BgClassName
{
background-color: #DB15FA;
}
</style>
border-color css
<style>
span { border-color: #DB15FA; }
span { border-color: rgb(219,21,250); }
td.TdClassName
{
border-color: #DB15FA;
}
.TagClassName
{
border-color: #DB15FA;
}
</style>