Shades of Psychedelic Purple #DB30FA
Tints of Psychedelic Purple #DB30FA
RGB
CMYK
RGB Variations
Color information
#DB30FA (or 0xDB30FA) is known color: Psychedelic Purple. HEX triplet: DB, 30 and FA. RGB value is (219,48,250). Sum of RGB (Red+Green+Blue) = 219+48+250=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 48 (19.14% from 255 or 9.28% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB30FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB30FA is #24CF05. Grayscale: #797979. Windows color (decimal): -2412294 or 16396507. OLE color: 16396507.
HSL color Cylindrical-coordinate representation of color #DB30FA: hue angle of 290.79º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB30FA is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 48 | 250 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.02 |
| HSL | 290.79º | 0.95% | 0.58% | - |
| HSV(B) | 290.79º | 0.81% | 0.98% | - |
| XYZ | 47.53 | 24.08 | 92.58 | - |
| YUV | 122.16 | 200.15 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 250 | 0.12 | 0.81 | 0 | 0.02 | 290.79 | 0.95 | 0.58 |
| Hex | DB | 30 | FA | C | 51 | 0 | 2 | 123 | 5F | 3A |
| Octal | 333 | 60 | 372 | 14 | 121 | 0 | 2 | 443 | 137 | 72 |
| Binary | 11011011 | 110000 | 11111010 | 1100 | 1010001 | 0 | 10 | 100100011 | 1011111 | 111010 |
Color Harmonies of #DB30FA
Complementary color
Monochromatic Colors of #DB30FA
Black with #DB30FA
Text Example
Text Example
White with #DB30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30FA; }
p { color: rgb(219,48,250); }
H1.HeaderClassName
{
color: #DB30FA;
}
.AnyTagClassName
{
color: #DB30FA;
}
</style>
background-color css
<style>
a { background-color: #DB30FA; }
a { background-color: rgb(219,48,250); }
div.DivClassName
{
background-color: #DB30FA;
}
.BgClassName
{
background-color: #DB30FA;
}
</style>
border-color css
<style>
span { border-color: #DB30FA; }
span { border-color: rgb(219,48,250); }
td.TdClassName
{
border-color: #DB30FA;
}
.TagClassName
{
border-color: #DB30FA;
}
</style>