Shades of Psychedelic Purple #DB13E4
Tints of Psychedelic Purple #DB13E4
RGB
CMYK
RGB Variations
Color information
#DB13E4 (or 0xDB13E4) is known color: Psychedelic Purple. HEX triplet: DB, 13 and E4. RGB value is (219,19,228). Sum of RGB (Red+Green+Blue) = 219+19+228=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB13E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB13E4 is #24EC1B. Grayscale: #656565. Windows color (decimal): -2419740 or 14947291. OLE color: 14947291.
HSL color Cylindrical-coordinate representation of color #DB13E4: hue angle of 297.42º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB13E4 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 19 | 228 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.11 |
| HSL | 297.42º | 0.85% | 0.48% | - |
| HSV(B) | 297.42º | 0.92% | 0.89% | - |
| XYZ | 43.45 | 21.13 | 75.19 | - |
| YUV | 102.63 | 198.76 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 228 | 0.04 | 0.92 | 0 | 0.11 | 297.42 | 0.85 | 0.48 |
| Hex | DB | 13 | E4 | 4 | 5C | 0 | B | 129 | 55 | 30 |
| Octal | 333 | 23 | 344 | 4 | 134 | 0 | 13 | 451 | 125 | 60 |
| Binary | 11011011 | 10011 | 11100100 | 100 | 1011100 | 0 | 1011 | 100101001 | 1010101 | 110000 |
Color Harmonies of #DB13E4
Complementary color
Monochromatic Colors of #DB13E4
Black with #DB13E4
Text Example
Text Example
White with #DB13E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13E4; }
p { color: rgb(219,19,228); }
H1.HeaderClassName
{
color: #DB13E4;
}
.AnyTagClassName
{
color: #DB13E4;
}
</style>
background-color css
<style>
a { background-color: #DB13E4; }
a { background-color: rgb(219,19,228); }
div.DivClassName
{
background-color: #DB13E4;
}
.BgClassName
{
background-color: #DB13E4;
}
</style>
border-color css
<style>
span { border-color: #DB13E4; }
span { border-color: rgb(219,19,228); }
td.TdClassName
{
border-color: #DB13E4;
}
.TagClassName
{
border-color: #DB13E4;
}
</style>