Shades of Psychedelic Purple #DB18EB
Tints of Psychedelic Purple #DB18EB
RGB
CMYK
RGB Variations
Color information
#DB18EB (or 0xDB18EB) is known color: Psychedelic Purple. HEX triplet: DB, 18 and EB. RGB value is (219,24,235). Sum of RGB (Red+Green+Blue) = 219+24+235=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 24 (9.77% from 255 or 5.02% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB18EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB18EB is #24E714. Grayscale: #696969. Windows color (decimal): -2418453 or 15407323. OLE color: 15407323.
HSL color Cylindrical-coordinate representation of color #DB18EB: hue angle of 295.45º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB18EB is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 24 | 235 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.08 |
| HSL | 295.45º | 0.84% | 0.51% | - |
| HSV(B) | 295.45º | 0.9% | 0.92% | - |
| XYZ | 44.54 | 21.71 | 80.44 | - |
| YUV | 106.36 | 200.6 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 235 | 0.07 | 0.90 | 0 | 0.08 | 295.45 | 0.84 | 0.51 |
| Hex | DB | 18 | EB | 7 | 5A | 0 | 8 | 127 | 54 | 33 |
| Octal | 333 | 30 | 353 | 7 | 132 | 0 | 10 | 447 | 124 | 63 |
| Binary | 11011011 | 11000 | 11101011 | 111 | 1011010 | 0 | 1000 | 100100111 | 1010100 | 110011 |
Color Harmonies of #DB18EB
Complementary color
Monochromatic Colors of #DB18EB
Black with #DB18EB
Text Example
Text Example
White with #DB18EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18EB; }
p { color: rgb(219,24,235); }
H1.HeaderClassName
{
color: #DB18EB;
}
.AnyTagClassName
{
color: #DB18EB;
}
</style>
background-color css
<style>
a { background-color: #DB18EB; }
a { background-color: rgb(219,24,235); }
div.DivClassName
{
background-color: #DB18EB;
}
.BgClassName
{
background-color: #DB18EB;
}
</style>
border-color css
<style>
span { border-color: #DB18EB; }
span { border-color: rgb(219,24,235); }
td.TdClassName
{
border-color: #DB18EB;
}
.TagClassName
{
border-color: #DB18EB;
}
</style>