Shades of Heliotrope #DA54F3
Tints of Heliotrope #DA54F3
RGB
CMYK
RGB Variations
Color information
#DA54F3 (or 0xDA54F3) is known color: Heliotrope. HEX triplet: DA, 54 and F3. RGB value is (218,84,243). Sum of RGB (Red+Green+Blue) = 218+84+243=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 84 (33.20% from 255 or 15.41% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #DA54F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA54F3 is #25AB0C. Grayscale: #8D8D8D. Windows color (decimal): -2468621 or 15946970. OLE color: 15946970.
HSL color Cylindrical-coordinate representation of color #DA54F3: hue angle of 290.57º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA54F3 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 84 | 243 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.05 |
| HSL | 290.57º | 0.87% | 0.64% | - |
| HSV(B) | 290.57º | 0.65% | 0.95% | - |
| XYZ | 48.26 | 27.72 | 87.6 | - |
| YUV | 142.19 | 184.89 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 243 | 0.10 | 0.65 | 0 | 0.05 | 290.57 | 0.87 | 0.64 |
| Hex | DA | 54 | F3 | A | 41 | 0 | 5 | 123 | 57 | 40 |
| Octal | 332 | 124 | 363 | 12 | 101 | 0 | 5 | 443 | 127 | 100 |
| Binary | 11011010 | 1010100 | 11110011 | 1010 | 1000001 | 0 | 101 | 100100011 | 1010111 | 1000000 |
Color Harmonies of #DA54F3
Complementary color
Monochromatic Colors of #DA54F3
Black with #DA54F3
Text Example
Text Example
White with #DA54F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA54F3; }
p { color: rgb(218,84,243); }
H1.HeaderClassName
{
color: #DA54F3;
}
.AnyTagClassName
{
color: #DA54F3;
}
</style>
background-color css
<style>
a { background-color: #DA54F3; }
a { background-color: rgb(218,84,243); }
div.DivClassName
{
background-color: #DA54F3;
}
.BgClassName
{
background-color: #DA54F3;
}
</style>
border-color css
<style>
span { border-color: #DA54F3; }
span { border-color: rgb(218,84,243); }
td.TdClassName
{
border-color: #DA54F3;
}
.TagClassName
{
border-color: #DA54F3;
}
</style>