Shades of Heliotrope #DA54F6
Tints of Heliotrope #DA54F6
RGB
CMYK
RGB Variations
Color information
#DA54F6 (or 0xDA54F6) is known color: Heliotrope. HEX triplet: DA, 54 and F6. RGB value is (218,84,246). Sum of RGB (Red+Green+Blue) = 218+84+246=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 84 (33.20% from 255 or 15.33% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #DA54F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA54F6 is #25AB09. Grayscale: #8E8E8E. Windows color (decimal): -2468618 or 16143578. OLE color: 16143578.
HSL color Cylindrical-coordinate representation of color #DA54F6: hue angle of 289.63º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA54F6 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 84 | 246 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.04 |
| HSL | 289.63º | 0.9% | 0.65% | - |
| HSV(B) | 289.63º | 0.66% | 0.96% | - |
| XYZ | 48.72 | 27.9 | 90.01 | - |
| YUV | 142.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 246 | 0.11 | 0.66 | 0 | 0.04 | 289.63 | 0.9 | 0.65 |
| Hex | DA | 54 | F6 | B | 42 | 0 | 4 | 122 | 5A | 41 |
| Octal | 332 | 124 | 366 | 13 | 102 | 0 | 4 | 442 | 132 | 101 |
| Binary | 11011010 | 1010100 | 11110110 | 1011 | 1000010 | 0 | 100 | 100100010 | 1011010 | 1000001 |
Color Harmonies of #DA54F6
Complementary color
Monochromatic Colors of #DA54F6
Black with #DA54F6
Text Example
Text Example
White with #DA54F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA54F6; }
p { color: rgb(218,84,246); }
H1.HeaderClassName
{
color: #DA54F6;
}
.AnyTagClassName
{
color: #DA54F6;
}
</style>
background-color css
<style>
a { background-color: #DA54F6; }
a { background-color: rgb(218,84,246); }
div.DivClassName
{
background-color: #DA54F6;
}
.BgClassName
{
background-color: #DA54F6;
}
</style>
border-color css
<style>
span { border-color: #DA54F6; }
span { border-color: rgb(218,84,246); }
td.TdClassName
{
border-color: #DA54F6;
}
.TagClassName
{
border-color: #DA54F6;
}
</style>