Shades of Psychedelic Purple #DB1EF0
Tints of Psychedelic Purple #DB1EF0
RGB
CMYK
RGB Variations
Color information
#DB1EF0 (or 0xDB1EF0) is known color: Psychedelic Purple. HEX triplet: DB, 1E and F0. RGB value is (219,30,240). Sum of RGB (Red+Green+Blue) = 219+30+240=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 30 (12.11% from 255 or 6.13% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB1EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1EF0 is #24E10F. Grayscale: #6D6D6D. Windows color (decimal): -2416912 or 15736539. OLE color: 15736539.
HSL color Cylindrical-coordinate representation of color #DB1EF0: hue angle of 294º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1EF0 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 30 | 240 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.06 |
| HSL | 294º | 0.88% | 0.53% | - |
| HSV(B) | 294º | 0.88% | 0.94% | - |
| XYZ | 45.41 | 22.28 | 84.35 | - |
| YUV | 110.45 | 201.12 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 240 | 0.09 | 0.87 | 0 | 0.06 | 294 | 0.88 | 0.53 |
| Hex | DB | 1E | F0 | 9 | 57 | 0 | 6 | 126 | 58 | 35 |
| Octal | 333 | 36 | 360 | 11 | 127 | 0 | 6 | 446 | 130 | 65 |
| Binary | 11011011 | 11110 | 11110000 | 1001 | 1010111 | 0 | 110 | 100100110 | 1011000 | 110101 |
Color Harmonies of #DB1EF0
Complementary color
Monochromatic Colors of #DB1EF0
Black with #DB1EF0
Text Example
Text Example
White with #DB1EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1EF0; }
p { color: rgb(219,30,240); }
H1.HeaderClassName
{
color: #DB1EF0;
}
.AnyTagClassName
{
color: #DB1EF0;
}
</style>
background-color css
<style>
a { background-color: #DB1EF0; }
a { background-color: rgb(219,30,240); }
div.DivClassName
{
background-color: #DB1EF0;
}
.BgClassName
{
background-color: #DB1EF0;
}
</style>
border-color css
<style>
span { border-color: #DB1EF0; }
span { border-color: rgb(219,30,240); }
td.TdClassName
{
border-color: #DB1EF0;
}
.TagClassName
{
border-color: #DB1EF0;
}
</style>