COLOR #D87CD4

HEX: #D87CD4
RGB: (216,124,212)

Color info

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

RGB color model

#D87CD4 color RGB value is (216,124,212).

  • red value is 216;
  • green value is 124;
  • blue value is 212.
RGB:
(216,124,212)
(85%,49%,83%)

RGB channels and saturation

R 216 of 255 = 85%
G 124 of 255 = 49%
B 212 of 255 = 83%

216
124
212

R + G + B ~ 72%. #D87CD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 124 + 212 = 552 (100%)
R 216 of 552 ~ 39.13%
G 124 of 552 ~ 22.46%
B 212 of 552 ~ 38.41%

%39.13
%22.46
%38.41

CMYK color model

#D87CD4 color CMYK value is (0,43,2,15).

  • cyan value is 0.00%
  • magenta value is 42.59%
  • yellow value is 1.85%
  • key color value is 15.29%
CMYK:
(0,43,2,15)
C0M43Y2K15 
(0%,43%,2%,15%)
(0.00/0.43/0.02/0.15)	

CMYK percentages

%0
%42.59
%1.85
%15.29

Codes

Color #D87CD4 in popluar color models

D87CD4
RGB216124212
HSL303°54.12%66.67%
HSB/HSV303°42.59%84.71%
CMYK0.00%42.59%1.85%
15.29%

Color #D87CD4 in popluar number systems.

HEXD87CD4
Decimal216124212
Binary11011000111110011010100
Octal330174324

Shades and tints

Shades of #D87CD4

#D87CD4
(216,124,212)
#C571C1
(197,113,193)
#B266AE
(178,102,174)
#9F5B9B
(159,91,155)
#8C5088
(140,80,136)
#794575
(121,69,117)
#663A62
(102,58,98)
#532F4F
(83,47,79)
#40243C
(64,36,60)
#2D1929
(45,25,41)
#1A0E16
(26,14,22)
#000000
(0,0,0)

Tints of #D87CD4

#D87CD4
(216,124,212)
#DB87D7
(219,135,215)
#DE92DA
(222,146,218)
#E19DDD
(225,157,221)
#E4A8E0
(228,168,224)
#E7B3E3
(231,179,227)
#EABEE6
(234,190,230)
#EDC9E9
(237,201,233)
#F0D4EC
(240,212,236)
#F3DFEF
(243,223,239)
#F6EAF2
(246,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D87CD4 color. Also use rgb(216,124,212) instead hex code.

Text Font Color

.myTextColor { color: #D87CD4; }

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

This text font color is #D87CD4.


Background Color

.myBgColor { background-color: #D87CD4; }

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

This div background color is #D87CD4.


Border color

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

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

This div border color is #D87CD4.


Opacity

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

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

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

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

This text has shadow with #D87CD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D87CD4 on black background.


Color preview on white background

This text has color #D87CD4 on white background.



Black color preview on #D87CD4 background

This text has black color on #D87CD4 background.


White color preview on #D87CD4 background

This text has white color on #D87CD4 background.