Shades of Psychedelic Purple #DB2EF3
Tints of Psychedelic Purple #DB2EF3
RGB
CMYK
RGB Variations
Color information
#DB2EF3 (or 0xDB2EF3) is known color: Psychedelic Purple. HEX triplet: DB, 2E and F3. RGB value is (219,46,243). Sum of RGB (Red+Green+Blue) = 219+46+243=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 46 (18.36% from 255 or 9.06% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB2EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2EF3 is #24D10C. Grayscale: #777777. Windows color (decimal): -2412813 or 15937243. OLE color: 15937243.
HSL color Cylindrical-coordinate representation of color #DB2EF3: hue angle of 292.69º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2EF3 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 46 | 243 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.05 |
| HSL | 292.69º | 0.89% | 0.57% | - |
| HSV(B) | 292.69º | 0.81% | 0.95% | - |
| XYZ | 46.37 | 23.49 | 86.88 | - |
| YUV | 120.19 | 197.31 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 243 | 0.10 | 0.81 | 0 | 0.05 | 292.69 | 0.89 | 0.57 |
| Hex | DB | 2E | F3 | A | 51 | 0 | 5 | 125 | 59 | 39 |
| Octal | 333 | 56 | 363 | 12 | 121 | 0 | 5 | 445 | 131 | 71 |
| Binary | 11011011 | 101110 | 11110011 | 1010 | 1010001 | 0 | 101 | 100100101 | 1011001 | 111001 |
Color Harmonies of #DB2EF3
Complementary color
Monochromatic Colors of #DB2EF3
Black with #DB2EF3
Text Example
Text Example
White with #DB2EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EF3; }
p { color: rgb(219,46,243); }
H1.HeaderClassName
{
color: #DB2EF3;
}
.AnyTagClassName
{
color: #DB2EF3;
}
</style>
background-color css
<style>
a { background-color: #DB2EF3; }
a { background-color: rgb(219,46,243); }
div.DivClassName
{
background-color: #DB2EF3;
}
.BgClassName
{
background-color: #DB2EF3;
}
</style>
border-color css
<style>
span { border-color: #DB2EF3; }
span { border-color: rgb(219,46,243); }
td.TdClassName
{
border-color: #DB2EF3;
}
.TagClassName
{
border-color: #DB2EF3;
}
</style>