COLOR #DD8879

HEX: #DD8879 RGB: (221,136,121)

Color info

#DD8879 contains mainly red color. Web safe color of #DD8879 is #CC9966 (or #C96).

RGB color model

#DD8879 color RGB value is (221,136,121).

RGB: (221,136,121) (87%, 53%, 47%)

RGB channels and saturation

R 221 of 255 = 87%
G 136 of 255 = 53%
B 121 of 255 = 47%

221
136
121

R + G + B ~ 62%. #DD8879 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 136 + 121 = 478 (100%)
R 221 of 478 ~ 46.23%
G 136 of 478 ~ 28.45%
B 121 of 478 ~ 25.31'%

%46.23
%28.45
%25.31

CMYK color model

#DD8879 color CMYK value is (0,38,45,13).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 45.25%
  • key color value is 13.33%

CMYK: (0,38,45,13)
C0M38Y45K13 (0%, 38%, 45%, 13%)
(0.00 / 0.38 / 0.45 / 0.13)

CMYK percentages

%0
%38.46
%45.25
%13.33

Codes

Color #DD8879 in popluar color models

DD 88 79
RGB 221 136 121
HSL 59.52% 67.06%
HSB/HSV 45.25% 86.67%
CMYK 0.00% 38.46% 45.25%
13.33%

Color #DD8879 in popluar number systems.

HEX DD 88 79
Decimal 221 136 121
Binary 11011101 10001000 1111001
Octal 335 210 171

Shades and tints

Shades of #DD8879

#DD8879
(221,136,121)
#C97C6E
(201,124,110)
#B57063
(181,112,99)
#A16458
(161,100,88)
#8D584D
(141,88,77)
#794C42
(121,76,66)
#654037
(101,64,55)
#51342C
(81,52,44)
#3D2821
(61,40,33)
#291C16
(41,28,22)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #DD8879

#DD8879
(221,136,121)
#E09285
(224,146,133)
#E39C91
(227,156,145)
#E6A69D
(230,166,157)
#E9B0A9
(233,176,169)
#ECBAB5
(236,186,181)
#EFC4C1
(239,196,193)
#F2CECD
(242,206,205)
#F5D8D9
(245,216,217)
#F8E2E5
(248,226,229)
#FBECF1
(251,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8879 color. Also use rgb(221,136,121) instead hex code.

Text Font Color

.myTextColor { color: #DD8879; }

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

This text font color is #DD8879.

Background Color

.myBgColor { background-color: #DD8879; }

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

This div background color is #DD8879.

Border color

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

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

This div border color is #DD8879.

Opacity

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

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

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

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

This text has shadow with #DD8879 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD8879.

Preview

Color preview on black background

This text has color #DD8879 on black background.


Color preview on white background

This text has color #DD8879 on white background.


Black color preview on #DD8879 background

This text has black color on #DD8879 background.


White color preview on #DD8879 background

This text has white color on #DD8879 background.


Related colors

Complementary color

Complementary color for #hex is #227786.


I love getcolorcode.com

Triadic colors

1 #79DD88 and #8879DD with #DD8879 are triadic colors.

2 #7988DD and #88DD79 with #DD8879 are triadic colors.