Shades of Psychedelic Purple #DB26EC
Tints of Psychedelic Purple #DB26EC
RGB
CMYK
RGB Variations
Color information
#DB26EC (or 0xDB26EC) is known color: Psychedelic Purple. HEX triplet: DB, 26 and EC. RGB value is (219,38,236). Sum of RGB (Red+Green+Blue) = 219+38+236=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 38 (15.23% from 255 or 7.71% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB26EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB26EC is #24D913. Grayscale: #727272. Windows color (decimal): -2414868 or 15476443. OLE color: 15476443.
HSL color Cylindrical-coordinate representation of color #DB26EC: hue angle of 294.85º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB26EC is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 38 | 236 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.07 |
| HSL | 294.85º | 0.84% | 0.54% | - |
| HSV(B) | 294.85º | 0.84% | 0.93% | - |
| XYZ | 45.05 | 22.5 | 81.33 | - |
| YUV | 114.69 | 196.47 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 236 | 0.07 | 0.84 | 0 | 0.07 | 294.85 | 0.84 | 0.54 |
| Hex | DB | 26 | EC | 7 | 54 | 0 | 7 | 127 | 54 | 36 |
| Octal | 333 | 46 | 354 | 7 | 124 | 0 | 7 | 447 | 124 | 66 |
| Binary | 11011011 | 100110 | 11101100 | 111 | 1010100 | 0 | 111 | 100100111 | 1010100 | 110110 |
Color Harmonies of #DB26EC
Complementary color
Monochromatic Colors of #DB26EC
Black with #DB26EC
Text Example
Text Example
White with #DB26EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26EC; }
p { color: rgb(219,38,236); }
H1.HeaderClassName
{
color: #DB26EC;
}
.AnyTagClassName
{
color: #DB26EC;
}
</style>
background-color css
<style>
a { background-color: #DB26EC; }
a { background-color: rgb(219,38,236); }
div.DivClassName
{
background-color: #DB26EC;
}
.BgClassName
{
background-color: #DB26EC;
}
</style>
border-color css
<style>
span { border-color: #DB26EC; }
span { border-color: rgb(219,38,236); }
td.TdClassName
{
border-color: #DB26EC;
}
.TagClassName
{
border-color: #DB26EC;
}
</style>