COLOR #DD9EB2

HEX: #DD9EB2 RGB: (221,158,178)

Color info

#DD9EB2 contains mainly red and blue colors. Web safe color of #DD9EB2 is #CC9999 (or #C99).

RGB color model

#DD9EB2 color RGB value is (221,158,178).

RGB: (221,158,178) (87%, 62%, 70%)

RGB channels and saturation

R 221 of 255 = 87%
G 158 of 255 = 62%
B 178 of 255 = 70%

221
158
178

R + G + B ~ 73%. #DD9EB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 158 + 178 = 557 (100%)
R 221 of 557 ~ 39.68%
G 158 of 557 ~ 28.37%
B 178 of 557 ~ 31.96'%

%39.68
%28.37
%31.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.51%
  • yellow value is 19.46%
  • key color value is 13.33%

CMYK: (0,29,19,13)
C0M29Y19K13 (0%, 29%, 19%, 13%)
(0.00 / 0.29 / 0.19 / 0.13)

CMYK percentages

%0
%28.51
%19.46
%13.33

Codes

Color #DD9EB2 in popluar color models

DD 9E B2
RGB 221 158 178
HSL 341° 48.09% 74.31%
HSB/HSV 341° 28.51% 86.67%
CMYK 0.00% 28.51% 19.46%
13.33%

Color #DD9EB2 in popluar number systems.

HEX DD 9E B2
Decimal 221 158 178
Binary 11011101 10011110 10110010
Octal 335 236 262

Shades and tints

Shades of #DD9EB2

#DD9EB2
(221,158,178)
#C990A2
(201,144,162)
#B58292
(181,130,146)
#A17482
(161,116,130)
#8D6672
(141,102,114)
#795862
(121,88,98)
#654A52
(101,74,82)
#513C42
(81,60,66)
#3D2E32
(61,46,50)
#292022
(41,32,34)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #DD9EB2

#DD9EB2
(221,158,178)
#E0A6B9
(224,166,185)
#E3AEC0
(227,174,192)
#E6B6C7
(230,182,199)
#E9BECE
(233,190,206)
#ECC6D5
(236,198,213)
#EFCEDC
(239,206,220)
#F2D6E3
(242,214,227)
#F5DEEA
(245,222,234)
#F8E6F1
(248,230,241)
#FBEEF8
(251,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9EB2; }

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

This text font color is #DD9EB2.

Background Color

.myBgColor { background-color: #DD9EB2; }

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

This div background color is #DD9EB2.

Border color

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

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

This div border color is #DD9EB2.

Opacity

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

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

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

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

This text has shadow with #DD9EB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD9EB2.

Preview

Color preview on black background

This text has color #DD9EB2 on black background.


Color preview on white background

This text has color #DD9EB2 on white background.


Black color preview on #DD9EB2 background

This text has black color on #DD9EB2 background.


White color preview on #DD9EB2 background

This text has white color on #DD9EB2 background.


Related colors

Complementary color

Complementary color for #hex is #22614D.


I love getcolorcode.com

Triadic colors

1 #B2DD9E and #9EB2DD with #DD9EB2 are triadic colors.

2 #B29EDD and #9EDDB2 with #DD9EB2 are triadic colors.