Shades of Heliotrope #DB78EB
Tints of Heliotrope #DB78EB
RGB
CMYK
RGB Variations
Color information
#DB78EB (or 0xDB78EB) is known color: Heliotrope. HEX triplet: DB, 78 and EB. RGB value is (219,120,235). Sum of RGB (Red+Green+Blue) = 219+120+235=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB78EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB78EB is #248714. Grayscale: #A2A2A2. Windows color (decimal): -2393877 or 15431899. OLE color: 15431899.
HSL color Cylindrical-coordinate representation of color #DB78EB: hue angle of 291.65º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB78EB is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 120 | 235 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.08 |
| HSL | 291.65º | 0.74% | 0.7% | - |
| HSV(B) | 291.65º | 0.49% | 0.92% | - |
| XYZ | 50.93 | 34.49 | 82.57 | - |
| YUV | 162.71 | 168.8 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 235 | 0.07 | 0.49 | 0 | 0.08 | 291.65 | 0.74 | 0.7 |
| Hex | DB | 78 | EB | 7 | 31 | 0 | 8 | 124 | 4A | 46 |
| Octal | 333 | 170 | 353 | 7 | 61 | 0 | 10 | 444 | 112 | 106 |
| Binary | 11011011 | 1111000 | 11101011 | 111 | 110001 | 0 | 1000 | 100100100 | 1001010 | 1000110 |
Color Harmonies of #DB78EB
Complementary color
Monochromatic Colors of #DB78EB
Black with #DB78EB
Text Example
Text Example
White with #DB78EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78EB; }
p { color: rgb(219,120,235); }
H1.HeaderClassName
{
color: #DB78EB;
}
.AnyTagClassName
{
color: #DB78EB;
}
</style>
background-color css
<style>
a { background-color: #DB78EB; }
a { background-color: rgb(219,120,235); }
div.DivClassName
{
background-color: #DB78EB;
}
.BgClassName
{
background-color: #DB78EB;
}
</style>
border-color css
<style>
span { border-color: #DB78EB; }
span { border-color: rgb(219,120,235); }
td.TdClassName
{
border-color: #DB78EB;
}
.TagClassName
{
border-color: #DB78EB;
}
</style>