COLOR #DD9494

HEX: #DD9494
RGB: (221,148,148)

Color info

#DD9494 contains mainly red color. Web safe color of #DD9494 is #CC9999 (or #C99).

RGB color model

#DD9494 color RGB value is (221,148,148).

  • red value is 221;
  • green value is 148;
  • blue value is 148.
RGB:
(221,148,148)
(87%,58%,58%)

RGB channels and saturation

R 221 of 255 = 87%
G 148 of 255 = 58%
B 148 of 255 = 58%

221
148
148

R + G + B ~ 68%. #DD9494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 148 + 148 = 517 (100%)
R 221 of 517 ~ 42.75%
G 148 of 517 ~ 28.63%
B 148 of 517 ~ 28.63%

%42.75
%28.63
%28.63

CMYK color model

#DD9494 color CMYK value is (0,33,33,13).

  • cyan value is 0.00%
  • magenta value is 33.03%
  • yellow value is 33.03%
  • key color value is 13.33%
CMYK:
(0,33,33,13)
C0M33Y33K13 
(0%,33%,33%,13%)
(0.00/0.33/0.33/0.13)	

CMYK percentages

%0
%33.03
%33.03
%13.33

Codes

Color #DD9494 in popluar color models

DD9494
RGB221148148
HSL51.77%72.35%
HSB/HSV33.03%86.67%
CMYK0.00%33.03%33.03%
13.33%

Color #DD9494 in popluar number systems.

HEXDD9494
Decimal221148148
Binary110111011001010010010100
Octal335224224

Shades and tints

Shades of #DD9494

#DD9494
(221,148,148)
#C98787
(201,135,135)
#B57A7A
(181,122,122)
#A16D6D
(161,109,109)
#8D6060
(141,96,96)
#795353
(121,83,83)
#654646
(101,70,70)
#513939
(81,57,57)
#3D2C2C
(61,44,44)
#291F1F
(41,31,31)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #DD9494

#DD9494
(221,148,148)
#E09D9D
(224,157,157)
#E3A6A6
(227,166,166)
#E6AFAF
(230,175,175)
#E9B8B8
(233,184,184)
#ECC1C1
(236,193,193)
#EFCACA
(239,202,202)
#F2D3D3
(242,211,211)
#F5DCDC
(245,220,220)
#F8E5E5
(248,229,229)
#FBEEEE
(251,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9494; }

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

This text font color is #DD9494.


Background Color

.myBgColor { background-color: #DD9494; }

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

This div background color is #DD9494.


Border color

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

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

This div border color is #DD9494.


Opacity

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

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

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

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

This text has shadow with #DD9494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9494 on black background.


Color preview on white background

This text has color #DD9494 on white background.



Black color preview on #DD9494 background

This text has black color on #DD9494 background.


White color preview on #DD9494 background

This text has white color on #DD9494 background.