Shades of Psychedelic Purple #DB13EB
Tints of Psychedelic Purple #DB13EB
RGB
CMYK
RGB Variations
Color information
#DB13EB (or 0xDB13EB) is known color: Psychedelic Purple. HEX triplet: DB, 13 and EB. RGB value is (219,19,235). Sum of RGB (Red+Green+Blue) = 219+19+235=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 19 (7.81% from 255 or 4.02% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB13EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB13EB is #24EC14. Grayscale: #666666. Windows color (decimal): -2419733 or 15406043. OLE color: 15406043.
HSL color Cylindrical-coordinate representation of color #DB13EB: hue angle of 295.56º degrees, saturation: 0.85, 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 #DB13EB is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 19 | 235 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.08 |
| HSL | 295.56º | 0.85% | 0.5% | - |
| HSV(B) | 295.56º | 0.92% | 0.92% | - |
| XYZ | 44.44 | 21.52 | 80.41 | - |
| YUV | 103.42 | 202.26 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 235 | 0.07 | 0.92 | 0 | 0.08 | 295.56 | 0.85 | 0.5 |
| Hex | DB | 13 | EB | 7 | 5C | 0 | 8 | 128 | 55 | 32 |
| Octal | 333 | 23 | 353 | 7 | 134 | 0 | 10 | 450 | 125 | 62 |
| Binary | 11011011 | 10011 | 11101011 | 111 | 1011100 | 0 | 1000 | 100101000 | 1010101 | 110010 |
Color Harmonies of #DB13EB
Complementary color
Monochromatic Colors of #DB13EB
Black with #DB13EB
Text Example
Text Example
White with #DB13EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13EB; }
p { color: rgb(219,19,235); }
H1.HeaderClassName
{
color: #DB13EB;
}
.AnyTagClassName
{
color: #DB13EB;
}
</style>
background-color css
<style>
a { background-color: #DB13EB; }
a { background-color: rgb(219,19,235); }
div.DivClassName
{
background-color: #DB13EB;
}
.BgClassName
{
background-color: #DB13EB;
}
</style>
border-color css
<style>
span { border-color: #DB13EB; }
span { border-color: rgb(219,19,235); }
td.TdClassName
{
border-color: #DB13EB;
}
.TagClassName
{
border-color: #DB13EB;
}
</style>