Plum (#DDA0DD) Web Color For Web Page Design

Everything about Plum (#DDA0DD) and hex colors to enhance web page design and your website development company. Get a multitude of palettes based on one color. Learn how to choose the right hex codes for web page design. Optimize your online projects with the power of triadic, tetradic, analogous colors, and more. Get inspired and design websites with ease for your web development company.

Plum (#DDA0DD) Color Hex

Plum (#DDA0DD) rgb(221, 160, 221)

Color spaces of Plum (#DDA0DD)

RGB221160221
HSL0.830.470.75
HSV3002887
CMYK0.000.280.00 0.13
XYZ55.440745.734274.3122
Yxy0.31590.2606
Hunter Lab67.627127.9871-17.8120
CIE-Lab73.372732.5391-21.9971

Base Numbers

BaseRedGreenBlue
Binary110111011010000011011101
Octal335240335
Decimal221160221
HexDDA0DD

Shades of Plum (#DDA0DD)

Tints of Plum (#DDA0DD)

RGB Percentages of Color Plum (#DDA0DD)

Red
Green
Blue

CMYK Percentages of Color Plum (#DDA0DD)

Cyan
Magenta
Yellow
Black

Analogous Colors of Plum (#DDA0DD)

Triadic Colors of Plum (#DDA0DD) separated with 120° angle

Copied!
HEX toggle hex RGB

Tetradic Colors of Plum (#DDA0DD) separated with 90° angle

Monochromatic Colors of Plum (#DDA0DD)

Complementary Color

Copied!
HEX toggle hex RGB

Pastel variations

Soft variations

Light variations

Hard variations

Pale variations

Plum (#DDA0DD) Color Preview on Black Background

This is Plum (#DDA0DD) on a black background

Plum (#DDA0DD) Color Preview on White Background

This is Plum (#DDA0DD) on a white background

Plum (#DDA0DD) Color CSS Codes

                .bckColor {background-color:#ff0000; } 
                .forColor {color:#ff0000; }
                .bordercolor {border:3px solid #ff0000; }

            

Plum (#DDA0DD) Text Font Color

This is a sample text written with the Plum (#DDA0DD) color.
This is a strong text written with the Plum (#DDA0DD) as well.

Plum (#DDA0DD) Background Color

                <div style="background-color:Plum (#DDA0DD)">
                    Text on the Plum (#DDA0DD) color
                </div>
            

Plum (#DDA0DD) Border Color

<div style="border:3px solid #ff0000">
                  Div here
                </div>
            

Css3 Examples

Text Shadow with RGB Values

                .rgbShadow {
                    text-shadow: 4px 4px 2px rgba(255,0,0, 0.8); } 
                .hexShadow { 
                    text-shadow: 4px 4px 2px #ff0000; }
                .divShadow { 
                    -moz-box-shadow: 1px 1px 3px 2px #ff0000;
                    -webkit-box-shadow: 1px 1px 3px 2px #ff0000;
                    box-shadow:         1px 1px 3px 2px #ff0000; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px rgb(221, 160, 221);">Text here</p>

This is a text with rgb(221, 160, 221) as a shadow color.

Div Box Shadow

                <div style="-moz-box-shadow: 1px 1px 3px 2px #DDA0DD;
                  -webkit-box-shadow: 1px 1px 3px 2px #DDA0DD;
                  box-shadow:         1px 1px 3px 2px #DDA0DD;">
                    Div content here
                </div>
            
An html Div with text shadow using #DDA0DD color hex code

Related palettes