Shades of Psychedelic Purple #DB12FF
Tints of Psychedelic Purple #DB12FF
RGB
CMYK
RGB Variations
Color information
#DB12FF (or 0xDB12FF) is known color: Psychedelic Purple. HEX triplet: DB, 12 and FF. RGB value is (219,18,255). Sum of RGB (Red+Green+Blue) = 219+18+255=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 18 (7.42% from 255 or 3.66% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB12FF is #24ED00. Grayscale: #686868. Windows color (decimal): -2419969 or 16716507. OLE color: 16716507.
HSL color Cylindrical-coordinate representation of color #DB12FF: hue angle of 290.89º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB12FF is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 18 | 255 | - |
| CMYK | 0.14 | 0.93 | 0 | 0 |
| HSL | 290.89º | 1% | 0.54% | - |
| HSV(B) | 290.89º | 0.93% | 1% | - |
| XYZ | 47.48 | 22.71 | 96.49 | - |
| YUV | 105.12 | 212.59 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 255 | 0.14 | 0.93 | 0 | 0 | 290.89 | 1 | 0.54 |
| Hex | DB | 12 | FF | E | 5D | 0 | 0 | 123 | 64 | 36 |
| Octal | 333 | 22 | 377 | 16 | 135 | 0 | 0 | 443 | 144 | 66 |
| Binary | 11011011 | 10010 | 11111111 | 1110 | 1011101 | 0 | 0 | 100100011 | 1100100 | 110110 |
Color Harmonies of #DB12FF
Complementary color
Monochromatic Colors of #DB12FF
Black with #DB12FF
Text Example
Text Example
White with #DB12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12FF; }
p { color: rgb(219,18,255); }
H1.HeaderClassName
{
color: #DB12FF;
}
.AnyTagClassName
{
color: #DB12FF;
}
</style>
background-color css
<style>
a { background-color: #DB12FF; }
a { background-color: rgb(219,18,255); }
div.DivClassName
{
background-color: #DB12FF;
}
.BgClassName
{
background-color: #DB12FF;
}
</style>
border-color css
<style>
span { border-color: #DB12FF; }
span { border-color: rgb(219,18,255); }
td.TdClassName
{
border-color: #DB12FF;
}
.TagClassName
{
border-color: #DB12FF;
}
</style>