Shades of Psychedelic Purple #DB11F0
Tints of Psychedelic Purple #DB11F0
RGB
CMYK
RGB Variations
Color information
#DB11F0 (or 0xDB11F0) is known color: Psychedelic Purple. HEX triplet: DB, 11 and F0. RGB value is (219,17,240). Sum of RGB (Red+Green+Blue) = 219+17+240=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 17 (7.03% from 255 or 3.57% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB11F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB11F0 is #24EE0F. Grayscale: #666666. Windows color (decimal): -2420240 or 15733211. OLE color: 15733211.
HSL color Cylindrical-coordinate representation of color #DB11F0: hue angle of 294.35º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB11F0 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 17 | 240 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.06 |
| HSL | 294.35º | 0.88% | 0.5% | - |
| HSV(B) | 294.35º | 0.93% | 0.94% | - |
| XYZ | 45.14 | 21.75 | 84.26 | - |
| YUV | 102.82 | 205.42 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 240 | 0.09 | 0.93 | 0 | 0.06 | 294.35 | 0.88 | 0.5 |
| Hex | DB | 11 | F0 | 9 | 5D | 0 | 6 | 126 | 58 | 32 |
| Octal | 333 | 21 | 360 | 11 | 135 | 0 | 6 | 446 | 130 | 62 |
| Binary | 11011011 | 10001 | 11110000 | 1001 | 1011101 | 0 | 110 | 100100110 | 1011000 | 110010 |
Color Harmonies of #DB11F0
Complementary color
Monochromatic Colors of #DB11F0
Black with #DB11F0
Text Example
Text Example
White with #DB11F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB11F0; }
p { color: rgb(219,17,240); }
H1.HeaderClassName
{
color: #DB11F0;
}
.AnyTagClassName
{
color: #DB11F0;
}
</style>
background-color css
<style>
a { background-color: #DB11F0; }
a { background-color: rgb(219,17,240); }
div.DivClassName
{
background-color: #DB11F0;
}
.BgClassName
{
background-color: #DB11F0;
}
</style>
border-color css
<style>
span { border-color: #DB11F0; }
span { border-color: rgb(219,17,240); }
td.TdClassName
{
border-color: #DB11F0;
}
.TagClassName
{
border-color: #DB11F0;
}
</style>