COLOR #DD9DD6

HEX: #DD9DD6
RGB: (221,157,214)

Color info

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

RGB color model

#DD9DD6 color RGB value is (221,157,214).

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

RGB channels and saturation

R 221 of 255 = 87%
G 157 of 255 = 62%
B 214 of 255 = 84%

221
157
214

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

Portions of RGB colors in percentages

R + G + B =
221 + 157 + 214 = 592 (100%)
R 221 of 592 ~ 37.33%
G 157 of 592 ~ 26.52%
B 214 of 592 ~ 36.15%

%37.33
%26.52
%36.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.96%
  • yellow value is 3.17%
  • key color value is 13.33%
CMYK:
(0,29,3,13)
C0M29Y3K13 
(0%,29%,3%,13%)
(0.00/0.29/0.03/0.13)	

CMYK percentages

%0
%28.96
%3.17
%13.33

Codes

Color #DD9DD6 in popluar color models

DD9DD6
RGB221157214
HSL307°48.48%74.12%
HSB/HSV307°28.96%86.67%
CMYK0.00%28.96%3.17%
13.33%

Color #DD9DD6 in popluar number systems.

HEXDD9DD6
Decimal221157214
Binary110111011001110111010110
Octal335235326

Shades and tints

Shades of #DD9DD6

#DD9DD6
(221,157,214)
#C98FC3
(201,143,195)
#B581B0
(181,129,176)
#A1739D
(161,115,157)
#8D658A
(141,101,138)
#795777
(121,87,119)
#654964
(101,73,100)
#513B51
(81,59,81)
#3D2D3E
(61,45,62)
#291F2B
(41,31,43)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #DD9DD6

#DD9DD6
(221,157,214)
#E0A5D9
(224,165,217)
#E3ADDC
(227,173,220)
#E6B5DF
(230,181,223)
#E9BDE2
(233,189,226)
#ECC5E5
(236,197,229)
#EFCDE8
(239,205,232)
#F2D5EB
(242,213,235)
#F5DDEE
(245,221,238)
#F8E5F1
(248,229,241)
#FBEDF4
(251,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9DD6; }

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

This text font color is #DD9DD6.


Background Color

.myBgColor { background-color: #DD9DD6; }

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

This div background color is #DD9DD6.


Border color

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

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

This div border color is #DD9DD6.


Opacity

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

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

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

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

This text has shadow with #DD9DD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9DD6 on black background.


Color preview on white background

This text has color #DD9DD6 on white background.



Black color preview on #DD9DD6 background

This text has black color on #DD9DD6 background.


White color preview on #DD9DD6 background

This text has white color on #DD9DD6 background.