COLOR #D89FE1

HEX: #D89FE1
RGB: (216,159,225)

Color info

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

RGB color model

#D89FE1 color RGB value is (216,159,225).

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

RGB channels and saturation

R 216 of 255 = 85%
G 159 of 255 = 62%
B 225 of 255 = 88%

216
159
225

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

Portions of RGB colors in percentages

R + G + B =
216 + 159 + 225 = 600 (100%)
R 216 of 600 ~ 36%
G 159 of 600 ~ 26.5%
B 225 of 600 ~ 37.5%

%36
%26.5
%37.5

CMYK color model

#D89FE1 color CMYK value is (4,29,0,12).

  • cyan value is 4.00%
  • magenta value is 29.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(4,29,0,12)
C4M29Y0K12 
(4%,29%,0%,12%)
(0.04/0.29/0.00/0.12)	

CMYK percentages

%4
%29.33
%0
%11.76

Codes

Color #D89FE1 in popluar color models

D89FE1
RGB216159225
HSL292°52.38%75.29%
HSB/HSV292°29.33%88.24%
CMYK4.00%29.33%0.00%
11.76%

Color #D89FE1 in popluar number systems.

HEXD89FE1
Decimal216159225
Binary110110001001111111100001
Octal330237341

Shades and tints

Shades of #D89FE1

#D89FE1
(216,159,225)
#C591CD
(197,145,205)
#B283B9
(178,131,185)
#9F75A5
(159,117,165)
#8C6791
(140,103,145)
#79597D
(121,89,125)
#664B69
(102,75,105)
#533D55
(83,61,85)
#402F41
(64,47,65)
#2D212D
(45,33,45)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #D89FE1

#D89FE1
(216,159,225)
#DBA7E3
(219,167,227)
#DEAFE5
(222,175,229)
#E1B7E7
(225,183,231)
#E4BFE9
(228,191,233)
#E7C7EB
(231,199,235)
#EACFED
(234,207,237)
#EDD7EF
(237,215,239)
#F0DFF1
(240,223,241)
#F3E7F3
(243,231,243)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89FE1; }

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

This text font color is #D89FE1.


Background Color

.myBgColor { background-color: #D89FE1; }

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

This div background color is #D89FE1.


Border color

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

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

This div border color is #D89FE1.


Opacity

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

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

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

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

This text has shadow with #D89FE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89FE1 on black background.


Color preview on white background

This text has color #D89FE1 on white background.



Black color preview on #D89FE1 background

This text has black color on #D89FE1 background.


White color preview on #D89FE1 background

This text has white color on #D89FE1 background.