COLOR #DD585D

HEX: #DD585D
RGB: (221,88,93)

Color info

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

RGB color model

#DD585D color RGB value is (221,88,93).

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

RGB channels and saturation

R 221 of 255 = 87%
G 88 of 255 = 35%
B 93 of 255 = 36%

221
88
93

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

Portions of RGB colors in percentages

R + G + B =
221 + 88 + 93 = 402 (100%)
R 221 of 402 ~ 54.98%
G 88 of 402 ~ 21.89%
B 93 of 402 ~ 23.13%

%54.98
%21.89
%23.13

CMYK color model

#DD585D color CMYK value is (0,60,58,13).

  • cyan value is 0.00%
  • magenta value is 60.18%
  • yellow value is 57.92%
  • key color value is 13.33%
CMYK:
(0,60,58,13)
C0M60Y58K13 
(0%,60%,58%,13%)
(0.00/0.60/0.58/0.13)	

CMYK percentages

%0
%60.18
%57.92
%13.33

Codes

Color #DD585D in popluar color models

DD585D
RGB2218893
HSL358°66.17%60.59%
HSB/HSV358°60.18%86.67%
CMYK0.00%60.18%57.92%
13.33%

Color #DD585D in popluar number systems.

HEXDD585D
Decimal2218893
Binary1101110110110001011101
Octal335130135

Shades and tints

Shades of #DD585D

#DD585D
(221,88,93)
#C95055
(201,80,85)
#B5484D
(181,72,77)
#A14045
(161,64,69)
#8D383D
(141,56,61)
#793035
(121,48,53)
#65282D
(101,40,45)
#512025
(81,32,37)
#3D181D
(61,24,29)
#291015
(41,16,21)
#15080D
(21,8,13)
#000000
(0,0,0)

Tints of #DD585D

#DD585D
(221,88,93)
#E0676B
(224,103,107)
#E37679
(227,118,121)
#E68587
(230,133,135)
#E99495
(233,148,149)
#ECA3A3
(236,163,163)
#EFB2B1
(239,178,177)
#F2C1BF
(242,193,191)
#F5D0CD
(245,208,205)
#F8DFDB
(248,223,219)
#FBEEE9
(251,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD585D; }

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

This text font color is #DD585D.


Background Color

.myBgColor { background-color: #DD585D; }

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

This div background color is #DD585D.


Border color

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

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

This div border color is #DD585D.


Opacity

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

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

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

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

This text has shadow with #DD585D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD585D on black background.


Color preview on white background

This text has color #DD585D on white background.



Black color preview on #DD585D background

This text has black color on #DD585D background.


White color preview on #DD585D background

This text has white color on #DD585D background.