Shades of Psychedelic Purple #DB15EB
Tints of Psychedelic Purple #DB15EB
RGB
CMYK
RGB Variations
Color information
#DB15EB (or 0xDB15EB) is known color: Psychedelic Purple. HEX triplet: DB, 15 and EB. RGB value is (219,21,235). Sum of RGB (Red+Green+Blue) = 219+21+235=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB15EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB15EB is #24EA14. Grayscale: #676767. Windows color (decimal): -2419221 or 15406555. OLE color: 15406555.
HSL color Cylindrical-coordinate representation of color #DB15EB: hue angle of 295.51º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB15EB is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 21 | 235 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.08 |
| HSL | 295.51º | 0.84% | 0.5% | - |
| HSV(B) | 295.51º | 0.91% | 0.92% | - |
| XYZ | 44.48 | 21.59 | 80.42 | - |
| YUV | 104.6 | 201.6 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 235 | 0.07 | 0.91 | 0 | 0.08 | 295.51 | 0.84 | 0.5 |
| Hex | DB | 15 | EB | 7 | 5B | 0 | 8 | 128 | 54 | 32 |
| Octal | 333 | 25 | 353 | 7 | 133 | 0 | 10 | 450 | 124 | 62 |
| Binary | 11011011 | 10101 | 11101011 | 111 | 1011011 | 0 | 1000 | 100101000 | 1010100 | 110010 |
Color Harmonies of #DB15EB
Complementary color
Monochromatic Colors of #DB15EB
Black with #DB15EB
Text Example
Text Example
White with #DB15EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15EB; }
p { color: rgb(219,21,235); }
H1.HeaderClassName
{
color: #DB15EB;
}
.AnyTagClassName
{
color: #DB15EB;
}
</style>
background-color css
<style>
a { background-color: #DB15EB; }
a { background-color: rgb(219,21,235); }
div.DivClassName
{
background-color: #DB15EB;
}
.BgClassName
{
background-color: #DB15EB;
}
</style>
border-color css
<style>
span { border-color: #DB15EB; }
span { border-color: rgb(219,21,235); }
td.TdClassName
{
border-color: #DB15EB;
}
.TagClassName
{
border-color: #DB15EB;
}
</style>