Shades of Psychedelic Purple #DB13ED
Tints of Psychedelic Purple #DB13ED
RGB
CMYK
RGB Variations
Color information
#DB13ED (or 0xDB13ED) is known color: Psychedelic Purple. HEX triplet: DB, 13 and ED. RGB value is (219,19,237). Sum of RGB (Red+Green+Blue) = 219+19+237=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 19 (7.81% from 255 or 4% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB13ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB13ED is #24EC12. Grayscale: #666666. Windows color (decimal): -2419731 or 15537115. OLE color: 15537115.
HSL color Cylindrical-coordinate representation of color #DB13ED: hue angle of 295.05º degrees, saturation: 0.86, 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 #DB13ED is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 19 | 237 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.07 |
| HSL | 295.05º | 0.86% | 0.5% | - |
| HSV(B) | 295.05º | 0.92% | 0.93% | - |
| XYZ | 44.73 | 21.64 | 81.94 | - |
| YUV | 103.65 | 203.26 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 237 | 0.08 | 0.92 | 0 | 0.07 | 295.05 | 0.86 | 0.5 |
| Hex | DB | 13 | ED | 8 | 5C | 0 | 7 | 127 | 56 | 32 |
| Octal | 333 | 23 | 355 | 10 | 134 | 0 | 7 | 447 | 126 | 62 |
| Binary | 11011011 | 10011 | 11101101 | 1000 | 1011100 | 0 | 111 | 100100111 | 1010110 | 110010 |
Color Harmonies of #DB13ED
Complementary color
Monochromatic Colors of #DB13ED
Black with #DB13ED
Text Example
Text Example
White with #DB13ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13ED; }
p { color: rgb(219,19,237); }
H1.HeaderClassName
{
color: #DB13ED;
}
.AnyTagClassName
{
color: #DB13ED;
}
</style>
background-color css
<style>
a { background-color: #DB13ED; }
a { background-color: rgb(219,19,237); }
div.DivClassName
{
background-color: #DB13ED;
}
.BgClassName
{
background-color: #DB13ED;
}
</style>
border-color css
<style>
span { border-color: #DB13ED; }
span { border-color: rgb(219,19,237); }
td.TdClassName
{
border-color: #DB13ED;
}
.TagClassName
{
border-color: #DB13ED;
}
</style>