COLOR #DD89BD

HEX: #DD89BD RGB: (221,137,189)

Color info

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

RGB color model

#DD89BD color RGB value is (221,137,189).

RGB: (221,137,189) (87%, 54%, 74%)

RGB channels and saturation

R 221 of 255 = 87%
G 137 of 255 = 54%
B 189 of 255 = 74%

221
137
189

R + G + B ~ 72%. #DD89BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 137 + 189 = 547 (100%)
R 221 of 547 ~ 40.4%
G 137 of 547 ~ 25.05%
B 189 of 547 ~ 34.55'%

%40.4
%25.05
%34.55

CMYK color model

#DD89BD color CMYK value is (0,38,14,13).

  • cyan value is 0.00%
  • magenta value is 38.01%
  • yellow value is 14.48%
  • key color value is 13.33%

CMYK: (0,38,14,13)
C0M38Y14K13 (0%, 38%, 14%, 13%)
(0.00 / 0.38 / 0.14 / 0.13)

CMYK percentages

%0
%38.01
%14.48
%13.33

Codes

Color #DD89BD in popluar color models

DD 89 BD
RGB 221 137 189
HSL 323° 55.26% 70.20%
HSB/HSV 323° 38.01% 86.67%
CMYK 0.00% 38.01% 14.48%
13.33%

Color #DD89BD in popluar number systems.

HEX DD 89 BD
Decimal 221 137 189
Binary 11011101 10001001 10111101
Octal 335 211 275

Shades and tints

Shades of #DD89BD

#DD89BD
(221,137,189)
#C97DAC
(201,125,172)
#B5719B
(181,113,155)
#A1658A
(161,101,138)
#8D5979
(141,89,121)
#794D68
(121,77,104)
#654157
(101,65,87)
#513546
(81,53,70)
#3D2935
(61,41,53)
#291D24
(41,29,36)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #DD89BD

#DD89BD
(221,137,189)
#E093C3
(224,147,195)
#E39DC9
(227,157,201)
#E6A7CF
(230,167,207)
#E9B1D5
(233,177,213)
#ECBBDB
(236,187,219)
#EFC5E1
(239,197,225)
#F2CFE7
(242,207,231)
#F5D9ED
(245,217,237)
#F8E3F3
(248,227,243)
#FBEDF9
(251,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD89BD; }

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

This text font color is #DD89BD.

Background Color

.myBgColor { background-color: #DD89BD; }

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

This div background color is #DD89BD.

Border color

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

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

This div border color is #DD89BD.

Opacity

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

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

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

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

This text has shadow with #DD89BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD89BD.

Preview

Color preview on black background

This text has color #DD89BD on black background.


Color preview on white background

This text has color #DD89BD on white background.


Black color preview on #DD89BD background

This text has black color on #DD89BD background.


White color preview on #DD89BD background

This text has white color on #DD89BD background.


Related colors

Complementary color

Complementary color for #hex is #227642.


I love getcolorcode.com

Triadic colors

1 #BDDD89 and #89BDDD with #DD89BD are triadic colors.

2 #BD89DD and #89DDBD with #DD89BD are triadic colors.