COLOR #DD90A4

HEX: #DD90A4
RGB: (221,144,164)

Color info

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

RGB color model

#DD90A4 color RGB value is (221,144,164).

  • red value is 221;
  • green value is 144;
  • blue value is 164.
RGB:
(221,144,164)
(87%,56%,64%)

RGB channels and saturation

R 221 of 255 = 87%
G 144 of 255 = 56%
B 164 of 255 = 64%

221
144
164

R + G + B ~ 69%. #DD90A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 144 + 164 = 529 (100%)
R 221 of 529 ~ 41.78%
G 144 of 529 ~ 27.22%
B 164 of 529 ~ 31%

%41.78
%27.22
%31

CMYK color model

#DD90A4 color CMYK value is (0,35,26,13).

  • cyan value is 0.00%
  • magenta value is 34.84%
  • yellow value is 25.79%
  • key color value is 13.33%
CMYK:
(0,35,26,13)
C0M35Y26K13 
(0%,35%,26%,13%)
(0.00/0.35/0.26/0.13)	

CMYK percentages

%0
%34.84
%25.79
%13.33

Codes

Color #DD90A4 in popluar color models

DD90A4
RGB221144164
HSL344°53.10%71.57%
HSB/HSV344°34.84%86.67%
CMYK0.00%34.84%25.79%
13.33%

Color #DD90A4 in popluar number systems.

HEXDD90A4
Decimal221144164
Binary110111011001000010100100
Octal335220244

Shades and tints

Shades of #DD90A4

#DD90A4
(221,144,164)
#C98396
(201,131,150)
#B57688
(181,118,136)
#A1697A
(161,105,122)
#8D5C6C
(141,92,108)
#794F5E
(121,79,94)
#654250
(101,66,80)
#513542
(81,53,66)
#3D2834
(61,40,52)
#291B26
(41,27,38)
#150E18
(21,14,24)
#000000
(0,0,0)

Tints of #DD90A4

#DD90A4
(221,144,164)
#E09AAC
(224,154,172)
#E3A4B4
(227,164,180)
#E6AEBC
(230,174,188)
#E9B8C4
(233,184,196)
#ECC2CC
(236,194,204)
#EFCCD4
(239,204,212)
#F2D6DC
(242,214,220)
#F5E0E4
(245,224,228)
#F8EAEC
(248,234,236)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD90A4; }

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

This text font color is #DD90A4.


Background Color

.myBgColor { background-color: #DD90A4; }

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

This div background color is #DD90A4.


Border color

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

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

This div border color is #DD90A4.


Opacity

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

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

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

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

This text has shadow with #DD90A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD90A4 on black background.


Color preview on white background

This text has color #DD90A4 on white background.



Black color preview on #DD90A4 background

This text has black color on #DD90A4 background.


White color preview on #DD90A4 background

This text has white color on #DD90A4 background.