COLOR #DD9580

HEX: #DD9580
RGB: (221,149,128)

Color info

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

RGB color model

#DD9580 color RGB value is (221,149,128).

  • red value is 221;
  • green value is 149;
  • blue value is 128.
RGB:
(221,149,128)
(87%,58%,50%)

RGB channels and saturation

R 221 of 255 = 87%
G 149 of 255 = 58%
B 128 of 255 = 50%

221
149
128

R + G + B ~ 65%. #DD9580 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 149 + 128 = 498 (100%)
R 221 of 498 ~ 44.38%
G 149 of 498 ~ 29.92%
B 128 of 498 ~ 25.7%

%44.38
%29.92
%25.7

CMYK color model

#DD9580 color CMYK value is (0,33,42,13).

  • cyan value is 0.00%
  • magenta value is 32.58%
  • yellow value is 42.08%
  • key color value is 13.33%
CMYK:
(0,33,42,13)
C0M33Y42K13 
(0%,33%,42%,13%)
(0.00/0.33/0.42/0.13)	

CMYK percentages

%0
%32.58
%42.08
%13.33

Codes

Color #DD9580 in popluar color models

DD9580
RGB221149128
HSL14°57.76%68.43%
HSB/HSV14°42.08%86.67%
CMYK0.00%32.58%42.08%
13.33%

Color #DD9580 in popluar number systems.

HEXDD9580
Decimal221149128
Binary110111011001010110000000
Octal335225200

Shades and tints

Shades of #DD9580

#DD9580
(221,149,128)
#C98875
(201,136,117)
#B57B6A
(181,123,106)
#A16E5F
(161,110,95)
#8D6154
(141,97,84)
#795449
(121,84,73)
#65473E
(101,71,62)
#513A33
(81,58,51)
#3D2D28
(61,45,40)
#29201D
(41,32,29)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #DD9580

#DD9580
(221,149,128)
#E09E8B
(224,158,139)
#E3A796
(227,167,150)
#E6B0A1
(230,176,161)
#E9B9AC
(233,185,172)
#ECC2B7
(236,194,183)
#EFCBC2
(239,203,194)
#F2D4CD
(242,212,205)
#F5DDD8
(245,221,216)
#F8E6E3
(248,230,227)
#FBEFEE
(251,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9580 color. Also use rgb(221,149,128) instead hex code.

Text Font Color

.myTextColor { color: #DD9580; }

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

This text font color is #DD9580.


Background Color

.myBgColor { background-color: #DD9580; }

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

This div background color is #DD9580.


Border color

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

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

This div border color is #DD9580.


Opacity

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

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

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

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

This text has shadow with #DD9580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9580 on black background.


Color preview on white background

This text has color #DD9580 on white background.



Black color preview on #DD9580 background

This text has black color on #DD9580 background.


White color preview on #DD9580 background

This text has white color on #DD9580 background.