COLOR #D987E6

HEX: #D987E6 RGB: (217,135,230)

Color info

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

RGB color model

#D987E6 color RGB value is (217,135,230).

RGB: (217,135,230) (85%, 53%, 90%)

RGB channels and saturation

R 217 of 255 = 85%
G 135 of 255 = 53%
B 230 of 255 = 90%

217
135
230

R + G + B ~ 76%. #D987E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 135 + 230 = 582 (100%)
R 217 of 582 ~ 37.29%
G 135 of 582 ~ 23.2%
B 230 of 582 ~ 39.52'%

%37.29
%23.2
%39.52

CMYK color model

#D987E6 color CMYK value is (6,41,0,10).

  • cyan value is 5.65%
  • magenta value is 41.30%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (6,41,0,10)
C6M41Y0K10 (6%, 41%, 0%, 10%)
(0.06 / 0.41 / 0.00 / 0.10)

CMYK percentages

%5.65
%41.3
%0
%9.8

Codes

Color #D987E6 in popluar color models

D9 87 E6
RGB 217 135 230
HSL 292° 65.52% 71.57%
HSB/HSV 292° 41.30% 90.20%
CMYK 5.65% 41.30% 0.00%
9.80%

Color #D987E6 in popluar number systems.

HEX D9 87 E6
Decimal 217 135 230
Binary 11011001 10000111 11100110
Octal 331 207 346

Shades and tints

Shades of #D987E6

#D987E6
(217,135,230)
#C67BD2
(198,123,210)
#B36FBE
(179,111,190)
#A063AA
(160,99,170)
#8D5796
(141,87,150)
#7A4B82
(122,75,130)
#673F6E
(103,63,110)
#54335A
(84,51,90)
#412746
(65,39,70)
#2E1B32
(46,27,50)
#1B0F1E
(27,15,30)
#000000
(0,0,0)

Tints of #D987E6

#D987E6
(217,135,230)
#DC91E8
(220,145,232)
#DF9BEA
(223,155,234)
#E2A5EC
(226,165,236)
#E5AFEE
(229,175,238)
#E8B9F0
(232,185,240)
#EBC3F2
(235,195,242)
#EECDF4
(238,205,244)
#F1D7F6
(241,215,246)
#F4E1F8
(244,225,248)
#F7EBFA
(247,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D987E6 color. Also use rgb(217,135,230) instead hex code.

Text Font Color

.myTextColor { color: #D987E6; }

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

This text font color is #D987E6.

Background Color

.myBgColor { background-color: #D987E6; }

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

This div background color is #D987E6.

Border color

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

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

This div border color is #D987E6.

Opacity

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

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

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

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

This text has shadow with #D987E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D987E6.

Preview

Color preview on black background

This text has color #D987E6 on black background.


Color preview on white background

This text has color #D987E6 on white background.


Black color preview on #D987E6 background

This text has black color on #D987E6 background.


White color preview on #D987E6 background

This text has white color on #D987E6 background.


Related colors

Complementary color

Complementary color for #hex is #267819.


I love getcolorcode.com

Triadic colors

1 #E6D987 and #87E6D9 with #D987E6 are triadic colors.

2 #E687D9 and #87D9E6 with #D987E6 are triadic colors.