COLOR #D889D1

HEX: #D889D1
RGB: (216,137,209)

Color info

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

RGB color model

#D889D1 color RGB value is (216,137,209).

  • red value is 216;
  • green value is 137;
  • blue value is 209.
RGB:
(216,137,209)
(85%,54%,82%)

RGB channels and saturation

R 216 of 255 = 85%
G 137 of 255 = 54%
B 209 of 255 = 82%

216
137
209

R + G + B ~ 74%. #D889D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 137 + 209 = 562 (100%)
R 216 of 562 ~ 38.43%
G 137 of 562 ~ 24.38%
B 209 of 562 ~ 37.19%

%38.43
%24.38
%37.19

CMYK color model

#D889D1 color CMYK value is (0,37,3,15).

  • cyan value is 0.00%
  • magenta value is 36.57%
  • yellow value is 3.24%
  • key color value is 15.29%
CMYK:
(0,37,3,15)
C0M37Y3K15 
(0%,37%,3%,15%)
(0.00/0.37/0.03/0.15)	

CMYK percentages

%0
%36.57
%3.24
%15.29

Codes

Color #D889D1 in popluar color models

D889D1
RGB216137209
HSL305°50.32%69.22%
HSB/HSV305°36.57%84.71%
CMYK0.00%36.57%3.24%
15.29%

Color #D889D1 in popluar number systems.

HEXD889D1
Decimal216137209
Binary110110001000100111010001
Octal330211321

Shades and tints

Shades of #D889D1

#D889D1
(216,137,209)
#C57DBE
(197,125,190)
#B271AB
(178,113,171)
#9F6598
(159,101,152)
#8C5985
(140,89,133)
#794D72
(121,77,114)
#66415F
(102,65,95)
#53354C
(83,53,76)
#402939
(64,41,57)
#2D1D26
(45,29,38)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #D889D1

#D889D1
(216,137,209)
#DB93D5
(219,147,213)
#DE9DD9
(222,157,217)
#E1A7DD
(225,167,221)
#E4B1E1
(228,177,225)
#E7BBE5
(231,187,229)
#EAC5E9
(234,197,233)
#EDCFED
(237,207,237)
#F0D9F1
(240,217,241)
#F3E3F5
(243,227,245)
#F6EDF9
(246,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D889D1; }

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

This text font color is #D889D1.


Background Color

.myBgColor { background-color: #D889D1; }

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

This div background color is #D889D1.


Border color

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

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

This div border color is #D889D1.


Opacity

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

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

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

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

This text has shadow with #D889D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D889D1 on black background.


Color preview on white background

This text has color #D889D1 on white background.



Black color preview on #D889D1 background

This text has black color on #D889D1 background.


White color preview on #D889D1 background

This text has white color on #D889D1 background.