Shades of Psychedelic Purple #DB11FD
Tints of Psychedelic Purple #DB11FD
RGB
CMYK
RGB Variations
Color information
#DB11FD (or 0xDB11FD) is known color: Psychedelic Purple. HEX triplet: DB, 11 and FD. RGB value is (219,17,253). Sum of RGB (Red+Green+Blue) = 219+17+253=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 17 (7.03% from 255 or 3.48% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB11FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB11FD is #24EE02. Grayscale: #676767. Windows color (decimal): -2420227 or 16585179. OLE color: 16585179.
HSL color Cylindrical-coordinate representation of color #DB11FD: hue angle of 291.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB11FD is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 17 | 253 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.01 |
| HSL | 291.36º | 0.98% | 0.53% | - |
| HSV(B) | 291.36º | 0.93% | 0.99% | - |
| XYZ | 47.14 | 22.55 | 94.8 | - |
| YUV | 104.3 | 211.92 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 253 | 0.13 | 0.93 | 0 | 0.01 | 291.36 | 0.98 | 0.53 |
| Hex | DB | 11 | FD | D | 5D | 0 | 1 | 123 | 62 | 35 |
| Octal | 333 | 21 | 375 | 15 | 135 | 0 | 1 | 443 | 142 | 65 |
| Binary | 11011011 | 10001 | 11111101 | 1101 | 1011101 | 0 | 1 | 100100011 | 1100010 | 110101 |
Color Harmonies of #DB11FD
Complementary color
Monochromatic Colors of #DB11FD
Black with #DB11FD
Text Example
Text Example
White with #DB11FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB11FD; }
p { color: rgb(219,17,253); }
H1.HeaderClassName
{
color: #DB11FD;
}
.AnyTagClassName
{
color: #DB11FD;
}
</style>
background-color css
<style>
a { background-color: #DB11FD; }
a { background-color: rgb(219,17,253); }
div.DivClassName
{
background-color: #DB11FD;
}
.BgClassName
{
background-color: #DB11FD;
}
</style>
border-color css
<style>
span { border-color: #DB11FD; }
span { border-color: rgb(219,17,253); }
td.TdClassName
{
border-color: #DB11FD;
}
.TagClassName
{
border-color: #DB11FD;
}
</style>