Shades of Psychedelic Purple #DB1EEF
Tints of Psychedelic Purple #DB1EEF
RGB
CMYK
RGB Variations
Color information
#DB1EEF (or 0xDB1EEF) is known color: Psychedelic Purple. HEX triplet: DB, 1E and EF. RGB value is (219,30,239). Sum of RGB (Red+Green+Blue) = 219+30+239=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB1EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1EEF is #24E110. Grayscale: #6D6D6D. Windows color (decimal): -2416913 or 15671003. OLE color: 15671003.
HSL color Cylindrical-coordinate representation of color #DB1EEF: hue angle of 294.26º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1EEF is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 30 | 239 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.06 |
| HSL | 294.26º | 0.87% | 0.53% | - |
| HSV(B) | 294.26º | 0.87% | 0.94% | - |
| XYZ | 45.26 | 22.22 | 83.57 | - |
| YUV | 110.34 | 200.62 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 239 | 0.08 | 0.87 | 0 | 0.06 | 294.26 | 0.87 | 0.53 |
| Hex | DB | 1E | EF | 8 | 57 | 0 | 6 | 126 | 57 | 35 |
| Octal | 333 | 36 | 357 | 10 | 127 | 0 | 6 | 446 | 127 | 65 |
| Binary | 11011011 | 11110 | 11101111 | 1000 | 1010111 | 0 | 110 | 100100110 | 1010111 | 110101 |
Color Harmonies of #DB1EEF
Complementary color
Monochromatic Colors of #DB1EEF
Black with #DB1EEF
Text Example
Text Example
White with #DB1EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1EEF; }
p { color: rgb(219,30,239); }
H1.HeaderClassName
{
color: #DB1EEF;
}
.AnyTagClassName
{
color: #DB1EEF;
}
</style>
background-color css
<style>
a { background-color: #DB1EEF; }
a { background-color: rgb(219,30,239); }
div.DivClassName
{
background-color: #DB1EEF;
}
.BgClassName
{
background-color: #DB1EEF;
}
</style>
border-color css
<style>
span { border-color: #DB1EEF; }
span { border-color: rgb(219,30,239); }
td.TdClassName
{
border-color: #DB1EEF;
}
.TagClassName
{
border-color: #DB1EEF;
}
</style>