COLOR #D989F8

HEX: #D989F8
RGB: (217,137,248)

Color info

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

RGB color model

#D989F8 color RGB value is (217,137,248).

  • red value is 217;
  • green value is 137;
  • blue value is 248.
RGB:
(217,137,248)
(85%,54%,97%)

RGB channels and saturation

R 217 of 255 = 85%
G 137 of 255 = 54%
B 248 of 255 = 97%

217
137
248

R + G + B ~ 79%. #D989F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 137 + 248 = 602 (100%)
R 217 of 602 ~ 36.05%
G 137 of 602 ~ 22.76%
B 248 of 602 ~ 41.2%

%36.05
%22.76
%41.2

CMYK color model

#D989F8 color CMYK value is (13,45,0,3).

  • cyan value is 12.50%
  • magenta value is 44.76%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(13,45,0,3)
C13M45Y0K3 
(13%,45%,0%,3%)
(0.13/0.45/0.00/0.03)	

CMYK percentages

%12.5
%44.76
%0
%2.75

Codes

Color #D989F8 in popluar color models

D989F8
RGB217137248
HSL283°88.80%75.49%
HSB/HSV283°44.76%97.25%
CMYK12.50%44.76%0.00%
2.75%

Color #D989F8 in popluar number systems.

HEXD989F8
Decimal217137248
Binary110110011000100111111000
Octal331211370

Shades and tints

Shades of #D989F8

#D989F8
(217,137,248)
#C67DE2
(198,125,226)
#B371CC
(179,113,204)
#A065B6
(160,101,182)
#8D59A0
(141,89,160)
#7A4D8A
(122,77,138)
#674174
(103,65,116)
#54355E
(84,53,94)
#412948
(65,41,72)
#2E1D32
(46,29,50)
#1B111C
(27,17,28)
#000000
(0,0,0)

Tints of #D989F8

#D989F8
(217,137,248)
#DC93F8
(220,147,248)
#DF9DF8
(223,157,248)
#E2A7F8
(226,167,248)
#E5B1F8
(229,177,248)
#E8BBF8
(232,187,248)
#EBC5F8
(235,197,248)
#EECFF8
(238,207,248)
#F1D9F8
(241,217,248)
#F4E3F8
(244,227,248)
#F7EDF8
(247,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D989F8 color. Also use rgb(217,137,248) instead hex code.

Text Font Color

.myTextColor { color: #D989F8; }

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

This text font color is #D989F8.


Background Color

.myBgColor { background-color: #D989F8; }

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

This div background color is #D989F8.


Border color

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

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

This div border color is #D989F8.


Opacity

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

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

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

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

This text has shadow with #D989F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D989F8 on black background.


Color preview on white background

This text has color #D989F8 on white background.



Black color preview on #D989F8 background

This text has black color on #D989F8 background.


White color preview on #D989F8 background

This text has white color on #D989F8 background.