COLOR #DD9495

HEX: #DD9495
RGB: (221,148,149)

Color info

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

RGB color model

#DD9495 color RGB value is (221,148,149).

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

RGB channels and saturation

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

221
148
149

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

Portions of RGB colors in percentages

R + G + B =
221 + 148 + 149 = 518 (100%)
R 221 of 518 ~ 42.66%
G 148 of 518 ~ 28.57%
B 149 of 518 ~ 28.76%

%42.66
%28.57
%28.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.03%
  • yellow value is 32.58%
  • 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
%32.58
%13.33

Codes

Color #DD9495 in popluar color models

DD9495
RGB221148149
HSL359°51.77%72.35%
HSB/HSV359°33.03%86.67%
CMYK0.00%33.03%32.58%
13.33%

Color #DD9495 in popluar number systems.

HEXDD9495
Decimal221148149
Binary110111011001010010010101
Octal335224225

Shades and tints

Shades of #DD9495

#DD9495
(221,148,149)
#C98788
(201,135,136)
#B57A7B
(181,122,123)
#A16D6E
(161,109,110)
#8D6061
(141,96,97)
#795354
(121,83,84)
#654647
(101,70,71)
#51393A
(81,57,58)
#3D2C2D
(61,44,45)
#291F20
(41,31,32)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #DD9495

#DD9495
(221,148,149)
#E09D9E
(224,157,158)
#E3A6A7
(227,166,167)
#E6AFB0
(230,175,176)
#E9B8B9
(233,184,185)
#ECC1C2
(236,193,194)
#EFCACB
(239,202,203)
#F2D3D4
(242,211,212)
#F5DCDD
(245,220,221)
#F8E5E6
(248,229,230)
#FBEEEF
(251,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9495; }

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

This text font color is #DD9495.


Background Color

.myBgColor { background-color: #DD9495; }

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

This div background color is #DD9495.


Border color

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

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

This div border color is #DD9495.


Opacity

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

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

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

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

This text has shadow with #DD9495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9495 on black background.


Color preview on white background

This text has color #DD9495 on white background.



Black color preview on #DD9495 background

This text has black color on #DD9495 background.


White color preview on #DD9495 background

This text has white color on #DD9495 background.