COLOR #DD5660

HEX: #DD5660
RGB: (221,86,96)

Color info

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

RGB color model

#DD5660 color RGB value is (221,86,96).

  • red value is 221;
  • green value is 86;
  • blue value is 96.
RGB:
(221,86,96)
(87%,34%,38%)

RGB channels and saturation

R 221 of 255 = 87%
G 86 of 255 = 34%
B 96 of 255 = 38%

221
86
96

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

Portions of RGB colors in percentages

R + G + B =
221 + 86 + 96 = 403 (100%)
R 221 of 403 ~ 54.84%
G 86 of 403 ~ 21.34%
B 96 of 403 ~ 23.82%

%54.84
%21.34
%23.82

CMYK color model

#DD5660 color CMYK value is (0,61,57,13).

  • cyan value is 0.00%
  • magenta value is 61.09%
  • yellow value is 56.56%
  • key color value is 13.33%
CMYK:
(0,61,57,13)
C0M61Y57K13 
(0%,61%,57%,13%)
(0.00/0.61/0.57/0.13)	

CMYK percentages

%0
%61.09
%56.56
%13.33

Codes

Color #DD5660 in popluar color models

DD5660
RGB2218696
HSL356°66.50%60.20%
HSB/HSV356°61.09%86.67%
CMYK0.00%61.09%56.56%
13.33%

Color #DD5660 in popluar number systems.

HEXDD5660
Decimal2218696
Binary1101110110101101100000
Octal335126140

Shades and tints

Shades of #DD5660

#DD5660
(221,86,96)
#C94F58
(201,79,88)
#B54850
(181,72,80)
#A14148
(161,65,72)
#8D3A40
(141,58,64)
#793338
(121,51,56)
#652C30
(101,44,48)
#512528
(81,37,40)
#3D1E20
(61,30,32)
#291718
(41,23,24)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #DD5660

#DD5660
(221,86,96)
#E0656E
(224,101,110)
#E3747C
(227,116,124)
#E6838A
(230,131,138)
#E99298
(233,146,152)
#ECA1A6
(236,161,166)
#EFB0B4
(239,176,180)
#F2BFC2
(242,191,194)
#F5CED0
(245,206,208)
#F8DDDE
(248,221,222)
#FBECEC
(251,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD5660 color. Also use rgb(221,86,96) instead hex code.

Text Font Color

.myTextColor { color: #DD5660; }

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

This text font color is #DD5660.


Background Color

.myBgColor { background-color: #DD5660; }

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

This div background color is #DD5660.


Border color

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

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

This div border color is #DD5660.


Opacity

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

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

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

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

This text has shadow with #DD5660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD5660 on black background.


Color preview on white background

This text has color #DD5660 on white background.



Black color preview on #DD5660 background

This text has black color on #DD5660 background.


White color preview on #DD5660 background

This text has white color on #DD5660 background.