COLOR #DD6E70

HEX: #DD6E70 RGB: (221,110,112)

Color info

#DD6E70 contains mainly red color. Web safe color of #DD6E70 is #CC6666 (or #C66).

RGB color model

#DD6E70 color RGB value is (221,110,112).

RGB: (221,110,112) (87%, 43%, 44%)

RGB channels and saturation

R 221 of 255 = 87%
G 110 of 255 = 43%
B 112 of 255 = 44%

221
110
112

R + G + B ~ 58%. #DD6E70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 221 + 110 + 112 = 443 (100%)
R 221 of 443 ~ 49.89%
G 110 of 443 ~ 24.83%
B 112 of 443 ~ 25.28'%

%49.89
%24.83
%25.28

CMYK color model

#DD6E70 color CMYK value is (0,50,49,13).

  • cyan value is 0.00%
  • magenta value is 50.23%
  • yellow value is 49.32%
  • key color value is 13.33%

CMYK: (0,50,49,13)
C0M50Y49K13 (0%, 50%, 49%, 13%)
(0.00 / 0.50 / 0.49 / 0.13)

CMYK percentages

%0
%50.23
%49.32
%13.33

Codes

Color #DD6E70 in popluar color models

DD 6E 70
RGB 221 110 112
HSL 359° 62.01% 64.90%
HSB/HSV 359° 50.23% 86.67%
CMYK 0.00% 50.23% 49.32%
13.33%

Color #DD6E70 in popluar number systems.

HEX DD 6E 70
Decimal 221 110 112
Binary 11011101 1101110 1110000
Octal 335 156 160

Shades and tints

Shades of #DD6E70

#DD6E70
(221,110,112)
#C96466
(201,100,102)
#B55A5C
(181,90,92)
#A15052
(161,80,82)
#8D4648
(141,70,72)
#793C3E
(121,60,62)
#653234
(101,50,52)
#51282A
(81,40,42)
#3D1E20
(61,30,32)
#291416
(41,20,22)
#150A0C
(21,10,12)
#000000
(0,0,0)

Tints of #DD6E70

#DD6E70
(221,110,112)
#E07B7D
(224,123,125)
#E3888A
(227,136,138)
#E69597
(230,149,151)
#E9A2A4
(233,162,164)
#ECAFB1
(236,175,177)
#EFBCBE
(239,188,190)
#F2C9CB
(242,201,203)
#F5D6D8
(245,214,216)
#F8E3E5
(248,227,229)
#FBF0F2
(251,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD6E70 color. Also use rgb(221,110,112) instead hex code.

Text Font Color

.myTextColor { color: #DD6E70; }

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

This text font color is #DD6E70.

Background Color

.myBgColor { background-color: #DD6E70; }

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

This div background color is #DD6E70.

Border color

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

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

This div border color is #DD6E70.

Opacity

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

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

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

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

This text has shadow with #DD6E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD6E70.

Preview

Color preview on black background

This text has color #DD6E70 on black background.


Color preview on white background

This text has color #DD6E70 on white background.


Black color preview on #DD6E70 background

This text has black color on #DD6E70 background.


White color preview on #DD6E70 background

This text has white color on #DD6E70 background.


Related colors

Complementary color

Complementary color for #hex is #22918F.


I love getcolorcode.com

Triadic colors

1 #70DD6E and #6E70DD with #DD6E70 are triadic colors.

2 #706EDD and #6EDD70 with #DD6E70 are triadic colors.