COLOR #DD9490

HEX: #DD9490 RGB: (221,148,144)

Color info

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

RGB color model

#DD9490 color RGB value is (221,148,144).

RGB: (221,148,144) (87%, 58%, 56%)

RGB channels and saturation

R 221 of 255 = 87%
G 148 of 255 = 58%
B 144 of 255 = 56%

221
148
144

R + G + B ~ 67%. #DD9490 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 148 + 144 = 513 (100%)
R 221 of 513 ~ 43.08%
G 148 of 513 ~ 28.85%
B 144 of 513 ~ 28.07'%

%43.08
%28.85
%28.07

CMYK color model

#DD9490 color CMYK value is (0,33,35,13).

  • cyan value is 0.00%
  • magenta value is 33.03%
  • yellow value is 34.84%
  • key color value is 13.33%

CMYK: (0,33,35,13)
C0M33Y35K13 (0%, 33%, 35%, 13%)
(0.00 / 0.33 / 0.35 / 0.13)

CMYK percentages

%0
%33.03
%34.84
%13.33

Codes

Color #DD9490 in popluar color models

DD 94 90
RGB 221 148 144
HSL 53.10% 71.57%
HSB/HSV 34.84% 86.67%
CMYK 0.00% 33.03% 34.84%
13.33%

Color #DD9490 in popluar number systems.

HEX DD 94 90
Decimal 221 148 144
Binary 11011101 10010100 10010000
Octal 335 224 220

Shades and tints

Shades of #DD9490

#DD9490
(221,148,144)
#C98783
(201,135,131)
#B57A76
(181,122,118)
#A16D69
(161,109,105)
#8D605C
(141,96,92)
#79534F
(121,83,79)
#654642
(101,70,66)
#513935
(81,57,53)
#3D2C28
(61,44,40)
#291F1B
(41,31,27)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #DD9490

#DD9490
(221,148,144)
#E09D9A
(224,157,154)
#E3A6A4
(227,166,164)
#E6AFAE
(230,175,174)
#E9B8B8
(233,184,184)
#ECC1C2
(236,193,194)
#EFCACC
(239,202,204)
#F2D3D6
(242,211,214)
#F5DCE0
(245,220,224)
#F8E5EA
(248,229,234)
#FBEEF4
(251,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9490 color. Also use rgb(221,148,144) instead hex code.

Text Font Color

.myTextColor { color: #DD9490; }

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

This text font color is #DD9490.

Background Color

.myBgColor { background-color: #DD9490; }

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

This div background color is #DD9490.

Border color

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

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

This div border color is #DD9490.

Opacity

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

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

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

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

This text has shadow with #DD9490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD9490.

Preview

Color preview on black background

This text has color #DD9490 on black background.


Color preview on white background

This text has color #DD9490 on white background.


Black color preview on #DD9490 background

This text has black color on #DD9490 background.


White color preview on #DD9490 background

This text has white color on #DD9490 background.


Related colors

Complementary color

Complementary color for #hex is #226B6F.


I love getcolorcode.com

Triadic colors

1 #90DD94 and #9490DD with #DD9490 are triadic colors.

2 #9094DD and #94DD90 with #DD9490 are triadic colors.