Shades of Psychedelic Purple #DB2EF0
Tints of Psychedelic Purple #DB2EF0
RGB
CMYK
RGB Variations
Color information
#DB2EF0 (or 0xDB2EF0) is known color: Psychedelic Purple. HEX triplet: DB, 2E and F0. RGB value is (219,46,240). Sum of RGB (Red+Green+Blue) = 219+46+240=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 46 (18.36% from 255 or 9.11% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB2EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2EF0 is #24D10F. Grayscale: #777777. Windows color (decimal): -2412816 or 15740635. OLE color: 15740635.
HSL color Cylindrical-coordinate representation of color #DB2EF0: hue angle of 293.51º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2EF0 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 46 | 240 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.06 |
| HSL | 293.51º | 0.87% | 0.56% | - |
| HSV(B) | 293.51º | 0.81% | 0.94% | - |
| XYZ | 45.92 | 23.31 | 84.52 | - |
| YUV | 119.84 | 195.81 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 240 | 0.09 | 0.81 | 0 | 0.06 | 293.51 | 0.87 | 0.56 |
| Hex | DB | 2E | F0 | 9 | 51 | 0 | 6 | 126 | 57 | 38 |
| Octal | 333 | 56 | 360 | 11 | 121 | 0 | 6 | 446 | 127 | 70 |
| Binary | 11011011 | 101110 | 11110000 | 1001 | 1010001 | 0 | 110 | 100100110 | 1010111 | 111000 |
Color Harmonies of #DB2EF0
Complementary color
Monochromatic Colors of #DB2EF0
Black with #DB2EF0
Text Example
Text Example
White with #DB2EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EF0; }
p { color: rgb(219,46,240); }
H1.HeaderClassName
{
color: #DB2EF0;
}
.AnyTagClassName
{
color: #DB2EF0;
}
</style>
background-color css
<style>
a { background-color: #DB2EF0; }
a { background-color: rgb(219,46,240); }
div.DivClassName
{
background-color: #DB2EF0;
}
.BgClassName
{
background-color: #DB2EF0;
}
</style>
border-color css
<style>
span { border-color: #DB2EF0; }
span { border-color: rgb(219,46,240); }
td.TdClassName
{
border-color: #DB2EF0;
}
.TagClassName
{
border-color: #DB2EF0;
}
</style>