Shades of Heliotrope #DB91FE
Tints of Heliotrope #DB91FE
RGB
CMYK
RGB Variations
Color information
#DB91FE (or 0xDB91FE) is known color: Heliotrope. HEX triplet: DB, 91 and FE. RGB value is (219,145,254). Sum of RGB (Red+Green+Blue) = 219+145+254=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 145 (57.03% from 255 or 23.46% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB91FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB91FE is #246E01. Grayscale: #B3B3B3. Windows color (decimal): -2387458 or 16683483. OLE color: 16683483.
HSL color Cylindrical-coordinate representation of color #DB91FE: hue angle of 280.73º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB91FE is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 145 | 254 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.00 |
| HSL | 280.73º | 0.98% | 0.78% | - |
| HSV(B) | 280.73º | 0.43% | 1% | - |
| XYZ | 57.23 | 42.47 | 98.95 | - |
| YUV | 179.55 | 170.02 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 254 | 0.14 | 0.43 | 0 | 0.00 | 280.73 | 0.98 | 0.78 |
| Hex | DB | 91 | FE | E | 2B | 0 | 0 | 119 | 62 | 4E |
| Octal | 333 | 221 | 376 | 16 | 53 | 0 | 0 | 431 | 142 | 116 |
| Binary | 11011011 | 10010001 | 11111110 | 1110 | 101011 | 0 | 0 | 100011001 | 1100010 | 1001110 |
Color Harmonies of #DB91FE
Complementary color
Monochromatic Colors of #DB91FE
Black with #DB91FE
Text Example
Text Example
White with #DB91FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91FE; }
p { color: rgb(219,145,254); }
H1.HeaderClassName
{
color: #DB91FE;
}
.AnyTagClassName
{
color: #DB91FE;
}
</style>
background-color css
<style>
a { background-color: #DB91FE; }
a { background-color: rgb(219,145,254); }
div.DivClassName
{
background-color: #DB91FE;
}
.BgClassName
{
background-color: #DB91FE;
}
</style>
border-color css
<style>
span { border-color: #DB91FE; }
span { border-color: rgb(219,145,254); }
td.TdClassName
{
border-color: #DB91FE;
}
.TagClassName
{
border-color: #DB91FE;
}
</style>