Shades of Psychedelic Purple #DB25EB
Tints of Psychedelic Purple #DB25EB
RGB
CMYK
RGB Variations
Color information
#DB25EB (or 0xDB25EB) is known color: Psychedelic Purple. HEX triplet: DB, 25 and EB. RGB value is (219,37,235). Sum of RGB (Red+Green+Blue) = 219+37+235=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 37 (14.84% from 255 or 7.54% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB25EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB25EB is #24DA14. Grayscale: #717171. Windows color (decimal): -2415125 or 15410651. OLE color: 15410651.
HSL color Cylindrical-coordinate representation of color #DB25EB: hue angle of 295.15º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB25EB is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 37 | 235 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.08 |
| HSL | 295.15º | 0.83% | 0.53% | - |
| HSV(B) | 295.15º | 0.84% | 0.92% | - |
| XYZ | 44.87 | 22.38 | 80.55 | - |
| YUV | 113.99 | 196.3 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 235 | 0.07 | 0.84 | 0 | 0.08 | 295.15 | 0.83 | 0.53 |
| Hex | DB | 25 | EB | 7 | 54 | 0 | 8 | 127 | 53 | 35 |
| Octal | 333 | 45 | 353 | 7 | 124 | 0 | 10 | 447 | 123 | 65 |
| Binary | 11011011 | 100101 | 11101011 | 111 | 1010100 | 0 | 1000 | 100100111 | 1010011 | 110101 |
Color Harmonies of #DB25EB
Complementary color
Monochromatic Colors of #DB25EB
Black with #DB25EB
Text Example
Text Example
White with #DB25EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25EB; }
p { color: rgb(219,37,235); }
H1.HeaderClassName
{
color: #DB25EB;
}
.AnyTagClassName
{
color: #DB25EB;
}
</style>
background-color css
<style>
a { background-color: #DB25EB; }
a { background-color: rgb(219,37,235); }
div.DivClassName
{
background-color: #DB25EB;
}
.BgClassName
{
background-color: #DB25EB;
}
</style>
border-color css
<style>
span { border-color: #DB25EB; }
span { border-color: rgb(219,37,235); }
td.TdClassName
{
border-color: #DB25EB;
}
.TagClassName
{
border-color: #DB25EB;
}
</style>