Shades of Psychedelic Purple #DB28EB
Tints of Psychedelic Purple #DB28EB
RGB
CMYK
RGB Variations
Color information
#DB28EB (or 0xDB28EB) is known color: Psychedelic Purple. HEX triplet: DB, 28 and EB. RGB value is (219,40,235). Sum of RGB (Red+Green+Blue) = 219+40+235=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB28EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB28EB is #24D714. Grayscale: #737373. Windows color (decimal): -2414357 or 15411419. OLE color: 15411419.
HSL color Cylindrical-coordinate representation of color #DB28EB: hue angle of 295.08º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB28EB is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 40 | 235 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.08 |
| HSL | 295.08º | 0.83% | 0.54% | - |
| HSV(B) | 295.08º | 0.83% | 0.92% | - |
| XYZ | 44.97 | 22.58 | 80.58 | - |
| YUV | 115.75 | 195.3 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 235 | 0.07 | 0.83 | 0 | 0.08 | 295.08 | 0.83 | 0.54 |
| Hex | DB | 28 | EB | 7 | 53 | 0 | 8 | 127 | 53 | 36 |
| Octal | 333 | 50 | 353 | 7 | 123 | 0 | 10 | 447 | 123 | 66 |
| Binary | 11011011 | 101000 | 11101011 | 111 | 1010011 | 0 | 1000 | 100100111 | 1010011 | 110110 |
Color Harmonies of #DB28EB
Complementary color
Monochromatic Colors of #DB28EB
Black with #DB28EB
Text Example
Text Example
White with #DB28EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28EB; }
p { color: rgb(219,40,235); }
H1.HeaderClassName
{
color: #DB28EB;
}
.AnyTagClassName
{
color: #DB28EB;
}
</style>
background-color css
<style>
a { background-color: #DB28EB; }
a { background-color: rgb(219,40,235); }
div.DivClassName
{
background-color: #DB28EB;
}
.BgClassName
{
background-color: #DB28EB;
}
</style>
border-color css
<style>
span { border-color: #DB28EB; }
span { border-color: rgb(219,40,235); }
td.TdClassName
{
border-color: #DB28EB;
}
.TagClassName
{
border-color: #DB28EB;
}
</style>