COLOR #DD93AD

HEX: #DD93AD
RGB: (221,147,173)

Color info

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

RGB color model

#DD93AD color RGB value is (221,147,173).

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

RGB channels and saturation

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

221
147
173

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

Portions of RGB colors in percentages

R + G + B =
221 + 147 + 173 = 541 (100%)
R 221 of 541 ~ 40.85%
G 147 of 541 ~ 27.17%
B 173 of 541 ~ 31.98%

%40.85
%27.17
%31.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.48%
  • 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
%33.48
%21.72
%13.33

Codes

Color #DD93AD in popluar color models

DD93AD
RGB221147173
HSL339°52.11%72.16%
HSB/HSV339°33.48%86.67%
CMYK0.00%33.48%21.72%
13.33%

Color #DD93AD in popluar number systems.

HEXDD93AD
Decimal221147173
Binary110111011001001110101101
Octal335223255

Shades and tints

Shades of #DD93AD

#DD93AD
(221,147,173)
#C9869E
(201,134,158)
#B5798F
(181,121,143)
#A16C80
(161,108,128)
#8D5F71
(141,95,113)
#795262
(121,82,98)
#654553
(101,69,83)
#513844
(81,56,68)
#3D2B35
(61,43,53)
#291E26
(41,30,38)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #DD93AD

#DD93AD
(221,147,173)
#E09CB4
(224,156,180)
#E3A5BB
(227,165,187)
#E6AEC2
(230,174,194)
#E9B7C9
(233,183,201)
#ECC0D0
(236,192,208)
#EFC9D7
(239,201,215)
#F2D2DE
(242,210,222)
#F5DBE5
(245,219,229)
#F8E4EC
(248,228,236)
#FBEDF3
(251,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD93AD; }

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

This text font color is #DD93AD.


Background Color

.myBgColor { background-color: #DD93AD; }

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

This div background color is #DD93AD.


Border color

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

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

This div border color is #DD93AD.


Opacity

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

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

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

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

This text has shadow with #DD93AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD93AD on black background.


Color preview on white background

This text has color #DD93AD on white background.



Black color preview on #DD93AD background

This text has black color on #DD93AD background.


White color preview on #DD93AD background

This text has white color on #DD93AD background.