COLOR #DD95AD

HEX: #DD95AD RGB: (221,149,173)

Color info

#DD95AD contains mainly red and blue colors. Web safe color of #DD95AD is #CC9999 (or #C99).

RGB color model

#DD95AD color RGB value is (221,149,173).

RGB: (221,149,173) (87%, 58%, 68%)

RGB channels and saturation

R 221 of 255 = 87%
G 149 of 255 = 58%
B 173 of 255 = 68%

221
149
173

R + G + B ~ 71%. #DD95AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 149 + 173 = 543 (100%)
R 221 of 543 ~ 40.7%
G 149 of 543 ~ 27.44%
B 173 of 543 ~ 31.86'%

%40.7
%27.44
%31.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.58%
  • yellow value is 21.72%
  • key color value is 13.33%

CMYK: (0,33,22,13)
C0M33Y22K13 (0%, 33%, 22%, 13%)
(0.00 / 0.33 / 0.22 / 0.13)

CMYK percentages

%0
%32.58
%21.72
%13.33

Codes

Color #DD95AD in popluar color models

DD 95 AD
RGB 221 149 173
HSL 340° 51.43% 72.55%
HSB/HSV 340° 32.58% 86.67%
CMYK 0.00% 32.58% 21.72%
13.33%

Color #DD95AD in popluar number systems.

HEX DD 95 AD
Decimal 221 149 173
Binary 11011101 10010101 10101101
Octal 335 225 255

Shades and tints

Shades of #DD95AD

#DD95AD
(221,149,173)
#C9889E
(201,136,158)
#B57B8F
(181,123,143)
#A16E80
(161,110,128)
#8D6171
(141,97,113)
#795462
(121,84,98)
#654753
(101,71,83)
#513A44
(81,58,68)
#3D2D35
(61,45,53)
#292026
(41,32,38)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #DD95AD

#DD95AD
(221,149,173)
#E09EB4
(224,158,180)
#E3A7BB
(227,167,187)
#E6B0C2
(230,176,194)
#E9B9C9
(233,185,201)
#ECC2D0
(236,194,208)
#EFCBD7
(239,203,215)
#F2D4DE
(242,212,222)
#F5DDE5
(245,221,229)
#F8E6EC
(248,230,236)
#FBEFF3
(251,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD95AD; }

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

This text font color is #DD95AD.

Background Color

.myBgColor { background-color: #DD95AD; }

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

This div background color is #DD95AD.

Border color

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

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

This div border color is #DD95AD.

Opacity

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

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

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

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

This text has shadow with #DD95AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD95AD.

Preview

Color preview on black background

This text has color #DD95AD on black background.


Color preview on white background

This text has color #DD95AD on white background.


Black color preview on #DD95AD background

This text has black color on #DD95AD background.


White color preview on #DD95AD background

This text has white color on #DD95AD background.


Related colors

Complementary color

Complementary color for #hex is #226A52.


I love getcolorcode.com

Triadic colors

1 #ADDD95 and #95ADDD with #DD95AD are triadic colors.

2 #AD95DD and #95DDAD with #DD95AD are triadic colors.