Shades of Psychedelic Purple #DB12E9
Tints of Psychedelic Purple #DB12E9
RGB
CMYK
RGB Variations
Color information
#DB12E9 (or 0xDB12E9) is known color: Psychedelic Purple. HEX triplet: DB, 12 and E9. RGB value is (219,18,233). Sum of RGB (Red+Green+Blue) = 219+18+233=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 18 (7.42% from 255 or 3.83% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB12E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB12E9 is #24ED16. Grayscale: #656565. Windows color (decimal): -2419991 or 15274715. OLE color: 15274715.
HSL color Cylindrical-coordinate representation of color #DB12E9: hue angle of 296.09º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB12E9 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 18 | 233 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.09 |
| HSL | 296.09º | 0.86% | 0.49% | - |
| HSV(B) | 296.09º | 0.92% | 0.91% | - |
| XYZ | 44.14 | 21.38 | 78.89 | - |
| YUV | 102.61 | 201.59 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 233 | 0.06 | 0.92 | 0 | 0.09 | 296.09 | 0.86 | 0.49 |
| Hex | DB | 12 | E9 | 6 | 5C | 0 | 9 | 128 | 56 | 31 |
| Octal | 333 | 22 | 351 | 6 | 134 | 0 | 11 | 450 | 126 | 61 |
| Binary | 11011011 | 10010 | 11101001 | 110 | 1011100 | 0 | 1001 | 100101000 | 1010110 | 110001 |
Color Harmonies of #DB12E9
Complementary color
Monochromatic Colors of #DB12E9
Black with #DB12E9
Text Example
Text Example
White with #DB12E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12E9; }
p { color: rgb(219,18,233); }
H1.HeaderClassName
{
color: #DB12E9;
}
.AnyTagClassName
{
color: #DB12E9;
}
</style>
background-color css
<style>
a { background-color: #DB12E9; }
a { background-color: rgb(219,18,233); }
div.DivClassName
{
background-color: #DB12E9;
}
.BgClassName
{
background-color: #DB12E9;
}
</style>
border-color css
<style>
span { border-color: #DB12E9; }
span { border-color: rgb(219,18,233); }
td.TdClassName
{
border-color: #DB12E9;
}
.TagClassName
{
border-color: #DB12E9;
}
</style>