Shades of Heliotrope #DB80EF
Tints of Heliotrope #DB80EF
RGB
CMYK
RGB Variations
Color information
#DB80EF (or 0xDB80EF) is known color: Heliotrope. HEX triplet: DB, 80 and EF. RGB value is (219,128,239). Sum of RGB (Red+Green+Blue) = 219+128+239=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB80EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80EF is #247F10. Grayscale: #A7A7A7. Windows color (decimal): -2391825 or 15696091. OLE color: 15696091.
HSL color Cylindrical-coordinate representation of color #DB80EF: hue angle of 289.19º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB80EF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 128 | 239 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.06 |
| HSL | 289.19º | 0.78% | 0.72% | - |
| HSV(B) | 289.19º | 0.46% | 0.94% | - |
| XYZ | 52.51 | 36.73 | 85.98 | - |
| YUV | 167.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 239 | 0.08 | 0.46 | 0 | 0.06 | 289.19 | 0.78 | 0.72 |
| Hex | DB | 80 | EF | 8 | 2E | 0 | 6 | 121 | 4E | 48 |
| Octal | 333 | 200 | 357 | 10 | 56 | 0 | 6 | 441 | 116 | 110 |
| Binary | 11011011 | 10000000 | 11101111 | 1000 | 101110 | 0 | 110 | 100100001 | 1001110 | 1001000 |
Color Harmonies of #DB80EF
Complementary color
Monochromatic Colors of #DB80EF
Black with #DB80EF
Text Example
Text Example
White with #DB80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80EF; }
p { color: rgb(219,128,239); }
H1.HeaderClassName
{
color: #DB80EF;
}
.AnyTagClassName
{
color: #DB80EF;
}
</style>
background-color css
<style>
a { background-color: #DB80EF; }
a { background-color: rgb(219,128,239); }
div.DivClassName
{
background-color: #DB80EF;
}
.BgClassName
{
background-color: #DB80EF;
}
</style>
border-color css
<style>
span { border-color: #DB80EF; }
span { border-color: rgb(219,128,239); }
td.TdClassName
{
border-color: #DB80EF;
}
.TagClassName
{
border-color: #DB80EF;
}
</style>