Shades of Psychedelic Purple #DB2CEB
Tints of Psychedelic Purple #DB2CEB
RGB
CMYK
RGB Variations
Color information
#DB2CEB (or 0xDB2CEB) is known color: Psychedelic Purple. HEX triplet: DB, 2C and EB. RGB value is (219,44,235). Sum of RGB (Red+Green+Blue) = 219+44+235=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 44 (17.58% from 255 or 8.84% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB2CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2CEB is #24D314. Grayscale: #757575. Windows color (decimal): -2413333 or 15412443. OLE color: 15412443.
HSL color Cylindrical-coordinate representation of color #DB2CEB: hue angle of 294.97º 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 #DB2CEB is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 44 | 235 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.08 |
| HSL | 294.97º | 0.83% | 0.55% | - |
| HSV(B) | 294.97º | 0.81% | 0.92% | - |
| XYZ | 45.11 | 22.86 | 80.63 | - |
| YUV | 118.1 | 193.98 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 235 | 0.07 | 0.81 | 0 | 0.08 | 294.97 | 0.83 | 0.55 |
| Hex | DB | 2C | EB | 7 | 51 | 0 | 8 | 127 | 53 | 37 |
| Octal | 333 | 54 | 353 | 7 | 121 | 0 | 10 | 447 | 123 | 67 |
| Binary | 11011011 | 101100 | 11101011 | 111 | 1010001 | 0 | 1000 | 100100111 | 1010011 | 110111 |
Color Harmonies of #DB2CEB
Complementary color
Monochromatic Colors of #DB2CEB
Black with #DB2CEB
Text Example
Text Example
White with #DB2CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CEB; }
p { color: rgb(219,44,235); }
H1.HeaderClassName
{
color: #DB2CEB;
}
.AnyTagClassName
{
color: #DB2CEB;
}
</style>
background-color css
<style>
a { background-color: #DB2CEB; }
a { background-color: rgb(219,44,235); }
div.DivClassName
{
background-color: #DB2CEB;
}
.BgClassName
{
background-color: #DB2CEB;
}
</style>
border-color css
<style>
span { border-color: #DB2CEB; }
span { border-color: rgb(219,44,235); }
td.TdClassName
{
border-color: #DB2CEB;
}
.TagClassName
{
border-color: #DB2CEB;
}
</style>