Shades of Psychedelic Purple #DB26EF
Tints of Psychedelic Purple #DB26EF
RGB
CMYK
RGB Variations
Color information
#DB26EF (or 0xDB26EF) is known color: Psychedelic Purple. HEX triplet: DB, 26 and EF. RGB value is (219,38,239). Sum of RGB (Red+Green+Blue) = 219+38+239=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 38 (15.23% from 255 or 7.66% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB26EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB26EF is #24D910. Grayscale: #727272. Windows color (decimal): -2414865 or 15673051. OLE color: 15673051.
HSL color Cylindrical-coordinate representation of color #DB26EF: hue angle of 294.03º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB26EF is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 38 | 239 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.06 |
| HSL | 294.03º | 0.86% | 0.54% | - |
| HSV(B) | 294.03º | 0.84% | 0.94% | - |
| XYZ | 45.49 | 22.68 | 83.64 | - |
| YUV | 115.03 | 197.97 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 239 | 0.08 | 0.84 | 0 | 0.06 | 294.03 | 0.86 | 0.54 |
| Hex | DB | 26 | EF | 8 | 54 | 0 | 6 | 126 | 56 | 36 |
| Octal | 333 | 46 | 357 | 10 | 124 | 0 | 6 | 446 | 126 | 66 |
| Binary | 11011011 | 100110 | 11101111 | 1000 | 1010100 | 0 | 110 | 100100110 | 1010110 | 110110 |
Color Harmonies of #DB26EF
Complementary color
Monochromatic Colors of #DB26EF
Black with #DB26EF
Text Example
Text Example
White with #DB26EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26EF; }
p { color: rgb(219,38,239); }
H1.HeaderClassName
{
color: #DB26EF;
}
.AnyTagClassName
{
color: #DB26EF;
}
</style>
background-color css
<style>
a { background-color: #DB26EF; }
a { background-color: rgb(219,38,239); }
div.DivClassName
{
background-color: #DB26EF;
}
.BgClassName
{
background-color: #DB26EF;
}
</style>
border-color css
<style>
span { border-color: #DB26EF; }
span { border-color: rgb(219,38,239); }
td.TdClassName
{
border-color: #DB26EF;
}
.TagClassName
{
border-color: #DB26EF;
}
</style>