I have this div :
<div style="background-color: rgba(219, 70, 117, 0.83);">
I would like to change the rgba with hexa color. But I want to conserve the transparent (0.83).
How can I do that ?
This is because I have a scope in my JS how give me only an hexa
value.