Shades of Heliotrope #DA54F9
Tints of Heliotrope #DA54F9
RGB
CMYK
RGB Variations
Color information
#DA54F9 (or 0xDA54F9) is known color: Heliotrope. HEX triplet: DA, 54 and F9. RGB value is (218,84,249). Sum of RGB (Red+Green+Blue) = 218+84+249=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 84 (33.20% from 255 or 15.25% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA54F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA54F9 is #25AB06. Grayscale: #8E8E8E. Windows color (decimal): -2468615 or 16340186. OLE color: 16340186.
HSL color Cylindrical-coordinate representation of color #DA54F9: hue angle of 288.73º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA54F9 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 84 | 249 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.02 |
| HSL | 288.73º | 0.93% | 0.65% | - |
| HSV(B) | 288.73º | 0.66% | 0.98% | - |
| XYZ | 49.18 | 28.09 | 92.45 | - |
| YUV | 142.88 | 187.89 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 249 | 0.12 | 0.66 | 0 | 0.02 | 288.73 | 0.93 | 0.65 |
| Hex | DA | 54 | F9 | C | 42 | 0 | 2 | 121 | 5D | 41 |
| Octal | 332 | 124 | 371 | 14 | 102 | 0 | 2 | 441 | 135 | 101 |
| Binary | 11011010 | 1010100 | 11111001 | 1100 | 1000010 | 0 | 10 | 100100001 | 1011101 | 1000001 |
Color Harmonies of #DA54F9
Complementary color
Monochromatic Colors of #DA54F9
Black with #DA54F9
Text Example
Text Example
White with #DA54F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA54F9; }
p { color: rgb(218,84,249); }
H1.HeaderClassName
{
color: #DA54F9;
}
.AnyTagClassName
{
color: #DA54F9;
}
</style>
background-color css
<style>
a { background-color: #DA54F9; }
a { background-color: rgb(218,84,249); }
div.DivClassName
{
background-color: #DA54F9;
}
.BgClassName
{
background-color: #DA54F9;
}
</style>
border-color css
<style>
span { border-color: #DA54F9; }
span { border-color: rgb(218,84,249); }
td.TdClassName
{
border-color: #DA54F9;
}
.TagClassName
{
border-color: #DA54F9;
}
</style>