Shades of Heliotrope #DB91F6
Tints of Heliotrope #DB91F6
RGB
CMYK
RGB Variations
Color information
#DB91F6 (or 0xDB91F6) is known color: Heliotrope. HEX triplet: DB, 91 and F6. RGB value is (219,145,246). Sum of RGB (Red+Green+Blue) = 219+145+246=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 145 (57.03% from 255 or 23.77% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB91F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB91F6 is #246E09. Grayscale: #B2B2B2. Windows color (decimal): -2387466 or 16159195. OLE color: 16159195.
HSL color Cylindrical-coordinate representation of color #DB91F6: hue angle of 283.96º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB91F6 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 145 | 246 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.04 |
| HSL | 283.96º | 0.85% | 0.77% | - |
| HSV(B) | 283.96º | 0.41% | 0.96% | - |
| XYZ | 55.97 | 41.96 | 92.34 | - |
| YUV | 178.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 246 | 0.11 | 0.41 | 0 | 0.04 | 283.96 | 0.85 | 0.77 |
| Hex | DB | 91 | F6 | B | 29 | 0 | 4 | 11C | 55 | 4D |
| Octal | 333 | 221 | 366 | 13 | 51 | 0 | 4 | 434 | 125 | 115 |
| Binary | 11011011 | 10010001 | 11110110 | 1011 | 101001 | 0 | 100 | 100011100 | 1010101 | 1001101 |
Color Harmonies of #DB91F6
Complementary color
Monochromatic Colors of #DB91F6
Black with #DB91F6
Text Example
Text Example
White with #DB91F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91F6; }
p { color: rgb(219,145,246); }
H1.HeaderClassName
{
color: #DB91F6;
}
.AnyTagClassName
{
color: #DB91F6;
}
</style>
background-color css
<style>
a { background-color: #DB91F6; }
a { background-color: rgb(219,145,246); }
div.DivClassName
{
background-color: #DB91F6;
}
.BgClassName
{
background-color: #DB91F6;
}
</style>
border-color css
<style>
span { border-color: #DB91F6; }
span { border-color: rgb(219,145,246); }
td.TdClassName
{
border-color: #DB91F6;
}
.TagClassName
{
border-color: #DB91F6;
}
</style>