Shades of Psychedelic Purple #DB29EC
Tints of Psychedelic Purple #DB29EC
RGB
CMYK
RGB Variations
Color information
#DB29EC (or 0xDB29EC) is known color: Psychedelic Purple. HEX triplet: DB, 29 and EC. RGB value is (219,41,236). Sum of RGB (Red+Green+Blue) = 219+41+236=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 41 (16.41% from 255 or 8.27% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB29EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB29EC is #24D613. Grayscale: #737373. Windows color (decimal): -2414100 or 15477211. OLE color: 15477211.
HSL color Cylindrical-coordinate representation of color #DB29EC: hue angle of 294.77º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB29EC is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 41 | 236 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.07 |
| HSL | 294.77º | 0.84% | 0.54% | - |
| HSV(B) | 294.77º | 0.83% | 0.93% | - |
| XYZ | 45.15 | 22.7 | 81.36 | - |
| YUV | 116.45 | 195.47 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 236 | 0.07 | 0.83 | 0 | 0.07 | 294.77 | 0.84 | 0.54 |
| Hex | DB | 29 | EC | 7 | 53 | 0 | 7 | 127 | 54 | 36 |
| Octal | 333 | 51 | 354 | 7 | 123 | 0 | 7 | 447 | 124 | 66 |
| Binary | 11011011 | 101001 | 11101100 | 111 | 1010011 | 0 | 111 | 100100111 | 1010100 | 110110 |
Color Harmonies of #DB29EC
Complementary color
Monochromatic Colors of #DB29EC
Black with #DB29EC
Text Example
Text Example
White with #DB29EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29EC; }
p { color: rgb(219,41,236); }
H1.HeaderClassName
{
color: #DB29EC;
}
.AnyTagClassName
{
color: #DB29EC;
}
</style>
background-color css
<style>
a { background-color: #DB29EC; }
a { background-color: rgb(219,41,236); }
div.DivClassName
{
background-color: #DB29EC;
}
.BgClassName
{
background-color: #DB29EC;
}
</style>
border-color css
<style>
span { border-color: #DB29EC; }
span { border-color: rgb(219,41,236); }
td.TdClassName
{
border-color: #DB29EC;
}
.TagClassName
{
border-color: #DB29EC;
}
</style>