Shades of Heliotrope #DB78ED
Tints of Heliotrope #DB78ED
RGB
CMYK
RGB Variations
Color information
#DB78ED (or 0xDB78ED) is known color: Heliotrope. HEX triplet: DB, 78 and ED. RGB value is (219,120,237). Sum of RGB (Red+Green+Blue) = 219+120+237=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB78ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB78ED is #248712. Grayscale: #A2A2A2. Windows color (decimal): -2393875 or 15562971. OLE color: 15562971.
HSL color Cylindrical-coordinate representation of color #DB78ED: hue angle of 290.77º degrees, saturation: 0.76, 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 #DB78ED is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 120 | 237 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.07 |
| HSL | 290.77º | 0.76% | 0.7% | - |
| HSV(B) | 290.77º | 0.49% | 0.93% | - |
| XYZ | 51.22 | 34.61 | 84.1 | - |
| YUV | 162.94 | 169.8 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 237 | 0.08 | 0.49 | 0 | 0.07 | 290.77 | 0.76 | 0.7 |
| Hex | DB | 78 | ED | 8 | 31 | 0 | 7 | 123 | 4C | 46 |
| Octal | 333 | 170 | 355 | 10 | 61 | 0 | 7 | 443 | 114 | 106 |
| Binary | 11011011 | 1111000 | 11101101 | 1000 | 110001 | 0 | 111 | 100100011 | 1001100 | 1000110 |
Color Harmonies of #DB78ED
Complementary color
Monochromatic Colors of #DB78ED
Black with #DB78ED
Text Example
Text Example
White with #DB78ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78ED; }
p { color: rgb(219,120,237); }
H1.HeaderClassName
{
color: #DB78ED;
}
.AnyTagClassName
{
color: #DB78ED;
}
</style>
background-color css
<style>
a { background-color: #DB78ED; }
a { background-color: rgb(219,120,237); }
div.DivClassName
{
background-color: #DB78ED;
}
.BgClassName
{
background-color: #DB78ED;
}
</style>
border-color css
<style>
span { border-color: #DB78ED; }
span { border-color: rgb(219,120,237); }
td.TdClassName
{
border-color: #DB78ED;
}
.TagClassName
{
border-color: #DB78ED;
}
</style>