COLOR #DD6C7C

HEX: #DD6C7C
RGB: (221,108,124)

Color info

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

RGB color model

#DD6C7C color RGB value is (221,108,124).

  • red value is 221;
  • green value is 108;
  • blue value is 124.
RGB:
(221,108,124)
(87%,42%,49%)

RGB channels and saturation

R 221 of 255 = 87%
G 108 of 255 = 42%
B 124 of 255 = 49%

221
108
124

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

Portions of RGB colors in percentages

R + G + B =
221 + 108 + 124 = 453 (100%)
R 221 of 453 ~ 48.79%
G 108 of 453 ~ 23.84%
B 124 of 453 ~ 27.37%

%48.79
%23.84
%27.37

CMYK color model

#DD6C7C color CMYK value is (0,51,44,13).

  • cyan value is 0.00%
  • magenta value is 51.13%
  • yellow value is 43.89%
  • key color value is 13.33%
CMYK:
(0,51,44,13)
C0M51Y44K13 
(0%,51%,44%,13%)
(0.00/0.51/0.44/0.13)	

CMYK percentages

%0
%51.13
%43.89
%13.33

Codes

Color #DD6C7C in popluar color models

DD6C7C
RGB221108124
HSL352°62.43%64.51%
HSB/HSV352°51.13%86.67%
CMYK0.00%51.13%43.89%
13.33%

Color #DD6C7C in popluar number systems.

HEXDD6C7C
Decimal221108124
Binary1101110111011001111100
Octal335154174

Shades and tints

Shades of #DD6C7C

#DD6C7C
(221,108,124)
#C96371
(201,99,113)
#B55A66
(181,90,102)
#A1515B
(161,81,91)
#8D4850
(141,72,80)
#793F45
(121,63,69)
#65363A
(101,54,58)
#512D2F
(81,45,47)
#3D2424
(61,36,36)
#291B19
(41,27,25)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #DD6C7C

#DD6C7C
(221,108,124)
#E07987
(224,121,135)
#E38692
(227,134,146)
#E6939D
(230,147,157)
#E9A0A8
(233,160,168)
#ECADB3
(236,173,179)
#EFBABE
(239,186,190)
#F2C7C9
(242,199,201)
#F5D4D4
(245,212,212)
#F8E1DF
(248,225,223)
#FBEEEA
(251,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD6C7C color. Also use rgb(221,108,124) instead hex code.

Text Font Color

.myTextColor { color: #DD6C7C; }

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

This text font color is #DD6C7C.


Background Color

.myBgColor { background-color: #DD6C7C; }

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

This div background color is #DD6C7C.


Border color

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

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

This div border color is #DD6C7C.


Opacity

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

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

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

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

This text has shadow with #DD6C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD6C7C on black background.


Color preview on white background

This text has color #DD6C7C on white background.



Black color preview on #DD6C7C background

This text has black color on #DD6C7C background.


White color preview on #DD6C7C background

This text has white color on #DD6C7C background.