Shades of Psychedelic Purple #DB28E5
Tints of Psychedelic Purple #DB28E5
RGB
CMYK
RGB Variations
Color information
#DB28E5 (or 0xDB28E5) is known color: Psychedelic Purple. HEX triplet: DB, 28 and E5. RGB value is (219,40,229). Sum of RGB (Red+Green+Blue) = 219+40+229=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB28E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28E5 is #24D71A. Grayscale: #727272. Windows color (decimal): -2414363 or 15018203. OLE color: 15018203.
HSL color Cylindrical-coordinate representation of color #DB28E5: hue angle of 296.83º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB28E5 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 40 | 229 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.10 |
| HSL | 296.83º | 0.78% | 0.53% | - |
| HSV(B) | 296.83º | 0.83% | 0.9% | - |
| XYZ | 44.12 | 22.23 | 76.1 | - |
| YUV | 115.07 | 192.3 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 229 | 0.04 | 0.83 | 0 | 0.10 | 296.83 | 0.78 | 0.53 |
| Hex | DB | 28 | E5 | 4 | 53 | 0 | A | 129 | 4E | 35 |
| Octal | 333 | 50 | 345 | 4 | 123 | 0 | 12 | 451 | 116 | 65 |
| Binary | 11011011 | 101000 | 11100101 | 100 | 1010011 | 0 | 1010 | 100101001 | 1001110 | 110101 |
Color Harmonies of #DB28E5
Complementary color
Monochromatic Colors of #DB28E5
Black with #DB28E5
Text Example
Text Example
White with #DB28E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28E5; }
p { color: rgb(219,40,229); }
H1.HeaderClassName
{
color: #DB28E5;
}
.AnyTagClassName
{
color: #DB28E5;
}
</style>
background-color css
<style>
a { background-color: #DB28E5; }
a { background-color: rgb(219,40,229); }
div.DivClassName
{
background-color: #DB28E5;
}
.BgClassName
{
background-color: #DB28E5;
}
</style>
border-color css
<style>
span { border-color: #DB28E5; }
span { border-color: rgb(219,40,229); }
td.TdClassName
{
border-color: #DB28E5;
}
.TagClassName
{
border-color: #DB28E5;
}
</style>