COLOR #DD9DDC

HEX: #DD9DDC
RGB: (221,157,220)

Color info

#DD9DDC contains mainly red and blue colors. Web safe color of #DD9DDC is #CC99CC (or #C9C).

RGB color model

#DD9DDC color RGB value is (221,157,220).

  • red value is 221;
  • green value is 157;
  • blue value is 220.
RGB:
(221,157,220)
(87%,62%,86%)

RGB channels and saturation

R 221 of 255 = 87%
G 157 of 255 = 62%
B 220 of 255 = 86%

221
157
220

R + G + B ~ 78%. #DD9DDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 157 + 220 = 598 (100%)
R 221 of 598 ~ 36.96%
G 157 of 598 ~ 26.25%
B 220 of 598 ~ 36.79%

%36.96
%26.25
%36.79

CMYK color model

#DD9DDC color CMYK value is (0,29,0,13).

  • cyan value is 0.00%
  • magenta value is 28.96%
  • yellow value is 0.45%
  • key color value is 13.33%
CMYK:
(0,29,0,13)
C0M29Y0K13 
(0%,29%,0%,13%)
(0.00/0.29/0.00/0.13)	

CMYK percentages

%0
%28.96
%0.45
%13.33

Codes

Color #DD9DDC in popluar color models

DD9DDC
RGB221157220
HSL301°48.48%74.12%
HSB/HSV301°28.96%86.67%
CMYK0.00%28.96%0.45%
13.33%

Color #DD9DDC in popluar number systems.

HEXDD9DDC
Decimal221157220
Binary110111011001110111011100
Octal335235334

Shades and tints

Shades of #DD9DDC

#DD9DDC
(221,157,220)
#C98FC8
(201,143,200)
#B581B4
(181,129,180)
#A173A0
(161,115,160)
#8D658C
(141,101,140)
#795778
(121,87,120)
#654964
(101,73,100)
#513B50
(81,59,80)
#3D2D3C
(61,45,60)
#291F28
(41,31,40)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #DD9DDC

#DD9DDC
(221,157,220)
#E0A5DF
(224,165,223)
#E3ADE2
(227,173,226)
#E6B5E5
(230,181,229)
#E9BDE8
(233,189,232)
#ECC5EB
(236,197,235)
#EFCDEE
(239,205,238)
#F2D5F1
(242,213,241)
#F5DDF4
(245,221,244)
#F8E5F7
(248,229,247)
#FBEDFA
(251,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9DDC; }

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

This text font color is #DD9DDC.


Background Color

.myBgColor { background-color: #DD9DDC; }

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

This div background color is #DD9DDC.


Border color

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

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

This div border color is #DD9DDC.


Opacity

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

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

Text with #DD9DDC 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 #DD9DDC;}

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

This text has shadow with #DD9DDC color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DD9DDC;
-webkit-box-shadow: 1px 1px 3px 2px #DD9DDC;
box-shadow:1px 1px 3px 2px #DD9DDC;">
Div content here</div>
This div box has shadow with color #DD9DDC.

Preview

Color preview on black background

This text has color #DD9DDC on black background.


Color preview on white background

This text has color #DD9DDC on white background.



Black color preview on #DD9DDC background

This text has black color on #DD9DDC background.


White color preview on #DD9DDC background

This text has white color on #DD9DDC background.