CSS Color Background

Deep Cerise

Pure CSS color background: #DA3287. Use this solid color for personal and commercial creative projects.

Preview

Deep Cerise solid color background preview (#DA3287)

Color value: #DA3287

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #DA3287; }

HTML Code

<section class="hero deep-cerise-bg"> <h2>Your content</h2> </section> <style> .deep-cerise-bg { background-color: #DA3287; } </style>