Shades of Psychedelic Purple #DB13FE
Tints of Psychedelic Purple #DB13FE
RGB
CMYK
RGB Variations
Color information
#DB13FE (or 0xDB13FE) is known color: Psychedelic Purple. HEX triplet: DB, 13 and FE. RGB value is (219,19,254). Sum of RGB (Red+Green+Blue) = 219+19+254=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 19 (7.81% from 255 or 3.86% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB13FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB13FE is #24EC01. Grayscale: #686868. Windows color (decimal): -2419714 or 16651227. OLE color: 16651227.
HSL color Cylindrical-coordinate representation of color #DB13FE: hue angle of 291.06º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB13FE is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 19 | 254 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.00 |
| HSL | 291.06º | 0.99% | 0.54% | - |
| HSV(B) | 291.06º | 0.93% | 1% | - |
| XYZ | 47.34 | 22.68 | 95.65 | - |
| YUV | 105.59 | 211.76 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 254 | 0.14 | 0.93 | 0 | 0.00 | 291.06 | 0.99 | 0.54 |
| Hex | DB | 13 | FE | E | 5D | 0 | 0 | 123 | 63 | 36 |
| Octal | 333 | 23 | 376 | 16 | 135 | 0 | 0 | 443 | 143 | 66 |
| Binary | 11011011 | 10011 | 11111110 | 1110 | 1011101 | 0 | 0 | 100100011 | 1100011 | 110110 |
Color Harmonies of #DB13FE
Complementary color
Monochromatic Colors of #DB13FE
Black with #DB13FE
Text Example
Text Example
White with #DB13FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13FE; }
p { color: rgb(219,19,254); }
H1.HeaderClassName
{
color: #DB13FE;
}
.AnyTagClassName
{
color: #DB13FE;
}
</style>
background-color css
<style>
a { background-color: #DB13FE; }
a { background-color: rgb(219,19,254); }
div.DivClassName
{
background-color: #DB13FE;
}
.BgClassName
{
background-color: #DB13FE;
}
</style>
border-color css
<style>
span { border-color: #DB13FE; }
span { border-color: rgb(219,19,254); }
td.TdClassName
{
border-color: #DB13FE;
}
.TagClassName
{
border-color: #DB13FE;
}
</style>