COLOR #DD7983

HEX: #DD7983
RGB: (221,121,131)

Color info

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

RGB color model

#DD7983 color RGB value is (221,121,131).

  • red value is 221;
  • green value is 121;
  • blue value is 131.
RGB:
(221,121,131)
(87%,47%,51%)

RGB channels and saturation

R 221 of 255 = 87%
G 121 of 255 = 47%
B 131 of 255 = 51%

221
121
131

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

Portions of RGB colors in percentages

R + G + B =
221 + 121 + 131 = 473 (100%)
R 221 of 473 ~ 46.72%
G 121 of 473 ~ 25.58%
B 131 of 473 ~ 27.7%

%46.72
%25.58
%27.7

CMYK color model

#DD7983 color CMYK value is (0,45,41,13).

  • cyan value is 0.00%
  • magenta value is 45.25%
  • yellow value is 40.72%
  • key color value is 13.33%
CMYK:
(0,45,41,13)
C0M45Y41K13 
(0%,45%,41%,13%)
(0.00/0.45/0.41/0.13)	

CMYK percentages

%0
%45.25
%40.72
%13.33

Codes

Color #DD7983 in popluar color models

DD7983
RGB221121131
HSL354°59.52%67.06%
HSB/HSV354°45.25%86.67%
CMYK0.00%45.25%40.72%
13.33%

Color #DD7983 in popluar number systems.

HEXDD7983
Decimal221121131
Binary11011101111100110000011
Octal335171203

Shades and tints

Shades of #DD7983

#DD7983
(221,121,131)
#C96E78
(201,110,120)
#B5636D
(181,99,109)
#A15862
(161,88,98)
#8D4D57
(141,77,87)
#79424C
(121,66,76)
#653741
(101,55,65)
#512C36
(81,44,54)
#3D212B
(61,33,43)
#291620
(41,22,32)
#150B15
(21,11,21)
#000000
(0,0,0)

Tints of #DD7983

#DD7983
(221,121,131)
#E0858E
(224,133,142)
#E39199
(227,145,153)
#E69DA4
(230,157,164)
#E9A9AF
(233,169,175)
#ECB5BA
(236,181,186)
#EFC1C5
(239,193,197)
#F2CDD0
(242,205,208)
#F5D9DB
(245,217,219)
#F8E5E6
(248,229,230)
#FBF1F1
(251,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD7983; }

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

This text font color is #DD7983.


Background Color

.myBgColor { background-color: #DD7983; }

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

This div background color is #DD7983.


Border color

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

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

This div border color is #DD7983.


Opacity

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

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

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

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

This text has shadow with #DD7983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7983 on black background.


Color preview on white background

This text has color #DD7983 on white background.



Black color preview on #DD7983 background

This text has black color on #DD7983 background.


White color preview on #DD7983 background

This text has white color on #DD7983 background.