COLOR #DDA0DD

HEX: #DDA0DD
RGB: (221,160,221)

Color info

Color name is Plum. #DDA0DD contains mainly red and blue colors. Web safe color of #DDA0DD is #CC99CC (or #C9C).

RGB color model

#DDA0DD color RGB value is (221,160,221).

  • red value is 221;
  • green value is 160;
  • blue value is 221.
RGB:
(221,160,221)
(87%,63%,87%)

RGB channels and saturation

R 221 of 255 = 87%
G 160 of 255 = 63%
B 221 of 255 = 87%

221
160
221

R + G + B ~ 79%. #DDA0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 160 + 221 = 602 (100%)
R 221 of 602 ~ 36.71%
G 160 of 602 ~ 26.58%
B 221 of 602 ~ 36.71%

%36.71
%26.58
%36.71

CMYK color model

#DDA0DD color CMYK value is (0,28,0,13).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(0,28,0,13)
C0M28Y0K13 
(0%,28%,0%,13%)
(0.00/0.28/0.00/0.13)	

CMYK percentages

%0
%27.6
%0
%13.33

Codes

Color #DDA0DD in popluar color models

DDA0DD
RGB221160221
HSL300°47.29%74.71%
HSB/HSV300°27.60%86.67%
CMYK0.00%27.60%0.00%
13.33%

Color #DDA0DD in popluar number systems.

HEXDDA0DD
Decimal221160221
Binary110111011010000011011101
Octal335240335

Shades and tints

Shades of #DDA0DD

#DDA0DD
(221,160,221)
#C992C9
(201,146,201)
#B584B5
(181,132,181)
#A176A1
(161,118,161)
#8D688D
(141,104,141)
#795A79
(121,90,121)
#654C65
(101,76,101)
#513E51
(81,62,81)
#3D303D
(61,48,61)
#292229
(41,34,41)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #DDA0DD

#DDA0DD
(221,160,221)
#E0A8E0
(224,168,224)
#E3B0E3
(227,176,227)
#E6B8E6
(230,184,230)
#E9C0E9
(233,192,233)
#ECC8EC
(236,200,236)
#EFD0EF
(239,208,239)
#F2D8F2
(242,216,242)
#F5E0F5
(245,224,245)
#F8E8F8
(248,232,248)
#FBF0FB
(251,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA0DD color. Also use rgb(221,160,221) instead hex code.

Text Font Color

.myTextColor { color: #DDA0DD; }

<p style="color:#DDA0DD">This sample text font color is #DDA0DD.</p>

This text font color is #DDA0DD.


Background Color

.myBgColor { background-color: #DDA0DD; }

<div style="background-color:#DDA0DD">Inner text</div>

This div background color is #DDA0DD.


Border color

.myBorderColor { border: 1px solid #DDA0DD; }

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

This div border color is #DDA0DD.


Opacity

.myOpacity80 { color: #DDA0DD; opacity: 0.8; }

<p style="color:#DDA0DD;opacity:0.8;">80%</p>

Text with #DDA0DD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DDA0DD;}

<p style="text-shadow: 3px 3px 1px #DDA0DD">Text here.</p>

This text has shadow with #DDA0DD color.

.textShadow {text-shadow: 3px 3px 1px #DDA0DD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DDA0DD, 5px 5px 20px red">Text here.</p>

This text has shadow with #DDA0DD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDA0DD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DDA0DD, Direction=45, Strength=4)">Text</p>

This text has shadow with #DDA0DD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DDA0DD;
  -webkit-box-shadow:	1px 1px 3px 2px #DDA0DD;
  box-shadow:		1px 1px 3px 2px #DDA0DD;
}

/* html code with inline style */
<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>
This div box has shadow with color #DDA0DD.

Preview

Color preview on black background

This text has color #DDA0DD on black background.


Color preview on white background

This text has color #DDA0DD on white background.



Black color preview on #DDA0DD background

This text has black color on #DDA0DD background.


White color preview on #DDA0DD background

This text has white color on #DDA0DD background.