Shades of Psychedelic Purple #DB23EB
Tints of Psychedelic Purple #DB23EB
RGB
CMYK
RGB Variations
Color information
#DB23EB (or 0xDB23EB) is known color: Psychedelic Purple. HEX triplet: DB, 23 and EB. RGB value is (219,35,235). Sum of RGB (Red+Green+Blue) = 219+35+235=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 35 (14.06% from 255 or 7.16% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB23EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB23EB is #24DC14. Grayscale: #707070. Windows color (decimal): -2415637 or 15410139. OLE color: 15410139.
HSL color Cylindrical-coordinate representation of color #DB23EB: hue angle of 295.2º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB23EB is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 35 | 235 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.08 |
| HSL | 295.2º | 0.83% | 0.53% | - |
| HSV(B) | 295.2º | 0.85% | 0.92% | - |
| XYZ | 44.81 | 22.26 | 80.53 | - |
| YUV | 112.82 | 196.96 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 235 | 0.07 | 0.85 | 0 | 0.08 | 295.2 | 0.83 | 0.53 |
| Hex | DB | 23 | EB | 7 | 55 | 0 | 8 | 127 | 53 | 35 |
| Octal | 333 | 43 | 353 | 7 | 125 | 0 | 10 | 447 | 123 | 65 |
| Binary | 11011011 | 100011 | 11101011 | 111 | 1010101 | 0 | 1000 | 100100111 | 1010011 | 110101 |
Color Harmonies of #DB23EB
Complementary color
Monochromatic Colors of #DB23EB
Black with #DB23EB
Text Example
Text Example
White with #DB23EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23EB; }
p { color: rgb(219,35,235); }
H1.HeaderClassName
{
color: #DB23EB;
}
.AnyTagClassName
{
color: #DB23EB;
}
</style>
background-color css
<style>
a { background-color: #DB23EB; }
a { background-color: rgb(219,35,235); }
div.DivClassName
{
background-color: #DB23EB;
}
.BgClassName
{
background-color: #DB23EB;
}
</style>
border-color css
<style>
span { border-color: #DB23EB; }
span { border-color: rgb(219,35,235); }
td.TdClassName
{
border-color: #DB23EB;
}
.TagClassName
{
border-color: #DB23EB;
}
</style>