Shades of Psychedelic Purple #DB2FF9
Tints of Psychedelic Purple #DB2FF9
RGB
CMYK
RGB Variations
Color information
#DB2FF9 (or 0xDB2FF9) is known color: Psychedelic Purple. HEX triplet: DB, 2F and F9. RGB value is (219,47,249). Sum of RGB (Red+Green+Blue) = 219+47+249=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 47 (18.75% from 255 or 9.13% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB2FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2FF9 is #24D006. Grayscale: #787878. Windows color (decimal): -2412551 or 16330715. OLE color: 16330715.
HSL color Cylindrical-coordinate representation of color #DB2FF9: hue angle of 291.09º degrees, saturation: 0.94, 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 #DB2FF9 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 47 | 249 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.02 |
| HSL | 291.09º | 0.94% | 0.58% | - |
| HSV(B) | 291.09º | 0.81% | 0.98% | - |
| XYZ | 47.33 | 23.93 | 91.75 | - |
| YUV | 121.46 | 199.98 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 249 | 0.12 | 0.81 | 0 | 0.02 | 291.09 | 0.94 | 0.58 |
| Hex | DB | 2F | F9 | C | 51 | 0 | 2 | 123 | 5E | 3A |
| Octal | 333 | 57 | 371 | 14 | 121 | 0 | 2 | 443 | 136 | 72 |
| Binary | 11011011 | 101111 | 11111001 | 1100 | 1010001 | 0 | 10 | 100100011 | 1011110 | 111010 |
Color Harmonies of #DB2FF9
Complementary color
Monochromatic Colors of #DB2FF9
Black with #DB2FF9
Text Example
Text Example
White with #DB2FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FF9; }
p { color: rgb(219,47,249); }
H1.HeaderClassName
{
color: #DB2FF9;
}
.AnyTagClassName
{
color: #DB2FF9;
}
</style>
background-color css
<style>
a { background-color: #DB2FF9; }
a { background-color: rgb(219,47,249); }
div.DivClassName
{
background-color: #DB2FF9;
}
.BgClassName
{
background-color: #DB2FF9;
}
</style>
border-color css
<style>
span { border-color: #DB2FF9; }
span { border-color: rgb(219,47,249); }
td.TdClassName
{
border-color: #DB2FF9;
}
.TagClassName
{
border-color: #DB2FF9;
}
</style>