Shades of Psychedelic Purple #DB33FA
Tints of Psychedelic Purple #DB33FA
RGB
CMYK
RGB Variations
Color information
#DB33FA (or 0xDB33FA) is known color: Psychedelic Purple. HEX triplet: DB, 33 and FA. RGB value is (219,51,250). Sum of RGB (Red+Green+Blue) = 219+51+250=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 51 (20.31% from 255 or 9.81% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB33FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB33FA is #24CC05. Grayscale: #7B7B7B. Windows color (decimal): -2411526 or 16397275. OLE color: 16397275.
HSL color Cylindrical-coordinate representation of color #DB33FA: hue angle of 290.65º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB33FA is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 51 | 250 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.02 |
| HSL | 290.65º | 0.95% | 0.59% | - |
| HSV(B) | 290.65º | 0.8% | 0.98% | - |
| XYZ | 47.65 | 24.33 | 92.63 | - |
| YUV | 123.92 | 199.16 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 250 | 0.12 | 0.80 | 0 | 0.02 | 290.65 | 0.95 | 0.59 |
| Hex | DB | 33 | FA | C | 50 | 0 | 2 | 123 | 5F | 3B |
| Octal | 333 | 63 | 372 | 14 | 120 | 0 | 2 | 443 | 137 | 73 |
| Binary | 11011011 | 110011 | 11111010 | 1100 | 1010000 | 0 | 10 | 100100011 | 1011111 | 111011 |
Color Harmonies of #DB33FA
Complementary color
Monochromatic Colors of #DB33FA
Black with #DB33FA
Text Example
Text Example
White with #DB33FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB33FA; }
p { color: rgb(219,51,250); }
H1.HeaderClassName
{
color: #DB33FA;
}
.AnyTagClassName
{
color: #DB33FA;
}
</style>
background-color css
<style>
a { background-color: #DB33FA; }
a { background-color: rgb(219,51,250); }
div.DivClassName
{
background-color: #DB33FA;
}
.BgClassName
{
background-color: #DB33FA;
}
</style>
border-color css
<style>
span { border-color: #DB33FA; }
span { border-color: rgb(219,51,250); }
td.TdClassName
{
border-color: #DB33FA;
}
.TagClassName
{
border-color: #DB33FA;
}
</style>