COLOR #D787CC

HEX: #D787CC RGB: (215,135,204)

Color info

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

RGB color model

#D787CC color RGB value is (215,135,204).

RGB: (215,135,204) (84%, 53%, 80%)

RGB channels and saturation

R 215 of 255 = 84%
G 135 of 255 = 53%
B 204 of 255 = 80%

215
135
204

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

Portions of RGB colors in percentages

R + G + B = 215 + 135 + 204 = 554 (100%)
R 215 of 554 ~ 38.81%
G 135 of 554 ~ 24.37%
B 204 of 554 ~ 36.82'%

%38.81
%24.37
%36.82

CMYK color model

#D787CC color CMYK value is (0,37,5,16).

  • cyan value is 0.00%
  • magenta value is 37.21%
  • yellow value is 5.12%
  • key color value is 15.69%

CMYK: (0,37,5,16)
C0M37Y5K16 (0%, 37%, 5%, 16%)
(0.00 / 0.37 / 0.05 / 0.16)

CMYK percentages

%0
%37.21
%5.12
%15.69

Codes

Color #D787CC in popluar color models

D7 87 CC
RGB 215 135 204
HSL 308° 50.00% 68.63%
HSB/HSV 308° 37.21% 84.31%
CMYK 0.00% 37.21% 5.12%
15.69%

Color #D787CC in popluar number systems.

HEX D7 87 CC
Decimal 215 135 204
Binary 11010111 10000111 11001100
Octal 327 207 314

Shades and tints

Shades of #D787CC

#D787CC
(215,135,204)
#C47BBA
(196,123,186)
#B16FA8
(177,111,168)
#9E6396
(158,99,150)
#8B5784
(139,87,132)
#784B72
(120,75,114)
#653F60
(101,63,96)
#52334E
(82,51,78)
#3F273C
(63,39,60)
#2C1B2A
(44,27,42)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #D787CC

#D787CC
(215,135,204)
#DA91D0
(218,145,208)
#DD9BD4
(221,155,212)
#E0A5D8
(224,165,216)
#E3AFDC
(227,175,220)
#E6B9E0
(230,185,224)
#E9C3E4
(233,195,228)
#ECCDE8
(236,205,232)
#EFD7EC
(239,215,236)
#F2E1F0
(242,225,240)
#F5EBF4
(245,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D787CC color. Also use rgb(215,135,204) instead hex code.

Text Font Color

.myTextColor { color: #D787CC; }

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

This text font color is #D787CC.

Background Color

.myBgColor { background-color: #D787CC; }

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

This div background color is #D787CC.

Border color

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

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

This div border color is #D787CC.

Opacity

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

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

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

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

This text has shadow with #D787CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D787CC.

Preview

Color preview on black background

This text has color #D787CC on black background.


Color preview on white background

This text has color #D787CC on white background.


Black color preview on #D787CC background

This text has black color on #D787CC background.


White color preview on #D787CC background

This text has white color on #D787CC background.


Related colors

Complementary color

Complementary color for #hex is #287833.


I love getcolorcode.com

Triadic colors

1 #CCD787 and #87CCD7 with #D787CC are triadic colors.

2 #CC87D7 and #87D7CC with #D787CC are triadic colors.