COLOR #DD9DDB

HEX: #DD9DDB
RGB: (221,157,219)

Color info

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

RGB color model

#DD9DDB color RGB value is (221,157,219).

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

RGB channels and saturation

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

221
157
219

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

Portions of RGB colors in percentages

R + G + B =
221 + 157 + 219 = 597 (100%)
R 221 of 597 ~ 37.02%
G 157 of 597 ~ 26.3%
B 219 of 597 ~ 36.68%

%37.02
%26.3
%36.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.96%
  • yellow value is 0.90%
  • key color value is 13.33%
CMYK:
(0,29,1,13)
C0M29Y1K13 
(0%,29%,1%,13%)
(0.00/0.29/0.01/0.13)	

CMYK percentages

%0
%28.96
%0.9
%13.33

Codes

Color #DD9DDB in popluar color models

DD9DDB
RGB221157219
HSL302°48.48%74.12%
HSB/HSV302°28.96%86.67%
CMYK0.00%28.96%0.90%
13.33%

Color #DD9DDB in popluar number systems.

HEXDD9DDB
Decimal221157219
Binary110111011001110111011011
Octal335235333

Shades and tints

Shades of #DD9DDB

#DD9DDB
(221,157,219)
#C98FC8
(201,143,200)
#B581B5
(181,129,181)
#A173A2
(161,115,162)
#8D658F
(141,101,143)
#79577C
(121,87,124)
#654969
(101,73,105)
#513B56
(81,59,86)
#3D2D43
(61,45,67)
#291F30
(41,31,48)
#15111D
(21,17,29)
#000000
(0,0,0)

Tints of #DD9DDB

#DD9DDB
(221,157,219)
#E0A5DE
(224,165,222)
#E3ADE1
(227,173,225)
#E6B5E4
(230,181,228)
#E9BDE7
(233,189,231)
#ECC5EA
(236,197,234)
#EFCDED
(239,205,237)
#F2D5F0
(242,213,240)
#F5DDF3
(245,221,243)
#F8E5F6
(248,229,246)
#FBEDF9
(251,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9DDB; }

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

This text font color is #DD9DDB.


Background Color

.myBgColor { background-color: #DD9DDB; }

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

This div background color is #DD9DDB.


Border color

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

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

This div border color is #DD9DDB.


Opacity

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

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

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

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

This text has shadow with #DD9DDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9DDB on black background.


Color preview on white background

This text has color #DD9DDB on white background.



Black color preview on #DD9DDB background

This text has black color on #DD9DDB background.


White color preview on #DD9DDB background

This text has white color on #DD9DDB background.