COLOR #D189BD

HEX: #D189BD RGB: (209,137,189)

Color info

#D189BD contains mainly red and blue colors. Web safe color of #D189BD is #CC99CC (or #C9C).

RGB color model

#D189BD color RGB value is (209,137,189).

RGB: (209,137,189) (82%, 54%, 74%)

RGB channels and saturation

R 209 of 255 = 82%
G 137 of 255 = 54%
B 189 of 255 = 74%

209
137
189

R + G + B ~ 70%. #D189BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 137 + 189 = 535 (100%)
R 209 of 535 ~ 39.07%
G 137 of 535 ~ 25.61%
B 189 of 535 ~ 35.33'%

%39.07
%25.61
%35.33

CMYK color model

#D189BD color CMYK value is (0,34,10,18).

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

CMYK: (0,34,10,18)
C0M34Y10K18 (0%, 34%, 10%, 18%)
(0.00 / 0.34 / 0.10 / 0.18)

CMYK percentages

%0
%34.45
%9.57
%18.04

Codes

Color #D189BD in popluar color models

D1 89 BD
RGB 209 137 189
HSL 317° 43.90% 67.84%
HSB/HSV 317° 34.45% 81.96%
CMYK 0.00% 34.45% 9.57%
18.04%

Color #D189BD in popluar number systems.

HEX D1 89 BD
Decimal 209 137 189
Binary 11010001 10001001 10111101
Octal 321 211 275

Shades and tints

Shades of #D189BD

#D189BD
(209,137,189)
#BE7DAC
(190,125,172)
#AB719B
(171,113,155)
#98658A
(152,101,138)
#855979
(133,89,121)
#724D68
(114,77,104)
#5F4157
(95,65,87)
#4C3546
(76,53,70)
#392935
(57,41,53)
#261D24
(38,29,36)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #D189BD

#D189BD
(209,137,189)
#D593C3
(213,147,195)
#D99DC9
(217,157,201)
#DDA7CF
(221,167,207)
#E1B1D5
(225,177,213)
#E5BBDB
(229,187,219)
#E9C5E1
(233,197,225)
#EDCFE7
(237,207,231)
#F1D9ED
(241,217,237)
#F5E3F3
(245,227,243)
#F9EDF9
(249,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D189BD; }

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

This text font color is #D189BD.

Background Color

.myBgColor { background-color: #D189BD; }

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

This div background color is #D189BD.

Border color

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

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

This div border color is #D189BD.

Opacity

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

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

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

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

This text has shadow with #D189BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D189BD.

Preview

Color preview on black background

This text has color #D189BD on black background.


Color preview on white background

This text has color #D189BD on white background.


Black color preview on #D189BD background

This text has black color on #D189BD background.


White color preview on #D189BD background

This text has white color on #D189BD background.


Related colors

Complementary color

Complementary color for #hex is #2E7642.


I love getcolorcode.com

Triadic colors

1 #BDD189 and #89BDD1 with #D189BD are triadic colors.

2 #BD89D1 and #89D1BD with #D189BD are triadic colors.