COLOR #D89FF9

HEX: #D89FF9
RGB: (216,159,249)

Color info

#D89FF9 contains mainly red and blue colors. Web safe color of #D89FF9 is #CC99FF (or #C9F).

RGB color model

#D89FF9 color RGB value is (216,159,249).

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

RGB channels and saturation

R 216 of 255 = 85%
G 159 of 255 = 62%
B 249 of 255 = 98%

216
159
249

R + G + B ~ 82%. #D89FF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 159 + 249 = 624 (100%)
R 216 of 624 ~ 34.62%
G 159 of 624 ~ 25.48%
B 249 of 624 ~ 39.9%

%34.62
%25.48
%39.9

CMYK color model

#D89FF9 color CMYK value is (13,36,0,2).

  • cyan value is 13.25%
  • magenta value is 36.14%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(13,36,0,2)
C13M36Y0K2 
(13%,36%,0%,2%)
(0.13/0.36/0.00/0.02)	

CMYK percentages

%13.25
%36.14
%0
%2.35

Codes

Color #D89FF9 in popluar color models

D89FF9
RGB216159249
HSL278°88.24%80.00%
HSB/HSV278°36.14%97.65%
CMYK13.25%36.14%0.00%
2.35%

Color #D89FF9 in popluar number systems.

HEXD89FF9
Decimal216159249
Binary110110001001111111111001
Octal330237371

Shades and tints

Shades of #D89FF9

#D89FF9
(216,159,249)
#C591E3
(197,145,227)
#B283CD
(178,131,205)
#9F75B7
(159,117,183)
#8C67A1
(140,103,161)
#79598B
(121,89,139)
#664B75
(102,75,117)
#533D5F
(83,61,95)
#402F49
(64,47,73)
#2D2133
(45,33,51)
#1A131D
(26,19,29)
#000000
(0,0,0)

Tints of #D89FF9

#D89FF9
(216,159,249)
#DBA7F9
(219,167,249)
#DEAFF9
(222,175,249)
#E1B7F9
(225,183,249)
#E4BFF9
(228,191,249)
#E7C7F9
(231,199,249)
#EACFF9
(234,207,249)
#EDD7F9
(237,215,249)
#F0DFF9
(240,223,249)
#F3E7F9
(243,231,249)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89FF9; }

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

This text font color is #D89FF9.


Background Color

.myBgColor { background-color: #D89FF9; }

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

This div background color is #D89FF9.


Border color

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

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

This div border color is #D89FF9.


Opacity

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

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

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

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

This text has shadow with #D89FF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89FF9 on black background.


Color preview on white background

This text has color #D89FF9 on white background.



Black color preview on #D89FF9 background

This text has black color on #D89FF9 background.


White color preview on #D89FF9 background

This text has white color on #D89FF9 background.