COLOR #D87FCA

HEX: #D87FCA
RGB: (216,127,202)

Color info

#D87FCA contains mainly red and blue colors. Web safe color of #D87FCA is #CC66CC (or #C6C).

RGB color model

#D87FCA color RGB value is (216,127,202).

  • red value is 216;
  • green value is 127;
  • blue value is 202.
RGB:
(216,127,202)
(85%,50%,79%)

RGB channels and saturation

R 216 of 255 = 85%
G 127 of 255 = 50%
B 202 of 255 = 79%

216
127
202

R + G + B ~ 71%. #D87FCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 127 + 202 = 545 (100%)
R 216 of 545 ~ 39.63%
G 127 of 545 ~ 23.3%
B 202 of 545 ~ 37.06%

%39.63
%23.3
%37.06

CMYK color model

#D87FCA color CMYK value is (0,41,6,15).

  • cyan value is 0.00%
  • magenta value is 41.20%
  • yellow value is 6.48%
  • key color value is 15.29%
CMYK:
(0,41,6,15)
C0M41Y6K15 
(0%,41%,6%,15%)
(0.00/0.41/0.06/0.15)	

CMYK percentages

%0
%41.2
%6.48
%15.29

Codes

Color #D87FCA in popluar color models

D87FCA
RGB216127202
HSL309°53.29%67.25%
HSB/HSV309°41.20%84.71%
CMYK0.00%41.20%6.48%
15.29%

Color #D87FCA in popluar number systems.

HEXD87FCA
Decimal216127202
Binary11011000111111111001010
Octal330177312

Shades and tints

Shades of #D87FCA

#D87FCA
(216,127,202)
#C574B8
(197,116,184)
#B269A6
(178,105,166)
#9F5E94
(159,94,148)
#8C5382
(140,83,130)
#794870
(121,72,112)
#663D5E
(102,61,94)
#53324C
(83,50,76)
#40273A
(64,39,58)
#2D1C28
(45,28,40)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #D87FCA

#D87FCA
(216,127,202)
#DB8ACE
(219,138,206)
#DE95D2
(222,149,210)
#E1A0D6
(225,160,214)
#E4ABDA
(228,171,218)
#E7B6DE
(231,182,222)
#EAC1E2
(234,193,226)
#EDCCE6
(237,204,230)
#F0D7EA
(240,215,234)
#F3E2EE
(243,226,238)
#F6EDF2
(246,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D87FCA color. Also use rgb(216,127,202) instead hex code.

Text Font Color

.myTextColor { color: #D87FCA; }

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

This text font color is #D87FCA.


Background Color

.myBgColor { background-color: #D87FCA; }

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

This div background color is #D87FCA.


Border color

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

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

This div border color is #D87FCA.


Opacity

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

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

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

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

This text has shadow with #D87FCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D87FCA on black background.


Color preview on white background

This text has color #D87FCA on white background.



Black color preview on #D87FCA background

This text has black color on #D87FCA background.


White color preview on #D87FCA background

This text has white color on #D87FCA background.