COLOR #D889C6

HEX: #D889C6
RGB: (216,137,198)

Color info

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

RGB color model

#D889C6 color RGB value is (216,137,198).

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

RGB channels and saturation

R 216 of 255 = 85%
G 137 of 255 = 54%
B 198 of 255 = 78%

216
137
198

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

Portions of RGB colors in percentages

R + G + B =
216 + 137 + 198 = 551 (100%)
R 216 of 551 ~ 39.2%
G 137 of 551 ~ 24.86%
B 198 of 551 ~ 35.93%

%39.2
%24.86
%35.93

CMYK color model

#D889C6 color CMYK value is (0,37,8,15).

  • cyan value is 0.00%
  • magenta value is 36.57%
  • yellow value is 8.33%
  • key color value is 15.29%
CMYK:
(0,37,8,15)
C0M37Y8K15 
(0%,37%,8%,15%)
(0.00/0.37/0.08/0.15)	

CMYK percentages

%0
%36.57
%8.33
%15.29

Codes

Color #D889C6 in popluar color models

D889C6
RGB216137198
HSL314°50.32%69.22%
HSB/HSV314°36.57%84.71%
CMYK0.00%36.57%8.33%
15.29%

Color #D889C6 in popluar number systems.

HEXD889C6
Decimal216137198
Binary110110001000100111000110
Octal330211306

Shades and tints

Shades of #D889C6

#D889C6
(216,137,198)
#C57DB4
(197,125,180)
#B271A2
(178,113,162)
#9F6590
(159,101,144)
#8C597E
(140,89,126)
#794D6C
(121,77,108)
#66415A
(102,65,90)
#533548
(83,53,72)
#402936
(64,41,54)
#2D1D24
(45,29,36)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #D889C6

#D889C6
(216,137,198)
#DB93CB
(219,147,203)
#DE9DD0
(222,157,208)
#E1A7D5
(225,167,213)
#E4B1DA
(228,177,218)
#E7BBDF
(231,187,223)
#EAC5E4
(234,197,228)
#EDCFE9
(237,207,233)
#F0D9EE
(240,217,238)
#F3E3F3
(243,227,243)
#F6EDF8
(246,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D889C6; }

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

This text font color is #D889C6.


Background Color

.myBgColor { background-color: #D889C6; }

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

This div background color is #D889C6.


Border color

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

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

This div border color is #D889C6.


Opacity

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

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

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

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

This text has shadow with #D889C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D889C6 on black background.


Color preview on white background

This text has color #D889C6 on white background.



Black color preview on #D889C6 background

This text has black color on #D889C6 background.


White color preview on #D889C6 background

This text has white color on #D889C6 background.