Shades of Heliotrope #DB78EE
Tints of Heliotrope #DB78EE
RGB
CMYK
RGB Variations
Color information
#DB78EE (or 0xDB78EE) is known color: Heliotrope. HEX triplet: DB, 78 and EE. RGB value is (219,120,238). Sum of RGB (Red+Green+Blue) = 219+120+238=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 120 (47.27% from 255 or 20.80% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB78EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB78EE is #248711. Grayscale: #A2A2A2. Windows color (decimal): -2393874 or 15628507. OLE color: 15628507.
HSL color Cylindrical-coordinate representation of color #DB78EE: hue angle of 290.34º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB78EE is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 120 | 238 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.07 |
| HSL | 290.34º | 0.78% | 0.7% | - |
| HSV(B) | 290.34º | 0.5% | 0.93% | - |
| XYZ | 51.36 | 34.67 | 84.87 | - |
| YUV | 163.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 238 | 0.08 | 0.50 | 0 | 0.07 | 290.34 | 0.78 | 0.7 |
| Hex | DB | 78 | EE | 8 | 32 | 0 | 7 | 122 | 4E | 46 |
| Octal | 333 | 170 | 356 | 10 | 62 | 0 | 7 | 442 | 116 | 106 |
| Binary | 11011011 | 1111000 | 11101110 | 1000 | 110010 | 0 | 111 | 100100010 | 1001110 | 1000110 |
Color Harmonies of #DB78EE
Complementary color
Monochromatic Colors of #DB78EE
Black with #DB78EE
Text Example
Text Example
White with #DB78EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78EE; }
p { color: rgb(219,120,238); }
H1.HeaderClassName
{
color: #DB78EE;
}
.AnyTagClassName
{
color: #DB78EE;
}
</style>
background-color css
<style>
a { background-color: #DB78EE; }
a { background-color: rgb(219,120,238); }
div.DivClassName
{
background-color: #DB78EE;
}
.BgClassName
{
background-color: #DB78EE;
}
</style>
border-color css
<style>
span { border-color: #DB78EE; }
span { border-color: rgb(219,120,238); }
td.TdClassName
{
border-color: #DB78EE;
}
.TagClassName
{
border-color: #DB78EE;
}
</style>