COLOR #D788D1

HEX: #D788D1
RGB: (215,136,209)

Color info

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

RGB color model

#D788D1 color RGB value is (215,136,209).

  • red value is 215;
  • green value is 136;
  • blue value is 209.
RGB:
(215,136,209)
(84%,53%,82%)

RGB channels and saturation

R 215 of 255 = 84%
G 136 of 255 = 53%
B 209 of 255 = 82%

215
136
209

R + G + B ~ 73%. #D788D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 136 + 209 = 560 (100%)
R 215 of 560 ~ 38.39%
G 136 of 560 ~ 24.29%
B 209 of 560 ~ 37.32%

%38.39
%24.29
%37.32

CMYK color model

#D788D1 color CMYK value is (0,37,3,16).

  • cyan value is 0.00%
  • magenta value is 36.74%
  • yellow value is 2.79%
  • key color value is 15.69%
CMYK:
(0,37,3,16)
C0M37Y3K16 
(0%,37%,3%,16%)
(0.00/0.37/0.03/0.16)	

CMYK percentages

%0
%36.74
%2.79
%15.69

Codes

Color #D788D1 in popluar color models

D788D1
RGB215136209
HSL305°49.69%68.82%
HSB/HSV305°36.74%84.31%
CMYK0.00%36.74%2.79%
15.69%

Color #D788D1 in popluar number systems.

HEXD788D1
Decimal215136209
Binary110101111000100011010001
Octal327210321

Shades and tints

Shades of #D788D1

#D788D1
(215,136,209)
#C47CBE
(196,124,190)
#B170AB
(177,112,171)
#9E6498
(158,100,152)
#8B5885
(139,88,133)
#784C72
(120,76,114)
#65405F
(101,64,95)
#52344C
(82,52,76)
#3F2839
(63,40,57)
#2C1C26
(44,28,38)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #D788D1

#D788D1
(215,136,209)
#DA92D5
(218,146,213)
#DD9CD9
(221,156,217)
#E0A6DD
(224,166,221)
#E3B0E1
(227,176,225)
#E6BAE5
(230,186,229)
#E9C4E9
(233,196,233)
#ECCEED
(236,206,237)
#EFD8F1
(239,216,241)
#F2E2F5
(242,226,245)
#F5ECF9
(245,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D788D1 color. Also use rgb(215,136,209) instead hex code.

Text Font Color

.myTextColor { color: #D788D1; }

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

This text font color is #D788D1.


Background Color

.myBgColor { background-color: #D788D1; }

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

This div background color is #D788D1.


Border color

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

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

This div border color is #D788D1.


Opacity

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

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

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

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

This text has shadow with #D788D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D788D1 on black background.


Color preview on white background

This text has color #D788D1 on white background.



Black color preview on #D788D1 background

This text has black color on #D788D1 background.


White color preview on #D788D1 background

This text has white color on #D788D1 background.