COLOR #D89DDA

HEX: #D89DDA
RGB: (216,157,218)

Color info

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

RGB color model

#D89DDA color RGB value is (216,157,218).

  • red value is 216;
  • green value is 157;
  • blue value is 218.
RGB:
(216,157,218)
(85%,62%,85%)

RGB channels and saturation

R 216 of 255 = 85%
G 157 of 255 = 62%
B 218 of 255 = 85%

216
157
218

R + G + B ~ 77%. #D89DDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 157 + 218 = 591 (100%)
R 216 of 591 ~ 36.55%
G 157 of 591 ~ 26.57%
B 218 of 591 ~ 36.89%

%36.55
%26.57
%36.89

CMYK color model

#D89DDA color CMYK value is (1,28,0,15).

  • cyan value is 0.92%
  • magenta value is 27.98%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(1,28,0,15)
C1M28Y0K15 
(1%,28%,0%,15%)
(0.01/0.28/0.00/0.15)	

CMYK percentages

%0.92
%27.98
%0
%14.51

Codes

Color #D89DDA in popluar color models

D89DDA
RGB216157218
HSL298°45.19%73.53%
HSB/HSV298°27.98%85.49%
CMYK0.92%27.98%0.00%
14.51%

Color #D89DDA in popluar number systems.

HEXD89DDA
Decimal216157218
Binary110110001001110111011010
Octal330235332

Shades and tints

Shades of #D89DDA

#D89DDA
(216,157,218)
#C58FC7
(197,143,199)
#B281B4
(178,129,180)
#9F73A1
(159,115,161)
#8C658E
(140,101,142)
#79577B
(121,87,123)
#664968
(102,73,104)
#533B55
(83,59,85)
#402D42
(64,45,66)
#2D1F2F
(45,31,47)
#1A111C
(26,17,28)
#000000
(0,0,0)

Tints of #D89DDA

#D89DDA
(216,157,218)
#DBA5DD
(219,165,221)
#DEADE0
(222,173,224)
#E1B5E3
(225,181,227)
#E4BDE6
(228,189,230)
#E7C5E9
(231,197,233)
#EACDEC
(234,205,236)
#EDD5EF
(237,213,239)
#F0DDF2
(240,221,242)
#F3E5F5
(243,229,245)
#F6EDF8
(246,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89DDA color. Also use rgb(216,157,218) instead hex code.

Text Font Color

.myTextColor { color: #D89DDA; }

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

This text font color is #D89DDA.


Background Color

.myBgColor { background-color: #D89DDA; }

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

This div background color is #D89DDA.


Border color

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

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

This div border color is #D89DDA.


Opacity

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

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

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

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

This text has shadow with #D89DDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89DDA on black background.


Color preview on white background

This text has color #D89DDA on white background.



Black color preview on #D89DDA background

This text has black color on #D89DDA background.


White color preview on #D89DDA background

This text has white color on #D89DDA background.