COLOR #DD829C

HEX: #DD829C RGB: (221,130,156)

Color info

#DD829C contains mainly red color. Web safe color of #DD829C is #CC9999 (or #C99).

RGB color model

#DD829C color RGB value is (221,130,156).

RGB: (221,130,156) (87%, 51%, 61%)

RGB channels and saturation

R 221 of 255 = 87%
G 130 of 255 = 51%
B 156 of 255 = 61%

221
130
156

R + G + B ~ 66%. #DD829C is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 130 + 156 = 507 (100%)
R 221 of 507 ~ 43.59%
G 130 of 507 ~ 25.64%
B 156 of 507 ~ 30.77'%

%43.59
%25.64
%30.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 29.41%
  • key color value is 13.33%

CMYK: (0,41,29,13)
C0M41Y29K13 (0%, 41%, 29%, 13%)
(0.00 / 0.41 / 0.29 / 0.13)

CMYK percentages

%0
%41.18
%29.41
%13.33

Codes

Color #DD829C in popluar color models

DD 82 9C
RGB 221 130 156
HSL 343° 57.23% 68.82%
HSB/HSV 343° 41.18% 86.67%
CMYK 0.00% 41.18% 29.41%
13.33%

Color #DD829C in popluar number systems.

HEX DD 82 9C
Decimal 221 130 156
Binary 11011101 10000010 10011100
Octal 335 202 234

Shades and tints

Shades of #DD829C

#DD829C
(221,130,156)
#C9778E
(201,119,142)
#B56C80
(181,108,128)
#A16172
(161,97,114)
#8D5664
(141,86,100)
#794B56
(121,75,86)
#654048
(101,64,72)
#51353A
(81,53,58)
#3D2A2C
(61,42,44)
#291F1E
(41,31,30)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #DD829C

#DD829C
(221,130,156)
#E08DA5
(224,141,165)
#E398AE
(227,152,174)
#E6A3B7
(230,163,183)
#E9AEC0
(233,174,192)
#ECB9C9
(236,185,201)
#EFC4D2
(239,196,210)
#F2CFDB
(242,207,219)
#F5DAE4
(245,218,228)
#F8E5ED
(248,229,237)
#FBF0F6
(251,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD829C; }

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

This text font color is #DD829C.

Background Color

.myBgColor { background-color: #DD829C; }

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

This div background color is #DD829C.

Border color

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

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

This div border color is #DD829C.

Opacity

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

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

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

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

This text has shadow with #DD829C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD829C.

Preview

Color preview on black background

This text has color #DD829C on black background.


Color preview on white background

This text has color #DD829C on white background.


Black color preview on #DD829C background

This text has black color on #DD829C background.


White color preview on #DD829C background

This text has white color on #DD829C background.


Related colors

Complementary color

Complementary color for #hex is #227D63.


I love getcolorcode.com

Triadic colors

1 #9CDD82 and #829CDD with #DD829C are triadic colors.

2 #9C82DD and #82DD9C with #DD829C are triadic colors.