CSS Color Background

Medium Lavender Magenta

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

Preview

Medium Lavender Magenta solid color background preview (#DDA0DD)

Color value: #DDA0DD

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #DDA0DD; }

HTML Code

<section class="hero medium-lavender-magenta-bg"> <h2>Your content</h2> </section> <style> .medium-lavender-magenta-bg { background-color: #DDA0DD; } </style>