COLOR #D189AA

HEX: #D189AA RGB: (209,137,170)

Color info

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

RGB color model

#D189AA color RGB value is (209,137,170).

RGB: (209,137,170) (82%, 54%, 67%)

RGB channels and saturation

R 209 of 255 = 82%
G 137 of 255 = 54%
B 170 of 255 = 67%

209
137
170

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

Portions of RGB colors in percentages

R + G + B = 209 + 137 + 170 = 516 (100%)
R 209 of 516 ~ 40.5%
G 137 of 516 ~ 26.55%
B 170 of 516 ~ 32.95'%

%40.5
%26.55
%32.95

CMYK color model

#D189AA color CMYK value is (0,34,19,18).

  • cyan value is 0.00%
  • magenta value is 34.45%
  • yellow value is 18.66%
  • key color value is 18.04%

CMYK: (0,34,19,18)
C0M34Y19K18 (0%, 34%, 19%, 18%)
(0.00 / 0.34 / 0.19 / 0.18)

CMYK percentages

%0
%34.45
%18.66
%18.04

Codes

Color #D189AA in popluar color models

D1 89 AA
RGB 209 137 170
HSL 333° 43.90% 67.84%
HSB/HSV 333° 34.45% 81.96%
CMYK 0.00% 34.45% 18.66%
18.04%

Color #D189AA in popluar number systems.

HEX D1 89 AA
Decimal 209 137 170
Binary 11010001 10001001 10101010
Octal 321 211 252

Shades and tints

Shades of #D189AA

#D189AA
(209,137,170)
#BE7D9B
(190,125,155)
#AB718C
(171,113,140)
#98657D
(152,101,125)
#85596E
(133,89,110)
#724D5F
(114,77,95)
#5F4150
(95,65,80)
#4C3541
(76,53,65)
#392932
(57,41,50)
#261D23
(38,29,35)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #D189AA

#D189AA
(209,137,170)
#D593B1
(213,147,177)
#D99DB8
(217,157,184)
#DDA7BF
(221,167,191)
#E1B1C6
(225,177,198)
#E5BBCD
(229,187,205)
#E9C5D4
(233,197,212)
#EDCFDB
(237,207,219)
#F1D9E2
(241,217,226)
#F5E3E9
(245,227,233)
#F9EDF0
(249,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D189AA color. Also use rgb(209,137,170) instead hex code.

Text Font Color

.myTextColor { color: #D189AA; }

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

This text font color is #D189AA.

Background Color

.myBgColor { background-color: #D189AA; }

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

This div background color is #D189AA.

Border color

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

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

This div border color is #D189AA.

Opacity

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

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

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

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

This text has shadow with #D189AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D189AA.

Preview

Color preview on black background

This text has color #D189AA on black background.


Color preview on white background

This text has color #D189AA on white background.


Black color preview on #D189AA background

This text has black color on #D189AA background.


White color preview on #D189AA background

This text has white color on #D189AA background.


Related colors

Complementary color

Complementary color for #hex is #2E7655.


I love getcolorcode.com

Triadic colors

1 #AAD189 and #89AAD1 with #D189AA are triadic colors.

2 #AA89D1 and #89D1AA with #D189AA are triadic colors.