Shades of Heliotrope #DB85F6
Tints of Heliotrope #DB85F6
RGB
CMYK
RGB Variations
Color information
#DB85F6 (or 0xDB85F6) is known color: Heliotrope. HEX triplet: DB, 85 and F6. RGB value is (219,133,246). Sum of RGB (Red+Green+Blue) = 219+133+246=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB85F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85F6 is #247A09. Grayscale: #ABABAB. Windows color (decimal): -2390538 or 16156123. OLE color: 16156123.
HSL color Cylindrical-coordinate representation of color #DB85F6: hue angle of 285.66º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB85F6 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 133 | 246 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.04 |
| HSL | 285.66º | 0.86% | 0.74% | - |
| HSV(B) | 285.66º | 0.46% | 0.96% | - |
| XYZ | 54.24 | 38.49 | 91.76 | - |
| YUV | 171.6 | 169.99 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 246 | 0.11 | 0.46 | 0 | 0.04 | 285.66 | 0.86 | 0.74 |
| Hex | DB | 85 | F6 | B | 2E | 0 | 4 | 11E | 56 | 4A |
| Octal | 333 | 205 | 366 | 13 | 56 | 0 | 4 | 436 | 126 | 112 |
| Binary | 11011011 | 10000101 | 11110110 | 1011 | 101110 | 0 | 100 | 100011110 | 1010110 | 1001010 |
Color Harmonies of #DB85F6
Complementary color
Monochromatic Colors of #DB85F6
Black with #DB85F6
Text Example
Text Example
White with #DB85F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85F6; }
p { color: rgb(219,133,246); }
H1.HeaderClassName
{
color: #DB85F6;
}
.AnyTagClassName
{
color: #DB85F6;
}
</style>
background-color css
<style>
a { background-color: #DB85F6; }
a { background-color: rgb(219,133,246); }
div.DivClassName
{
background-color: #DB85F6;
}
.BgClassName
{
background-color: #DB85F6;
}
</style>
border-color css
<style>
span { border-color: #DB85F6; }
span { border-color: rgb(219,133,246); }
td.TdClassName
{
border-color: #DB85F6;
}
.TagClassName
{
border-color: #DB85F6;
}
</style>