COLOR #DD586D

HEX: #DD586D
RGB: (221,88,109)

Color info

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

RGB color model

#DD586D color RGB value is (221,88,109).

  • red value is 221;
  • green value is 88;
  • blue value is 109.
RGB:
(221,88,109)
(87%,35%,43%)

RGB channels and saturation

R 221 of 255 = 87%
G 88 of 255 = 35%
B 109 of 255 = 43%

221
88
109

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

Portions of RGB colors in percentages

R + G + B =
221 + 88 + 109 = 418 (100%)
R 221 of 418 ~ 52.87%
G 88 of 418 ~ 21.05%
B 109 of 418 ~ 26.08%

%52.87
%21.05
%26.08

CMYK color model

#DD586D color CMYK value is (0,60,51,13).

  • cyan value is 0.00%
  • magenta value is 60.18%
  • yellow value is 50.68%
  • key color value is 13.33%
CMYK:
(0,60,51,13)
C0M60Y51K13 
(0%,60%,51%,13%)
(0.00/0.60/0.51/0.13)	

CMYK percentages

%0
%60.18
%50.68
%13.33

Codes

Color #DD586D in popluar color models

DD586D
RGB22188109
HSL351°66.17%60.59%
HSB/HSV351°60.18%86.67%
CMYK0.00%60.18%50.68%
13.33%

Color #DD586D in popluar number systems.

HEXDD586D
Decimal22188109
Binary1101110110110001101101
Octal335130155

Shades and tints

Shades of #DD586D

#DD586D
(221,88,109)
#C95064
(201,80,100)
#B5485B
(181,72,91)
#A14052
(161,64,82)
#8D3849
(141,56,73)
#793040
(121,48,64)
#652837
(101,40,55)
#51202E
(81,32,46)
#3D1825
(61,24,37)
#29101C
(41,16,28)
#150813
(21,8,19)
#000000
(0,0,0)

Tints of #DD586D

#DD586D
(221,88,109)
#E0677A
(224,103,122)
#E37687
(227,118,135)
#E68594
(230,133,148)
#E994A1
(233,148,161)
#ECA3AE
(236,163,174)
#EFB2BB
(239,178,187)
#F2C1C8
(242,193,200)
#F5D0D5
(245,208,213)
#F8DFE2
(248,223,226)
#FBEEEF
(251,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD586D color. Also use rgb(221,88,109) instead hex code.

Text Font Color

.myTextColor { color: #DD586D; }

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

This text font color is #DD586D.


Background Color

.myBgColor { background-color: #DD586D; }

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

This div background color is #DD586D.


Border color

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

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

This div border color is #DD586D.


Opacity

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

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

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

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

This text has shadow with #DD586D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD586D on black background.


Color preview on white background

This text has color #DD586D on white background.



Black color preview on #DD586D background

This text has black color on #DD586D background.


White color preview on #DD586D background

This text has white color on #DD586D background.