COLOR #DD6972

HEX: #DD6972
RGB: (221,105,114)

Color info

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

RGB color model

#DD6972 color RGB value is (221,105,114).

  • red value is 221;
  • green value is 105;
  • blue value is 114.
RGB:
(221,105,114)
(87%,41%,45%)

RGB channels and saturation

R 221 of 255 = 87%
G 105 of 255 = 41%
B 114 of 255 = 45%

221
105
114

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

Portions of RGB colors in percentages

R + G + B =
221 + 105 + 114 = 440 (100%)
R 221 of 440 ~ 50.23%
G 105 of 440 ~ 23.86%
B 114 of 440 ~ 25.91%

%50.23
%23.86
%25.91

CMYK color model

#DD6972 color CMYK value is (0,52,48,13).

  • cyan value is 0.00%
  • magenta value is 52.49%
  • yellow value is 48.42%
  • key color value is 13.33%
CMYK:
(0,52,48,13)
C0M52Y48K13 
(0%,52%,48%,13%)
(0.00/0.52/0.48/0.13)	

CMYK percentages

%0
%52.49
%48.42
%13.33

Codes

Color #DD6972 in popluar color models

DD6972
RGB221105114
HSL355°63.04%63.92%
HSB/HSV355°52.49%86.67%
CMYK0.00%52.49%48.42%
13.33%

Color #DD6972 in popluar number systems.

HEXDD6972
Decimal221105114
Binary1101110111010011110010
Octal335151162

Shades and tints

Shades of #DD6972

#DD6972
(221,105,114)
#C96068
(201,96,104)
#B5575E
(181,87,94)
#A14E54
(161,78,84)
#8D454A
(141,69,74)
#793C40
(121,60,64)
#653336
(101,51,54)
#512A2C
(81,42,44)
#3D2122
(61,33,34)
#291818
(41,24,24)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #DD6972

#DD6972
(221,105,114)
#E0767E
(224,118,126)
#E3838A
(227,131,138)
#E69096
(230,144,150)
#E99DA2
(233,157,162)
#ECAAAE
(236,170,174)
#EFB7BA
(239,183,186)
#F2C4C6
(242,196,198)
#F5D1D2
(245,209,210)
#F8DEDE
(248,222,222)
#FBEBEA
(251,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD6972 color. Also use rgb(221,105,114) instead hex code.

Text Font Color

.myTextColor { color: #DD6972; }

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

This text font color is #DD6972.


Background Color

.myBgColor { background-color: #DD6972; }

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

This div background color is #DD6972.


Border color

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

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

This div border color is #DD6972.


Opacity

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

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

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

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

This text has shadow with #DD6972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD6972 on black background.


Color preview on white background

This text has color #DD6972 on white background.



Black color preview on #DD6972 background

This text has black color on #DD6972 background.


White color preview on #DD6972 background

This text has white color on #DD6972 background.