Shades of Heliotrope #DB82EF
Tints of Heliotrope #DB82EF
RGB
CMYK
RGB Variations
Color information
#DB82EF (or 0xDB82EF) is known color: Heliotrope. HEX triplet: DB, 82 and EF. RGB value is (219,130,239). Sum of RGB (Red+Green+Blue) = 219+130+239=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB82EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB82EF is #247D10. Grayscale: #A8A8A8. Windows color (decimal): -2391313 or 15696603. OLE color: 15696603.
HSL color Cylindrical-coordinate representation of color #DB82EF: hue angle of 288.99º degrees, saturation: 0.77, 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 #DB82EF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 130 | 239 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.06 |
| HSL | 288.99º | 0.77% | 0.72% | - |
| HSV(B) | 288.99º | 0.46% | 0.94% | - |
| XYZ | 52.78 | 37.26 | 86.07 | - |
| YUV | 169.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 239 | 0.08 | 0.46 | 0 | 0.06 | 288.99 | 0.77 | 0.72 |
| Hex | DB | 82 | EF | 8 | 2E | 0 | 6 | 121 | 4D | 48 |
| Octal | 333 | 202 | 357 | 10 | 56 | 0 | 6 | 441 | 115 | 110 |
| Binary | 11011011 | 10000010 | 11101111 | 1000 | 101110 | 0 | 110 | 100100001 | 1001101 | 1001000 |
Color Harmonies of #DB82EF
Complementary color
Monochromatic Colors of #DB82EF
Black with #DB82EF
Text Example
Text Example
White with #DB82EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82EF; }
p { color: rgb(219,130,239); }
H1.HeaderClassName
{
color: #DB82EF;
}
.AnyTagClassName
{
color: #DB82EF;
}
</style>
background-color css
<style>
a { background-color: #DB82EF; }
a { background-color: rgb(219,130,239); }
div.DivClassName
{
background-color: #DB82EF;
}
.BgClassName
{
background-color: #DB82EF;
}
</style>
border-color css
<style>
span { border-color: #DB82EF; }
span { border-color: rgb(219,130,239); }
td.TdClassName
{
border-color: #DB82EF;
}
.TagClassName
{
border-color: #DB82EF;
}
</style>