Shades of Heliotrope #DA78EA
Tints of Heliotrope #DA78EA
RGB
CMYK
RGB Variations
Color information
#DA78EA (or 0xDA78EA) is known color: Heliotrope. HEX triplet: DA, 78 and EA. RGB value is (218,120,234). Sum of RGB (Red+Green+Blue) = 218+120+234=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA78EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA78EA is #258715. Grayscale: #A1A1A1. Windows color (decimal): -2459414 or 15366362. OLE color: 15366362.
HSL color Cylindrical-coordinate representation of color #DA78EA: hue angle of 291.58º 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 #DA78EA is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 120 | 234 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.08 |
| HSL | 291.58º | 0.73% | 0.69% | - |
| HSV(B) | 291.58º | 0.49% | 0.92% | - |
| XYZ | 50.48 | 34.28 | 81.8 | - |
| YUV | 162.3 | 168.47 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 234 | 0.07 | 0.49 | 0 | 0.08 | 291.58 | 0.73 | 0.69 |
| Hex | DA | 78 | EA | 7 | 31 | 0 | 8 | 124 | 49 | 45 |
| Octal | 332 | 170 | 352 | 7 | 61 | 0 | 10 | 444 | 111 | 105 |
| Binary | 11011010 | 1111000 | 11101010 | 111 | 110001 | 0 | 1000 | 100100100 | 1001001 | 1000101 |
Color Harmonies of #DA78EA
Complementary color
Monochromatic Colors of #DA78EA
Black with #DA78EA
Text Example
Text Example
White with #DA78EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA78EA; }
p { color: rgb(218,120,234); }
H1.HeaderClassName
{
color: #DA78EA;
}
.AnyTagClassName
{
color: #DA78EA;
}
</style>
background-color css
<style>
a { background-color: #DA78EA; }
a { background-color: rgb(218,120,234); }
div.DivClassName
{
background-color: #DA78EA;
}
.BgClassName
{
background-color: #DA78EA;
}
</style>
border-color css
<style>
span { border-color: #DA78EA; }
span { border-color: rgb(218,120,234); }
td.TdClassName
{
border-color: #DA78EA;
}
.TagClassName
{
border-color: #DA78EA;
}
</style>