Shades of Heliotrope #DA78FA
Tints of Heliotrope #DA78FA
RGB
CMYK
RGB Variations
Color information
#DA78FA (or 0xDA78FA) is known color: Heliotrope. HEX triplet: DA, 78 and FA. RGB value is (218,120,250). Sum of RGB (Red+Green+Blue) = 218+120+250=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 120 (47.27% from 255 or 20.41% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA78FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA78FA is #258705. Grayscale: #A3A3A3. Windows color (decimal): -2459398 or 16414938. OLE color: 16414938.
HSL color Cylindrical-coordinate representation of color #DA78FA: hue angle of 285.23º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA78FA is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 120 | 250 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.02 |
| HSL | 285.23º | 0.93% | 0.73% | - |
| HSV(B) | 285.23º | 0.52% | 0.98% | - |
| XYZ | 52.89 | 35.24 | 94.46 | - |
| YUV | 164.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 250 | 0.13 | 0.52 | 0 | 0.02 | 285.23 | 0.93 | 0.73 |
| Hex | DA | 78 | FA | D | 34 | 0 | 2 | 11D | 5D | 49 |
| Octal | 332 | 170 | 372 | 15 | 64 | 0 | 2 | 435 | 135 | 111 |
| Binary | 11011010 | 1111000 | 11111010 | 1101 | 110100 | 0 | 10 | 100011101 | 1011101 | 1001001 |
Color Harmonies of #DA78FA
Complementary color
Monochromatic Colors of #DA78FA
Black with #DA78FA
Text Example
Text Example
White with #DA78FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA78FA; }
p { color: rgb(218,120,250); }
H1.HeaderClassName
{
color: #DA78FA;
}
.AnyTagClassName
{
color: #DA78FA;
}
</style>
background-color css
<style>
a { background-color: #DA78FA; }
a { background-color: rgb(218,120,250); }
div.DivClassName
{
background-color: #DA78FA;
}
.BgClassName
{
background-color: #DA78FA;
}
</style>
border-color css
<style>
span { border-color: #DA78FA; }
span { border-color: rgb(218,120,250); }
td.TdClassName
{
border-color: #DA78FA;
}
.TagClassName
{
border-color: #DA78FA;
}
</style>