Shades of Psychedelic Purple #DB24EF
Tints of Psychedelic Purple #DB24EF
RGB
CMYK
RGB Variations
Color information
#DB24EF (or 0xDB24EF) is known color: Psychedelic Purple. HEX triplet: DB, 24 and EF. RGB value is (219,36,239). Sum of RGB (Red+Green+Blue) = 219+36+239=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 36 (14.45% from 255 or 7.29% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB24EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB24EF is #24DB10. Grayscale: #717171. Windows color (decimal): -2415377 or 15672539. OLE color: 15672539.
HSL color Cylindrical-coordinate representation of color #DB24EF: hue angle of 294.09º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB24EF is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 36 | 239 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.06 |
| HSL | 294.09º | 0.86% | 0.54% | - |
| HSV(B) | 294.09º | 0.85% | 0.94% | - |
| XYZ | 45.42 | 22.55 | 83.62 | - |
| YUV | 113.86 | 198.63 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 239 | 0.08 | 0.85 | 0 | 0.06 | 294.09 | 0.86 | 0.54 |
| Hex | DB | 24 | EF | 8 | 55 | 0 | 6 | 126 | 56 | 36 |
| Octal | 333 | 44 | 357 | 10 | 125 | 0 | 6 | 446 | 126 | 66 |
| Binary | 11011011 | 100100 | 11101111 | 1000 | 1010101 | 0 | 110 | 100100110 | 1010110 | 110110 |
Color Harmonies of #DB24EF
Complementary color
Monochromatic Colors of #DB24EF
Black with #DB24EF
Text Example
Text Example
White with #DB24EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24EF; }
p { color: rgb(219,36,239); }
H1.HeaderClassName
{
color: #DB24EF;
}
.AnyTagClassName
{
color: #DB24EF;
}
</style>
background-color css
<style>
a { background-color: #DB24EF; }
a { background-color: rgb(219,36,239); }
div.DivClassName
{
background-color: #DB24EF;
}
.BgClassName
{
background-color: #DB24EF;
}
</style>
border-color css
<style>
span { border-color: #DB24EF; }
span { border-color: rgb(219,36,239); }
td.TdClassName
{
border-color: #DB24EF;
}
.TagClassName
{
border-color: #DB24EF;
}
</style>