Shades of Psychedelic Purple #DB12EB
Tints of Psychedelic Purple #DB12EB
RGB
CMYK
RGB Variations
Color information
#DB12EB (or 0xDB12EB) is known color: Psychedelic Purple. HEX triplet: DB, 12 and EB. RGB value is (219,18,235). Sum of RGB (Red+Green+Blue) = 219+18+235=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB12EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB12EB is #24ED14. Grayscale: #666666. Windows color (decimal): -2419989 or 15405787. OLE color: 15405787.
HSL color Cylindrical-coordinate representation of color #DB12EB: hue angle of 295.58º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB12EB is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 18 | 235 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.08 |
| HSL | 295.58º | 0.86% | 0.5% | - |
| HSV(B) | 295.58º | 0.92% | 0.92% | - |
| XYZ | 44.43 | 21.49 | 80.4 | - |
| YUV | 102.84 | 202.59 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 235 | 0.07 | 0.92 | 0 | 0.08 | 295.58 | 0.86 | 0.5 |
| Hex | DB | 12 | EB | 7 | 5C | 0 | 8 | 128 | 56 | 32 |
| Octal | 333 | 22 | 353 | 7 | 134 | 0 | 10 | 450 | 126 | 62 |
| Binary | 11011011 | 10010 | 11101011 | 111 | 1011100 | 0 | 1000 | 100101000 | 1010110 | 110010 |
Color Harmonies of #DB12EB
Complementary color
Monochromatic Colors of #DB12EB
Black with #DB12EB
Text Example
Text Example
White with #DB12EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12EB; }
p { color: rgb(219,18,235); }
H1.HeaderClassName
{
color: #DB12EB;
}
.AnyTagClassName
{
color: #DB12EB;
}
</style>
background-color css
<style>
a { background-color: #DB12EB; }
a { background-color: rgb(219,18,235); }
div.DivClassName
{
background-color: #DB12EB;
}
.BgClassName
{
background-color: #DB12EB;
}
</style>
border-color css
<style>
span { border-color: #DB12EB; }
span { border-color: rgb(219,18,235); }
td.TdClassName
{
border-color: #DB12EB;
}
.TagClassName
{
border-color: #DB12EB;
}
</style>