COLOR #DD778A

HEX: #DD778A RGB: (221,119,138)

Color info

#DD778A contains mainly red color. Web safe color of #DD778A is #CC6699 (or #C69).

RGB color model

#DD778A color RGB value is (221,119,138).

RGB: (221,119,138) (87%, 47%, 54%)

RGB channels and saturation

R 221 of 255 = 87%
G 119 of 255 = 47%
B 138 of 255 = 54%

221
119
138

R + G + B ~ 63%. #DD778A is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 119 + 138 = 478 (100%)
R 221 of 478 ~ 46.23%
G 119 of 478 ~ 24.9%
B 138 of 478 ~ 28.87'%

%46.23
%24.9
%28.87

CMYK color model

#DD778A color CMYK value is (0,46,38,13).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 37.56%
  • key color value is 13.33%

CMYK: (0,46,38,13)
C0M46Y38K13 (0%, 46%, 38%, 13%)
(0.00 / 0.46 / 0.38 / 0.13)

CMYK percentages

%0
%46.15
%37.56
%13.33

Codes

Color #DD778A in popluar color models

DD 77 8A
RGB 221 119 138
HSL 349° 60.00% 66.67%
HSB/HSV 349° 46.15% 86.67%
CMYK 0.00% 46.15% 37.56%
13.33%

Color #DD778A in popluar number systems.

HEX DD 77 8A
Decimal 221 119 138
Binary 11011101 1110111 10001010
Octal 335 167 212

Shades and tints

Shades of #DD778A

#DD778A
(221,119,138)
#C96D7E
(201,109,126)
#B56372
(181,99,114)
#A15966
(161,89,102)
#8D4F5A
(141,79,90)
#79454E
(121,69,78)
#653B42
(101,59,66)
#513136
(81,49,54)
#3D272A
(61,39,42)
#291D1E
(41,29,30)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #DD778A

#DD778A
(221,119,138)
#E08394
(224,131,148)
#E38F9E
(227,143,158)
#E69BA8
(230,155,168)
#E9A7B2
(233,167,178)
#ECB3BC
(236,179,188)
#EFBFC6
(239,191,198)
#F2CBD0
(242,203,208)
#F5D7DA
(245,215,218)
#F8E3E4
(248,227,228)
#FBEFEE
(251,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD778A color. Also use rgb(221,119,138) instead hex code.

Text Font Color

.myTextColor { color: #DD778A; }

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

This text font color is #DD778A.

Background Color

.myBgColor { background-color: #DD778A; }

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

This div background color is #DD778A.

Border color

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

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

This div border color is #DD778A.

Opacity

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

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

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

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

This text has shadow with #DD778A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD778A.

Preview

Color preview on black background

This text has color #DD778A on black background.


Color preview on white background

This text has color #DD778A on white background.


Black color preview on #DD778A background

This text has black color on #DD778A background.


White color preview on #DD778A background

This text has white color on #DD778A background.


Related colors

Complementary color

Complementary color for #hex is #228875.


I love getcolorcode.com

Triadic colors

1 #8ADD77 and #778ADD with #DD778A are triadic colors.

2 #8A77DD and #77DD8A with #DD778A are triadic colors.