Shades of Psychedelic Purple #DB2EF9
Tints of Psychedelic Purple #DB2EF9
RGB
CMYK
RGB Variations
Color information
#DB2EF9 (or 0xDB2EF9) is known color: Psychedelic Purple. HEX triplet: DB, 2E and F9. RGB value is (219,46,249). Sum of RGB (Red+Green+Blue) = 219+46+249=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 46 (18.36% from 255 or 8.95% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB2EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2EF9 is #24D106. Grayscale: #787878. Windows color (decimal): -2412807 or 16330459. OLE color: 16330459.
HSL color Cylindrical-coordinate representation of color #DB2EF9: hue angle of 291.13º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2EF9 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 46 | 249 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.02 |
| HSL | 291.13º | 0.94% | 0.58% | - |
| HSV(B) | 291.13º | 0.82% | 0.98% | - |
| XYZ | 47.29 | 23.85 | 91.73 | - |
| YUV | 120.87 | 200.31 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 249 | 0.12 | 0.82 | 0 | 0.02 | 291.13 | 0.94 | 0.58 |
| Hex | DB | 2E | F9 | C | 52 | 0 | 2 | 123 | 5E | 3A |
| Octal | 333 | 56 | 371 | 14 | 122 | 0 | 2 | 443 | 136 | 72 |
| Binary | 11011011 | 101110 | 11111001 | 1100 | 1010010 | 0 | 10 | 100100011 | 1011110 | 111010 |
Color Harmonies of #DB2EF9
Complementary color
Monochromatic Colors of #DB2EF9
Black with #DB2EF9
Text Example
Text Example
White with #DB2EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EF9; }
p { color: rgb(219,46,249); }
H1.HeaderClassName
{
color: #DB2EF9;
}
.AnyTagClassName
{
color: #DB2EF9;
}
</style>
background-color css
<style>
a { background-color: #DB2EF9; }
a { background-color: rgb(219,46,249); }
div.DivClassName
{
background-color: #DB2EF9;
}
.BgClassName
{
background-color: #DB2EF9;
}
</style>
border-color css
<style>
span { border-color: #DB2EF9; }
span { border-color: rgb(219,46,249); }
td.TdClassName
{
border-color: #DB2EF9;
}
.TagClassName
{
border-color: #DB2EF9;
}
</style>