Shades of Heliotrope #DA54F5
Tints of Heliotrope #DA54F5
RGB
CMYK
RGB Variations
Color information
#DA54F5 (or 0xDA54F5) is known color: Heliotrope. HEX triplet: DA, 54 and F5. RGB value is (218,84,245). Sum of RGB (Red+Green+Blue) = 218+84+245=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 84 (33.20% from 255 or 15.36% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #DA54F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA54F5 is #25AB0A. Grayscale: #8D8D8D. Windows color (decimal): -2468619 or 16078042. OLE color: 16078042.
HSL color Cylindrical-coordinate representation of color #DA54F5: hue angle of 289.94º degrees, saturation: 0.89, 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 #DA54F5 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 218 | 84 | 245 | - |
CMYK | 0.11 | 0.66 | 0 | 0.04 |
HSL | 289.94º | 0.89% | 0.65% | - |
HSV(B) | 289.94º | 0.66% | 0.96% | - |
XYZ | 48.57 | 27.84 | 89.2 | - |
YUV | 142.42 | 185.89 | 181.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 84 | 245 | 0.11 | 0.66 | 0 | 0.04 | 289.94 | 0.89 | 0.65 |
Hex | DA | 54 | F5 | B | 42 | 0 | 4 | 122 | 59 | 41 |
Octal | 332 | 124 | 365 | 13 | 102 | 0 | 4 | 442 | 131 | 101 |
Binary | 11011010 | 1010100 | 11110101 | 1011 | 1000010 | 0 | 100 | 100100010 | 1011001 | 1000001 |
Color Harmonies of #DA54F5
Complementary color
Monochromatic Colors of #DA54F5
Black with #DA54F5
Text Example
Text Example
White with #DA54F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA54F5; }
p { color: rgb(218,84,245); }
H1.HeaderClassName
{
color: #DA54F5;
}
.AnyTagClassName
{
color: #DA54F5;
}
</style>
background-color css
<style>
a { background-color: #DA54F5; }
a { background-color: rgb(218,84,245); }
div.DivClassName
{
background-color: #DA54F5;
}
.BgClassName
{
background-color: #DA54F5;
}
</style>
border-color css
<style>
span { border-color: #DA54F5; }
span { border-color: rgb(218,84,245); }
td.TdClassName
{
border-color: #DA54F5;
}
.TagClassName
{
border-color: #DA54F5;
}
</style>