Shades of Psychedelic Purple #DB1EFF
Tints of Psychedelic Purple #DB1EFF
RGB
CMYK
RGB Variations
Color information
#DB1EFF (or 0xDB1EFF) is known color: Psychedelic Purple. HEX triplet: DB, 1E and FF. RGB value is (219,30,255). Sum of RGB (Red+Green+Blue) = 219+30+255=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 30 (12.11% from 255 or 5.95% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB1EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1EFF is #24E100. Grayscale: #6F6F6F. Windows color (decimal): -2416897 or 16719579. OLE color: 16719579.
HSL color Cylindrical-coordinate representation of color #DB1EFF: hue angle of 290.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1EFF is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 30 | 255 | - |
| CMYK | 0.14 | 0.88 | 0 | 0 |
| HSL | 290.4º | 1% | 0.56% | - |
| HSV(B) | 290.4º | 0.88% | 1% | - |
| XYZ | 47.73 | 23.21 | 96.57 | - |
| YUV | 112.16 | 208.62 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 255 | 0.14 | 0.88 | 0 | 0 | 290.4 | 1 | 0.56 |
| Hex | DB | 1E | FF | E | 58 | 0 | 0 | 122 | 64 | 38 |
| Octal | 333 | 36 | 377 | 16 | 130 | 0 | 0 | 442 | 144 | 70 |
| Binary | 11011011 | 11110 | 11111111 | 1110 | 1011000 | 0 | 0 | 100100010 | 1100100 | 111000 |
Color Harmonies of #DB1EFF
Complementary color
Monochromatic Colors of #DB1EFF
Black with #DB1EFF
Text Example
Text Example
White with #DB1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1EFF; }
p { color: rgb(219,30,255); }
H1.HeaderClassName
{
color: #DB1EFF;
}
.AnyTagClassName
{
color: #DB1EFF;
}
</style>
background-color css
<style>
a { background-color: #DB1EFF; }
a { background-color: rgb(219,30,255); }
div.DivClassName
{
background-color: #DB1EFF;
}
.BgClassName
{
background-color: #DB1EFF;
}
</style>
border-color css
<style>
span { border-color: #DB1EFF; }
span { border-color: rgb(219,30,255); }
td.TdClassName
{
border-color: #DB1EFF;
}
.TagClassName
{
border-color: #DB1EFF;
}
</style>