Shades of Heliotrope #DB91FF
Tints of Heliotrope #DB91FF
RGB
CMYK
RGB Variations
Color information
#DB91FF (or 0xDB91FF) is known color: Heliotrope. HEX triplet: DB, 91 and FF. RGB value is (219,145,255). Sum of RGB (Red+Green+Blue) = 219+145+255=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 145 (57.03% from 255 or 23.42% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB91FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB91FF is #246E00. Grayscale: #B3B3B3. Windows color (decimal): -2387457 or 16749019. OLE color: 16749019.
HSL color Cylindrical-coordinate representation of color #DB91FF: hue angle of 280.36º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB91FF is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 145 | 255 | - |
| CMYK | 0.14 | 0.43 | 0 | 0 |
| HSL | 280.36º | 1% | 0.78% | - |
| HSV(B) | 280.36º | 0.43% | 1% | - |
| XYZ | 57.39 | 42.53 | 99.79 | - |
| YUV | 179.67 | 170.52 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 255 | 0.14 | 0.43 | 0 | 0 | 280.36 | 1 | 0.78 |
| Hex | DB | 91 | FF | E | 2B | 0 | 0 | 118 | 64 | 4E |
| Octal | 333 | 221 | 377 | 16 | 53 | 0 | 0 | 430 | 144 | 116 |
| Binary | 11011011 | 10010001 | 11111111 | 1110 | 101011 | 0 | 0 | 100011000 | 1100100 | 1001110 |
Color Harmonies of #DB91FF
Complementary color
Monochromatic Colors of #DB91FF
Black with #DB91FF
Text Example
Text Example
White with #DB91FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91FF; }
p { color: rgb(219,145,255); }
H1.HeaderClassName
{
color: #DB91FF;
}
.AnyTagClassName
{
color: #DB91FF;
}
</style>
background-color css
<style>
a { background-color: #DB91FF; }
a { background-color: rgb(219,145,255); }
div.DivClassName
{
background-color: #DB91FF;
}
.BgClassName
{
background-color: #DB91FF;
}
</style>
border-color css
<style>
span { border-color: #DB91FF; }
span { border-color: rgb(219,145,255); }
td.TdClassName
{
border-color: #DB91FF;
}
.TagClassName
{
border-color: #DB91FF;
}
</style>