I think I found the possible solution with MediaUrls.BuildUrl()?
<div style="background-image: url(@MediaUrls.BuildUrl(Image.Data, UrlKind.Public));"></div>
Does this look reasonable?