Shades of Psychedelic Purple #DB13EC
Tints of Psychedelic Purple #DB13EC
RGB
CMYK
RGB Variations
Color information
#DB13EC (or 0xDB13EC) is known color: Psychedelic Purple. HEX triplet: DB, 13 and EC. RGB value is (219,19,236). Sum of RGB (Red+Green+Blue) = 219+19+236=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 19 (7.81% from 255 or 4.01% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB13EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB13EC is #24EC13. Grayscale: #666666. Windows color (decimal): -2419732 or 15471579. OLE color: 15471579.
HSL color Cylindrical-coordinate representation of color #DB13EC: hue angle of 295.3º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB13EC is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 19 | 236 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.07 |
| HSL | 295.3º | 0.85% | 0.5% | - |
| HSV(B) | 295.3º | 0.92% | 0.93% | - |
| XYZ | 44.59 | 21.58 | 81.17 | - |
| YUV | 103.54 | 202.76 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 236 | 0.07 | 0.92 | 0 | 0.07 | 295.3 | 0.85 | 0.5 |
| Hex | DB | 13 | EC | 7 | 5C | 0 | 7 | 127 | 55 | 32 |
| Octal | 333 | 23 | 354 | 7 | 134 | 0 | 7 | 447 | 125 | 62 |
| Binary | 11011011 | 10011 | 11101100 | 111 | 1011100 | 0 | 111 | 100100111 | 1010101 | 110010 |
Color Harmonies of #DB13EC
Complementary color
Monochromatic Colors of #DB13EC
Black with #DB13EC
Text Example
Text Example
White with #DB13EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13EC; }
p { color: rgb(219,19,236); }
H1.HeaderClassName
{
color: #DB13EC;
}
.AnyTagClassName
{
color: #DB13EC;
}
</style>
background-color css
<style>
a { background-color: #DB13EC; }
a { background-color: rgb(219,19,236); }
div.DivClassName
{
background-color: #DB13EC;
}
.BgClassName
{
background-color: #DB13EC;
}
</style>
border-color css
<style>
span { border-color: #DB13EC; }
span { border-color: rgb(219,19,236); }
td.TdClassName
{
border-color: #DB13EC;
}
.TagClassName
{
border-color: #DB13EC;
}
</style>