Shades of Psychedelic Purple #DB15EF
Tints of Psychedelic Purple #DB15EF
RGB
CMYK
RGB Variations
Color information
#DB15EF (or 0xDB15EF) is known color: Psychedelic Purple. HEX triplet: DB, 15 and EF. RGB value is (219,21,239). Sum of RGB (Red+Green+Blue) = 219+21+239=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 21 (8.59% from 255 or 4.38% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB15EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB15EF is #24EA10. Grayscale: #686868. Windows color (decimal): -2419217 or 15668699. OLE color: 15668699.
HSL color Cylindrical-coordinate representation of color #DB15EF: hue angle of 294.5º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB15EF is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 21 | 239 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.06 |
| HSL | 294.5º | 0.87% | 0.51% | - |
| HSV(B) | 294.5º | 0.91% | 0.94% | - |
| XYZ | 45.06 | 21.83 | 83.5 | - |
| YUV | 105.05 | 203.6 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 239 | 0.08 | 0.91 | 0 | 0.06 | 294.5 | 0.87 | 0.51 |
| Hex | DB | 15 | EF | 8 | 5B | 0 | 6 | 126 | 57 | 33 |
| Octal | 333 | 25 | 357 | 10 | 133 | 0 | 6 | 446 | 127 | 63 |
| Binary | 11011011 | 10101 | 11101111 | 1000 | 1011011 | 0 | 110 | 100100110 | 1010111 | 110011 |
Color Harmonies of #DB15EF
Complementary color
Monochromatic Colors of #DB15EF
Black with #DB15EF
Text Example
Text Example
White with #DB15EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15EF; }
p { color: rgb(219,21,239); }
H1.HeaderClassName
{
color: #DB15EF;
}
.AnyTagClassName
{
color: #DB15EF;
}
</style>
background-color css
<style>
a { background-color: #DB15EF; }
a { background-color: rgb(219,21,239); }
div.DivClassName
{
background-color: #DB15EF;
}
.BgClassName
{
background-color: #DB15EF;
}
</style>
border-color css
<style>
span { border-color: #DB15EF; }
span { border-color: rgb(219,21,239); }
td.TdClassName
{
border-color: #DB15EF;
}
.TagClassName
{
border-color: #DB15EF;
}
</style>