COLOR #D787DA

HEX: #D787DA
RGB: (215,135,218)

Color info

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

RGB color model

#D787DA color RGB value is (215,135,218).

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

RGB channels and saturation

R 215 of 255 = 84%
G 135 of 255 = 53%
B 218 of 255 = 85%

215
135
218

R + G + B ~ 74%. #D787DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 135 + 218 = 568 (100%)
R 215 of 568 ~ 37.85%
G 135 of 568 ~ 23.77%
B 218 of 568 ~ 38.38%

%37.85
%23.77
%38.38

CMYK color model

#D787DA color CMYK value is (1,38,0,15).

  • cyan value is 1.38%
  • magenta value is 38.07%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(1,38,0,15)
C1M38Y0K15 
(1%,38%,0%,15%)
(0.01/0.38/0.00/0.15)	

CMYK percentages

%1.38
%38.07
%0
%14.51

Codes

Color #D787DA in popluar color models

D787DA
RGB215135218
HSL298°52.87%69.22%
HSB/HSV298°38.07%85.49%
CMYK1.38%38.07%0.00%
14.51%

Color #D787DA in popluar number systems.

HEXD787DA
Decimal215135218
Binary110101111000011111011010
Octal327207332

Shades and tints

Shades of #D787DA

#D787DA
(215,135,218)
#C47BC7
(196,123,199)
#B16FB4
(177,111,180)
#9E63A1
(158,99,161)
#8B578E
(139,87,142)
#784B7B
(120,75,123)
#653F68
(101,63,104)
#523355
(82,51,85)
#3F2742
(63,39,66)
#2C1B2F
(44,27,47)
#190F1C
(25,15,28)
#000000
(0,0,0)

Tints of #D787DA

#D787DA
(215,135,218)
#DA91DD
(218,145,221)
#DD9BE0
(221,155,224)
#E0A5E3
(224,165,227)
#E3AFE6
(227,175,230)
#E6B9E9
(230,185,233)
#E9C3EC
(233,195,236)
#ECCDEF
(236,205,239)
#EFD7F2
(239,215,242)
#F2E1F5
(242,225,245)
#F5EBF8
(245,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D787DA; }

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

This text font color is #D787DA.


Background Color

.myBgColor { background-color: #D787DA; }

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

This div background color is #D787DA.


Border color

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

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

This div border color is #D787DA.


Opacity

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

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

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

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

This text has shadow with #D787DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D787DA on black background.


Color preview on white background

This text has color #D787DA on white background.



Black color preview on #D787DA background

This text has black color on #D787DA background.


White color preview on #D787DA background

This text has white color on #D787DA background.