Shades of Heliotrope #DB78EA
Tints of Heliotrope #DB78EA
RGB
CMYK
RGB Variations
Color information
#DB78EA (or 0xDB78EA) is known color: Heliotrope. HEX triplet: DB, 78 and EA. RGB value is (219,120,234). Sum of RGB (Red+Green+Blue) = 219+120+234=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 120 (47.27% from 255 or 20.94% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB78EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB78EA is #248715. Grayscale: #A2A2A2. Windows color (decimal): -2393878 or 15366363. OLE color: 15366363.
HSL color Cylindrical-coordinate representation of color #DB78EA: hue angle of 292.11º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB78EA is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 120 | 234 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.08 |
| HSL | 292.11º | 0.73% | 0.69% | - |
| HSV(B) | 292.11º | 0.49% | 0.92% | - |
| XYZ | 50.78 | 34.43 | 81.81 | - |
| YUV | 162.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 234 | 0.06 | 0.49 | 0 | 0.08 | 292.11 | 0.73 | 0.69 |
| Hex | DB | 78 | EA | 6 | 31 | 0 | 8 | 124 | 49 | 45 |
| Octal | 333 | 170 | 352 | 6 | 61 | 0 | 10 | 444 | 111 | 105 |
| Binary | 11011011 | 1111000 | 11101010 | 110 | 110001 | 0 | 1000 | 100100100 | 1001001 | 1000101 |
Color Harmonies of #DB78EA
Complementary color
Monochromatic Colors of #DB78EA
Black with #DB78EA
Text Example
Text Example
White with #DB78EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78EA; }
p { color: rgb(219,120,234); }
H1.HeaderClassName
{
color: #DB78EA;
}
.AnyTagClassName
{
color: #DB78EA;
}
</style>
background-color css
<style>
a { background-color: #DB78EA; }
a { background-color: rgb(219,120,234); }
div.DivClassName
{
background-color: #DB78EA;
}
.BgClassName
{
background-color: #DB78EA;
}
</style>
border-color css
<style>
span { border-color: #DB78EA; }
span { border-color: rgb(219,120,234); }
td.TdClassName
{
border-color: #DB78EA;
}
.TagClassName
{
border-color: #DB78EA;
}
</style>