COLOR #D89FDD

HEX: #D89FDD
RGB: (216,159,221)

Color info

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

RGB color model

#D89FDD color RGB value is (216,159,221).

  • red value is 216;
  • green value is 159;
  • blue value is 221.
RGB:
(216,159,221)
(85%,62%,87%)

RGB channels and saturation

R 216 of 255 = 85%
G 159 of 255 = 62%
B 221 of 255 = 87%

216
159
221

R + G + B ~ 78%. #D89FDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 159 + 221 = 596 (100%)
R 216 of 596 ~ 36.24%
G 159 of 596 ~ 26.68%
B 221 of 596 ~ 37.08%

%36.24
%26.68
%37.08

CMYK color model

#D89FDD color CMYK value is (2,28,0,13).

  • cyan value is 2.26%
  • magenta value is 28.05%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(2,28,0,13)
C2M28Y0K13 
(2%,28%,0%,13%)
(0.02/0.28/0.00/0.13)	

CMYK percentages

%2.26
%28.05
%0
%13.33

Codes

Color #D89FDD in popluar color models

D89FDD
RGB216159221
HSL295°47.69%74.51%
HSB/HSV295°28.05%86.67%
CMYK2.26%28.05%0.00%
13.33%

Color #D89FDD in popluar number systems.

HEXD89FDD
Decimal216159221
Binary110110001001111111011101
Octal330237335

Shades and tints

Shades of #D89FDD

#D89FDD
(216,159,221)
#C591C9
(197,145,201)
#B283B5
(178,131,181)
#9F75A1
(159,117,161)
#8C678D
(140,103,141)
#795979
(121,89,121)
#664B65
(102,75,101)
#533D51
(83,61,81)
#402F3D
(64,47,61)
#2D2129
(45,33,41)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #D89FDD

#D89FDD
(216,159,221)
#DBA7E0
(219,167,224)
#DEAFE3
(222,175,227)
#E1B7E6
(225,183,230)
#E4BFE9
(228,191,233)
#E7C7EC
(231,199,236)
#EACFEF
(234,207,239)
#EDD7F2
(237,215,242)
#F0DFF5
(240,223,245)
#F3E7F8
(243,231,248)
#F6EFFB
(246,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89FDD color. Also use rgb(216,159,221) instead hex code.

Text Font Color

.myTextColor { color: #D89FDD; }

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

This text font color is #D89FDD.


Background Color

.myBgColor { background-color: #D89FDD; }

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

This div background color is #D89FDD.


Border color

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

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

This div border color is #D89FDD.


Opacity

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

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

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

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

This text has shadow with #D89FDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89FDD on black background.


Color preview on white background

This text has color #D89FDD on white background.



Black color preview on #D89FDD background

This text has black color on #D89FDD background.


White color preview on #D89FDD background

This text has white color on #D89FDD background.