Shades of Heliotrope #DB78EC
Tints of Heliotrope #DB78EC
RGB
CMYK
RGB Variations
Color information
#DB78EC (or 0xDB78EC) is known color: Heliotrope. HEX triplet: DB, 78 and EC. RGB value is (219,120,236). Sum of RGB (Red+Green+Blue) = 219+120+236=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB78EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB78EC is #248713. Grayscale: #A2A2A2. Windows color (decimal): -2393876 or 15497435. OLE color: 15497435.
HSL color Cylindrical-coordinate representation of color #DB78EC: hue angle of 291.21º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB78EC is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 120 | 236 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.07 |
| HSL | 291.21º | 0.75% | 0.7% | - |
| HSV(B) | 291.21º | 0.49% | 0.93% | - |
| XYZ | 51.07 | 34.55 | 83.33 | - |
| YUV | 162.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 236 | 0.07 | 0.49 | 0 | 0.07 | 291.21 | 0.75 | 0.7 |
| Hex | DB | 78 | EC | 7 | 31 | 0 | 7 | 123 | 4B | 46 |
| Octal | 333 | 170 | 354 | 7 | 61 | 0 | 7 | 443 | 113 | 106 |
| Binary | 11011011 | 1111000 | 11101100 | 111 | 110001 | 0 | 111 | 100100011 | 1001011 | 1000110 |
Color Harmonies of #DB78EC
Complementary color
Monochromatic Colors of #DB78EC
Black with #DB78EC
Text Example
Text Example
White with #DB78EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78EC; }
p { color: rgb(219,120,236); }
H1.HeaderClassName
{
color: #DB78EC;
}
.AnyTagClassName
{
color: #DB78EC;
}
</style>
background-color css
<style>
a { background-color: #DB78EC; }
a { background-color: rgb(219,120,236); }
div.DivClassName
{
background-color: #DB78EC;
}
.BgClassName
{
background-color: #DB78EC;
}
</style>
border-color css
<style>
span { border-color: #DB78EC; }
span { border-color: rgb(219,120,236); }
td.TdClassName
{
border-color: #DB78EC;
}
.TagClassName
{
border-color: #DB78EC;
}
</style>