Shades of Psychedelic Purple #DB2EEF
Tints of Psychedelic Purple #DB2EEF
RGB
CMYK
RGB Variations
Color information
#DB2EEF (or 0xDB2EEF) is known color: Psychedelic Purple. HEX triplet: DB, 2E and EF. RGB value is (219,46,239). Sum of RGB (Red+Green+Blue) = 219+46+239=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 46 (18.36% from 255 or 9.13% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB2EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2EEF is #24D110. Grayscale: #777777. Windows color (decimal): -2412817 or 15675099. OLE color: 15675099.
HSL color Cylindrical-coordinate representation of color #DB2EEF: hue angle of 293.78º degrees, saturation: 0.86, 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 #DB2EEF is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 46 | 239 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.06 |
| HSL | 293.78º | 0.86% | 0.56% | - |
| HSV(B) | 293.78º | 0.81% | 0.94% | - |
| XYZ | 45.77 | 23.25 | 83.74 | - |
| YUV | 119.73 | 195.31 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 239 | 0.08 | 0.81 | 0 | 0.06 | 293.78 | 0.86 | 0.56 |
| Hex | DB | 2E | EF | 8 | 51 | 0 | 6 | 126 | 56 | 38 |
| Octal | 333 | 56 | 357 | 10 | 121 | 0 | 6 | 446 | 126 | 70 |
| Binary | 11011011 | 101110 | 11101111 | 1000 | 1010001 | 0 | 110 | 100100110 | 1010110 | 111000 |
Color Harmonies of #DB2EEF
Complementary color
Monochromatic Colors of #DB2EEF
Black with #DB2EEF
Text Example
Text Example
White with #DB2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EEF; }
p { color: rgb(219,46,239); }
H1.HeaderClassName
{
color: #DB2EEF;
}
.AnyTagClassName
{
color: #DB2EEF;
}
</style>
background-color css
<style>
a { background-color: #DB2EEF; }
a { background-color: rgb(219,46,239); }
div.DivClassName
{
background-color: #DB2EEF;
}
.BgClassName
{
background-color: #DB2EEF;
}
</style>
border-color css
<style>
span { border-color: #DB2EEF; }
span { border-color: rgb(219,46,239); }
td.TdClassName
{
border-color: #DB2EEF;
}
.TagClassName
{
border-color: #DB2EEF;
}
</style>