Shades of Psychedelic Purple #DB13EE
Tints of Psychedelic Purple #DB13EE
RGB
CMYK
RGB Variations
Color information
#DB13EE (or 0xDB13EE) is known color: Psychedelic Purple. HEX triplet: DB, 13 and EE. RGB value is (219,19,238). Sum of RGB (Red+Green+Blue) = 219+19+238=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 19 (7.81% from 255 or 3.99% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB13EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB13EE is #24EC11. Grayscale: #676767. Windows color (decimal): -2419730 or 15602651. OLE color: 15602651.
HSL color Cylindrical-coordinate representation of color #DB13EE: hue angle of 294.79º degrees, saturation: 0.87, 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 #DB13EE is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 19 | 238 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.07 |
| HSL | 294.79º | 0.87% | 0.5% | - |
| HSV(B) | 294.79º | 0.92% | 0.93% | - |
| XYZ | 44.88 | 21.7 | 82.71 | - |
| YUV | 103.77 | 203.76 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 238 | 0.08 | 0.92 | 0 | 0.07 | 294.79 | 0.87 | 0.5 |
| Hex | DB | 13 | EE | 8 | 5C | 0 | 7 | 127 | 57 | 32 |
| Octal | 333 | 23 | 356 | 10 | 134 | 0 | 7 | 447 | 127 | 62 |
| Binary | 11011011 | 10011 | 11101110 | 1000 | 1011100 | 0 | 111 | 100100111 | 1010111 | 110010 |
Color Harmonies of #DB13EE
Complementary color
Monochromatic Colors of #DB13EE
Black with #DB13EE
Text Example
Text Example
White with #DB13EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13EE; }
p { color: rgb(219,19,238); }
H1.HeaderClassName
{
color: #DB13EE;
}
.AnyTagClassName
{
color: #DB13EE;
}
</style>
background-color css
<style>
a { background-color: #DB13EE; }
a { background-color: rgb(219,19,238); }
div.DivClassName
{
background-color: #DB13EE;
}
.BgClassName
{
background-color: #DB13EE;
}
</style>
border-color css
<style>
span { border-color: #DB13EE; }
span { border-color: rgb(219,19,238); }
td.TdClassName
{
border-color: #DB13EE;
}
.TagClassName
{
border-color: #DB13EE;
}
</style>