Shades of Heliotrope #DB70EC
Tints of Heliotrope #DB70EC
RGB
CMYK
RGB Variations
Color information
#DB70EC (or 0xDB70EC) is known color: Heliotrope. HEX triplet: DB, 70 and EC. RGB value is (219,112,236). Sum of RGB (Red+Green+Blue) = 219+112+236=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB70EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB70EC is #248F13. Grayscale: #9D9D9D. Windows color (decimal): -2395924 or 15495387. OLE color: 15495387.
HSL color Cylindrical-coordinate representation of color #DB70EC: hue angle of 291.77º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB70EC is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 112 | 236 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.07 |
| HSL | 291.77º | 0.77% | 0.68% | - |
| HSV(B) | 291.77º | 0.53% | 0.93% | - |
| XYZ | 50.15 | 32.7 | 83.03 | - |
| YUV | 158.13 | 171.95 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 236 | 0.07 | 0.53 | 0 | 0.07 | 291.77 | 0.77 | 0.68 |
| Hex | DB | 70 | EC | 7 | 35 | 0 | 7 | 124 | 4D | 44 |
| Octal | 333 | 160 | 354 | 7 | 65 | 0 | 7 | 444 | 115 | 104 |
| Binary | 11011011 | 1110000 | 11101100 | 111 | 110101 | 0 | 111 | 100100100 | 1001101 | 1000100 |
Color Harmonies of #DB70EC
Complementary color
Monochromatic Colors of #DB70EC
Black with #DB70EC
Text Example
Text Example
White with #DB70EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70EC; }
p { color: rgb(219,112,236); }
H1.HeaderClassName
{
color: #DB70EC;
}
.AnyTagClassName
{
color: #DB70EC;
}
</style>
background-color css
<style>
a { background-color: #DB70EC; }
a { background-color: rgb(219,112,236); }
div.DivClassName
{
background-color: #DB70EC;
}
.BgClassName
{
background-color: #DB70EC;
}
</style>
border-color css
<style>
span { border-color: #DB70EC; }
span { border-color: rgb(219,112,236); }
td.TdClassName
{
border-color: #DB70EC;
}
.TagClassName
{
border-color: #DB70EC;
}
</style>