COLOR #D987D2

HEX: #D987D2
RGB: (217,135,210)

Color info

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

RGB color model

#D987D2 color RGB value is (217,135,210).

  • red value is 217;
  • green value is 135;
  • blue value is 210.
RGB:
(217,135,210)
(85%,53%,82%)

RGB channels and saturation

R 217 of 255 = 85%
G 135 of 255 = 53%
B 210 of 255 = 82%

217
135
210

R + G + B ~ 73%. #D987D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 135 + 210 = 562 (100%)
R 217 of 562 ~ 38.61%
G 135 of 562 ~ 24.02%
B 210 of 562 ~ 37.37%

%38.61
%24.02
%37.37

CMYK color model

#D987D2 color CMYK value is (0,38,3,15).

  • cyan value is 0.00%
  • magenta value is 37.79%
  • yellow value is 3.23%
  • key color value is 14.90%
CMYK:
(0,38,3,15)
C0M38Y3K15 
(0%,38%,3%,15%)
(0.00/0.38/0.03/0.15)	

CMYK percentages

%0
%37.79
%3.23
%14.9

Codes

Color #D987D2 in popluar color models

D987D2
RGB217135210
HSL305°51.90%69.02%
HSB/HSV305°37.79%85.10%
CMYK0.00%37.79%3.23%
14.90%

Color #D987D2 in popluar number systems.

HEXD987D2
Decimal217135210
Binary110110011000011111010010
Octal331207322

Shades and tints

Shades of #D987D2

#D987D2
(217,135,210)
#C67BBF
(198,123,191)
#B36FAC
(179,111,172)
#A06399
(160,99,153)
#8D5786
(141,87,134)
#7A4B73
(122,75,115)
#673F60
(103,63,96)
#54334D
(84,51,77)
#41273A
(65,39,58)
#2E1B27
(46,27,39)
#1B0F14
(27,15,20)
#000000
(0,0,0)

Tints of #D987D2

#D987D2
(217,135,210)
#DC91D6
(220,145,214)
#DF9BDA
(223,155,218)
#E2A5DE
(226,165,222)
#E5AFE2
(229,175,226)
#E8B9E6
(232,185,230)
#EBC3EA
(235,195,234)
#EECDEE
(238,205,238)
#F1D7F2
(241,215,242)
#F4E1F6
(244,225,246)
#F7EBFA
(247,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D987D2; }

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

This text font color is #D987D2.


Background Color

.myBgColor { background-color: #D987D2; }

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

This div background color is #D987D2.


Border color

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

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

This div border color is #D987D2.


Opacity

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

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

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

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

This text has shadow with #D987D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D987D2 on black background.


Color preview on white background

This text has color #D987D2 on white background.



Black color preview on #D987D2 background

This text has black color on #D987D2 background.


White color preview on #D987D2 background

This text has white color on #D987D2 background.