Shades of Psychedelic Purple #DB16EF
Tints of Psychedelic Purple #DB16EF
RGB
CMYK
RGB Variations
Color information
#DB16EF (or 0xDB16EF) is known color: Psychedelic Purple. HEX triplet: DB, 16 and EF. RGB value is (219,22,239). Sum of RGB (Red+Green+Blue) = 219+22+239=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB16EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB16EF is #24E910. Grayscale: #686868. Windows color (decimal): -2418961 or 15668955. OLE color: 15668955.
HSL color Cylindrical-coordinate representation of color #DB16EF: hue angle of 294.47º 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 #DB16EF is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 22 | 239 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.06 |
| HSL | 294.47º | 0.87% | 0.51% | - |
| HSV(B) | 294.47º | 0.91% | 0.94% | - |
| XYZ | 45.08 | 21.87 | 83.51 | - |
| YUV | 105.64 | 203.27 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 239 | 0.08 | 0.91 | 0 | 0.06 | 294.47 | 0.87 | 0.51 |
| Hex | DB | 16 | EF | 8 | 5B | 0 | 6 | 126 | 57 | 33 |
| Octal | 333 | 26 | 357 | 10 | 133 | 0 | 6 | 446 | 127 | 63 |
| Binary | 11011011 | 10110 | 11101111 | 1000 | 1011011 | 0 | 110 | 100100110 | 1010111 | 110011 |
Color Harmonies of #DB16EF
Complementary color
Monochromatic Colors of #DB16EF
Black with #DB16EF
Text Example
Text Example
White with #DB16EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16EF; }
p { color: rgb(219,22,239); }
H1.HeaderClassName
{
color: #DB16EF;
}
.AnyTagClassName
{
color: #DB16EF;
}
</style>
background-color css
<style>
a { background-color: #DB16EF; }
a { background-color: rgb(219,22,239); }
div.DivClassName
{
background-color: #DB16EF;
}
.BgClassName
{
background-color: #DB16EF;
}
</style>
border-color css
<style>
span { border-color: #DB16EF; }
span { border-color: rgb(219,22,239); }
td.TdClassName
{
border-color: #DB16EF;
}
.TagClassName
{
border-color: #DB16EF;
}
</style>