Shades of Psychedelic Purple #DB2EF6
Tints of Psychedelic Purple #DB2EF6
RGB
CMYK
RGB Variations
Color information
#DB2EF6 (or 0xDB2EF6) is known color: Psychedelic Purple. HEX triplet: DB, 2E and F6. RGB value is (219,46,246). Sum of RGB (Red+Green+Blue) = 219+46+246=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 46 (18.36% from 255 or 9.00% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB2EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2EF6 is #24D109. Grayscale: #777777. Windows color (decimal): -2412810 or 16133851. OLE color: 16133851.
HSL color Cylindrical-coordinate representation of color #DB2EF6: hue angle of 291.9º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2EF6 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 46 | 246 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.04 |
| HSL | 291.9º | 0.92% | 0.57% | - |
| HSV(B) | 291.9º | 0.81% | 0.96% | - |
| XYZ | 46.82 | 23.67 | 89.29 | - |
| YUV | 120.53 | 198.81 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 246 | 0.11 | 0.81 | 0 | 0.04 | 291.9 | 0.92 | 0.57 |
| Hex | DB | 2E | F6 | B | 51 | 0 | 4 | 124 | 5C | 39 |
| Octal | 333 | 56 | 366 | 13 | 121 | 0 | 4 | 444 | 134 | 71 |
| Binary | 11011011 | 101110 | 11110110 | 1011 | 1010001 | 0 | 100 | 100100100 | 1011100 | 111001 |
Color Harmonies of #DB2EF6
Complementary color
Monochromatic Colors of #DB2EF6
Black with #DB2EF6
Text Example
Text Example
White with #DB2EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EF6; }
p { color: rgb(219,46,246); }
H1.HeaderClassName
{
color: #DB2EF6;
}
.AnyTagClassName
{
color: #DB2EF6;
}
</style>
background-color css
<style>
a { background-color: #DB2EF6; }
a { background-color: rgb(219,46,246); }
div.DivClassName
{
background-color: #DB2EF6;
}
.BgClassName
{
background-color: #DB2EF6;
}
</style>
border-color css
<style>
span { border-color: #DB2EF6; }
span { border-color: rgb(219,46,246); }
td.TdClassName
{
border-color: #DB2EF6;
}
.TagClassName
{
border-color: #DB2EF6;
}
</style>