Shades of Psychedelic Purple #DB34F9
Tints of Psychedelic Purple #DB34F9
RGB
CMYK
RGB Variations
Color information
#DB34F9 (or 0xDB34F9) is known color: Psychedelic Purple. HEX triplet: DB, 34 and F9. RGB value is (219,52,249). Sum of RGB (Red+Green+Blue) = 219+52+249=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 52 (20.70% from 255 or 10% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB34F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB34F9 is #24CB06. Grayscale: #7B7B7B. Windows color (decimal): -2411271 or 16331995. OLE color: 16331995.
HSL color Cylindrical-coordinate representation of color #DB34F9: hue angle of 290.86º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB34F9 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 52 | 249 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.02 |
| HSL | 290.86º | 0.94% | 0.59% | - |
| HSV(B) | 290.86º | 0.79% | 0.98% | - |
| XYZ | 47.54 | 24.36 | 91.82 | - |
| YUV | 124.39 | 198.33 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 249 | 0.12 | 0.79 | 0 | 0.02 | 290.86 | 0.94 | 0.59 |
| Hex | DB | 34 | F9 | C | 4F | 0 | 2 | 123 | 5E | 3B |
| Octal | 333 | 64 | 371 | 14 | 117 | 0 | 2 | 443 | 136 | 73 |
| Binary | 11011011 | 110100 | 11111001 | 1100 | 1001111 | 0 | 10 | 100100011 | 1011110 | 111011 |
Color Harmonies of #DB34F9
Complementary color
Monochromatic Colors of #DB34F9
Black with #DB34F9
Text Example
Text Example
White with #DB34F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34F9; }
p { color: rgb(219,52,249); }
H1.HeaderClassName
{
color: #DB34F9;
}
.AnyTagClassName
{
color: #DB34F9;
}
</style>
background-color css
<style>
a { background-color: #DB34F9; }
a { background-color: rgb(219,52,249); }
div.DivClassName
{
background-color: #DB34F9;
}
.BgClassName
{
background-color: #DB34F9;
}
</style>
border-color css
<style>
span { border-color: #DB34F9; }
span { border-color: rgb(219,52,249); }
td.TdClassName
{
border-color: #DB34F9;
}
.TagClassName
{
border-color: #DB34F9;
}
</style>