Shades of Psychedelic Purple #DB32FA
Tints of Psychedelic Purple #DB32FA
RGB
CMYK
RGB Variations
Color information
#DB32FA (or 0xDB32FA) is known color: Psychedelic Purple. HEX triplet: DB, 32 and FA. RGB value is (219,50,250). Sum of RGB (Red+Green+Blue) = 219+50+250=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 50 (19.92% from 255 or 9.63% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB32FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB32FA is #24CD05. Grayscale: #7A7A7A. Windows color (decimal): -2411782 or 16397019. OLE color: 16397019.
HSL color Cylindrical-coordinate representation of color #DB32FA: hue angle of 290.7º 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 #DB32FA is Cyan = 0.12, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 50 | 250 | - |
| CMYK | 0.12 | 0.8 | 0 | 0.02 |
| HSL | 290.7º | 0.95% | 0.59% | - |
| HSV(B) | 290.7º | 0.8% | 0.98% | - |
| XYZ | 47.61 | 24.24 | 92.61 | - |
| YUV | 123.33 | 199.49 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 250 | 0.12 | 0.8 | 0 | 0.02 | 290.7 | 0.95 | 0.59 |
| Hex | DB | 32 | FA | C | 50 | 0 | 2 | 123 | 5F | 3B |
| Octal | 333 | 62 | 372 | 14 | 120 | 0 | 2 | 443 | 137 | 73 |
| Binary | 11011011 | 110010 | 11111010 | 1100 | 1010000 | 0 | 10 | 100100011 | 1011111 | 111011 |
Color Harmonies of #DB32FA
Complementary color
Monochromatic Colors of #DB32FA
Black with #DB32FA
Text Example
Text Example
White with #DB32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32FA; }
p { color: rgb(219,50,250); }
H1.HeaderClassName
{
color: #DB32FA;
}
.AnyTagClassName
{
color: #DB32FA;
}
</style>
background-color css
<style>
a { background-color: #DB32FA; }
a { background-color: rgb(219,50,250); }
div.DivClassName
{
background-color: #DB32FA;
}
.BgClassName
{
background-color: #DB32FA;
}
</style>
border-color css
<style>
span { border-color: #DB32FA; }
span { border-color: rgb(219,50,250); }
td.TdClassName
{
border-color: #DB32FA;
}
.TagClassName
{
border-color: #DB32FA;
}
</style>