Shades of Heliotrope #DB76EF
Tints of Heliotrope #DB76EF
RGB
CMYK
RGB Variations
Color information
#DB76EF (or 0xDB76EF) is known color: Heliotrope. HEX triplet: DB, 76 and EF. RGB value is (219,118,239). Sum of RGB (Red+Green+Blue) = 219+118+239=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB76EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB76EF is #248910. Grayscale: #A1A1A1. Windows color (decimal): -2394385 or 15693531. OLE color: 15693531.
HSL color Cylindrical-coordinate representation of color #DB76EF: hue angle of 290.08º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB76EF is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 118 | 239 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.06 |
| HSL | 290.08º | 0.79% | 0.7% | - |
| HSV(B) | 290.08º | 0.51% | 0.94% | - |
| XYZ | 51.27 | 34.25 | 85.57 | - |
| YUV | 161.99 | 171.46 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 239 | 0.08 | 0.51 | 0 | 0.06 | 290.08 | 0.79 | 0.7 |
| Hex | DB | 76 | EF | 8 | 33 | 0 | 6 | 122 | 4F | 46 |
| Octal | 333 | 166 | 357 | 10 | 63 | 0 | 6 | 442 | 117 | 106 |
| Binary | 11011011 | 1110110 | 11101111 | 1000 | 110011 | 0 | 110 | 100100010 | 1001111 | 1000110 |
Color Harmonies of #DB76EF
Complementary color
Monochromatic Colors of #DB76EF
Black with #DB76EF
Text Example
Text Example
White with #DB76EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76EF; }
p { color: rgb(219,118,239); }
H1.HeaderClassName
{
color: #DB76EF;
}
.AnyTagClassName
{
color: #DB76EF;
}
</style>
background-color css
<style>
a { background-color: #DB76EF; }
a { background-color: rgb(219,118,239); }
div.DivClassName
{
background-color: #DB76EF;
}
.BgClassName
{
background-color: #DB76EF;
}
</style>
border-color css
<style>
span { border-color: #DB76EF; }
span { border-color: rgb(219,118,239); }
td.TdClassName
{
border-color: #DB76EF;
}
.TagClassName
{
border-color: #DB76EF;
}
</style>