Shades of Psychedelic Purple #DB1EEB
Tints of Psychedelic Purple #DB1EEB
RGB
CMYK
RGB Variations
Color information
#DB1EEB (or 0xDB1EEB) is known color: Psychedelic Purple. HEX triplet: DB, 1E and EB. RGB value is (219,30,235). Sum of RGB (Red+Green+Blue) = 219+30+235=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB1EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1EEB is #24E114. Grayscale: #6D6D6D. Windows color (decimal): -2416917 or 15408859. OLE color: 15408859.
HSL color Cylindrical-coordinate representation of color #DB1EEB: hue angle of 295.32º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1EEB is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 30 | 235 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.08 |
| HSL | 295.32º | 0.84% | 0.52% | - |
| HSV(B) | 295.32º | 0.87% | 0.92% | - |
| XYZ | 44.67 | 21.99 | 80.49 | - |
| YUV | 109.88 | 198.62 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 235 | 0.07 | 0.87 | 0 | 0.08 | 295.32 | 0.84 | 0.52 |
| Hex | DB | 1E | EB | 7 | 57 | 0 | 8 | 127 | 54 | 34 |
| Octal | 333 | 36 | 353 | 7 | 127 | 0 | 10 | 447 | 124 | 64 |
| Binary | 11011011 | 11110 | 11101011 | 111 | 1010111 | 0 | 1000 | 100100111 | 1010100 | 110100 |
Color Harmonies of #DB1EEB
Complementary color
Monochromatic Colors of #DB1EEB
Black with #DB1EEB
Text Example
Text Example
White with #DB1EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1EEB; }
p { color: rgb(219,30,235); }
H1.HeaderClassName
{
color: #DB1EEB;
}
.AnyTagClassName
{
color: #DB1EEB;
}
</style>
background-color css
<style>
a { background-color: #DB1EEB; }
a { background-color: rgb(219,30,235); }
div.DivClassName
{
background-color: #DB1EEB;
}
.BgClassName
{
background-color: #DB1EEB;
}
</style>
border-color css
<style>
span { border-color: #DB1EEB; }
span { border-color: rgb(219,30,235); }
td.TdClassName
{
border-color: #DB1EEB;
}
.TagClassName
{
border-color: #DB1EEB;
}
</style>