Shades of Psychedelic Purple #DB2DEB
Tints of Psychedelic Purple #DB2DEB
RGB
CMYK
RGB Variations
Color information
#DB2DEB (or 0xDB2DEB) is known color: Psychedelic Purple. HEX triplet: DB, 2D and EB. RGB value is (219,45,235). Sum of RGB (Red+Green+Blue) = 219+45+235=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 45 (17.97% from 255 or 9.02% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB2DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2DEB is #24D214. Grayscale: #767676. Windows color (decimal): -2413077 or 15412699. OLE color: 15412699.
HSL color Cylindrical-coordinate representation of color #DB2DEB: hue angle of 294.95º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2DEB is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 45 | 235 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.08 |
| HSL | 294.95º | 0.83% | 0.55% | - |
| HSV(B) | 294.95º | 0.81% | 0.92% | - |
| XYZ | 45.15 | 22.94 | 80.64 | - |
| YUV | 118.69 | 193.65 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 235 | 0.07 | 0.81 | 0 | 0.08 | 294.95 | 0.83 | 0.55 |
| Hex | DB | 2D | EB | 7 | 51 | 0 | 8 | 127 | 53 | 37 |
| Octal | 333 | 55 | 353 | 7 | 121 | 0 | 10 | 447 | 123 | 67 |
| Binary | 11011011 | 101101 | 11101011 | 111 | 1010001 | 0 | 1000 | 100100111 | 1010011 | 110111 |
Color Harmonies of #DB2DEB
Complementary color
Monochromatic Colors of #DB2DEB
Black with #DB2DEB
Text Example
Text Example
White with #DB2DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DEB; }
p { color: rgb(219,45,235); }
H1.HeaderClassName
{
color: #DB2DEB;
}
.AnyTagClassName
{
color: #DB2DEB;
}
</style>
background-color css
<style>
a { background-color: #DB2DEB; }
a { background-color: rgb(219,45,235); }
div.DivClassName
{
background-color: #DB2DEB;
}
.BgClassName
{
background-color: #DB2DEB;
}
</style>
border-color css
<style>
span { border-color: #DB2DEB; }
span { border-color: rgb(219,45,235); }
td.TdClassName
{
border-color: #DB2DEB;
}
.TagClassName
{
border-color: #DB2DEB;
}
</style>