COLOR #D787C4

HEX: #D787C4
RGB: (215,135,196)

Color info

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

RGB color model

#D787C4 color RGB value is (215,135,196).

  • red value is 215;
  • green value is 135;
  • blue value is 196.
RGB:
(215,135,196)
(84%,53%,77%)

RGB channels and saturation

R 215 of 255 = 84%
G 135 of 255 = 53%
B 196 of 255 = 77%

215
135
196

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

Portions of RGB colors in percentages

R + G + B =
215 + 135 + 196 = 546 (100%)
R 215 of 546 ~ 39.38%
G 135 of 546 ~ 24.73%
B 196 of 546 ~ 35.9%

%39.38
%24.73
%35.9

CMYK color model

#D787C4 color CMYK value is (0,37,9,16).

  • cyan value is 0.00%
  • magenta value is 37.21%
  • yellow value is 8.84%
  • key color value is 15.69%
CMYK:
(0,37,9,16)
C0M37Y9K16 
(0%,37%,9%,16%)
(0.00/0.37/0.09/0.16)	

CMYK percentages

%0
%37.21
%8.84
%15.69

Codes

Color #D787C4 in popluar color models

D787C4
RGB215135196
HSL314°50.00%68.63%
HSB/HSV314°37.21%84.31%
CMYK0.00%37.21%8.84%
15.69%

Color #D787C4 in popluar number systems.

HEXD787C4
Decimal215135196
Binary110101111000011111000100
Octal327207304

Shades and tints

Shades of #D787C4

#D787C4
(215,135,196)
#C47BB3
(196,123,179)
#B16FA2
(177,111,162)
#9E6391
(158,99,145)
#8B5780
(139,87,128)
#784B6F
(120,75,111)
#653F5E
(101,63,94)
#52334D
(82,51,77)
#3F273C
(63,39,60)
#2C1B2B
(44,27,43)
#190F1A
(25,15,26)
#000000
(0,0,0)

Tints of #D787C4

#D787C4
(215,135,196)
#DA91C9
(218,145,201)
#DD9BCE
(221,155,206)
#E0A5D3
(224,165,211)
#E3AFD8
(227,175,216)
#E6B9DD
(230,185,221)
#E9C3E2
(233,195,226)
#ECCDE7
(236,205,231)
#EFD7EC
(239,215,236)
#F2E1F1
(242,225,241)
#F5EBF6
(245,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D787C4; }

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

This text font color is #D787C4.


Background Color

.myBgColor { background-color: #D787C4; }

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

This div background color is #D787C4.


Border color

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

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

This div border color is #D787C4.


Opacity

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

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

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

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

This text has shadow with #D787C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D787C4 on black background.


Color preview on white background

This text has color #D787C4 on white background.



Black color preview on #D787C4 background

This text has black color on #D787C4 background.


White color preview on #D787C4 background

This text has white color on #D787C4 background.