COLOR #D784B1

HEX: #D784B1
RGB: (215,132,177)

Color info

#D784B1 contains mainly red and blue colors. Web safe color of #D784B1 is #CC9999 (or #C99).

RGB color model

#D784B1 color RGB value is (215,132,177).

  • red value is 215;
  • green value is 132;
  • blue value is 177.
RGB:
(215,132,177)
(84%,52%,69%)

RGB channels and saturation

R 215 of 255 = 84%
G 132 of 255 = 52%
B 177 of 255 = 69%

215
132
177

R + G + B ~ 68%. #D784B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 132 + 177 = 524 (100%)
R 215 of 524 ~ 41.03%
G 132 of 524 ~ 25.19%
B 177 of 524 ~ 33.78%

%41.03
%25.19
%33.78

CMYK color model

#D784B1 color CMYK value is (0,39,18,16).

  • cyan value is 0.00%
  • magenta value is 38.60%
  • yellow value is 17.67%
  • key color value is 15.69%
CMYK:
(0,39,18,16)
C0M39Y18K16 
(0%,39%,18%,16%)
(0.00/0.39/0.18/0.16)	

CMYK percentages

%0
%38.6
%17.67
%15.69

Codes

Color #D784B1 in popluar color models

D784B1
RGB215132177
HSL327°50.92%68.04%
HSB/HSV327°38.60%84.31%
CMYK0.00%38.60%17.67%
15.69%

Color #D784B1 in popluar number systems.

HEXD784B1
Decimal215132177
Binary110101111000010010110001
Octal327204261

Shades and tints

Shades of #D784B1

#D784B1
(215,132,177)
#C478A1
(196,120,161)
#B16C91
(177,108,145)
#9E6081
(158,96,129)
#8B5471
(139,84,113)
#784861
(120,72,97)
#653C51
(101,60,81)
#523041
(82,48,65)
#3F2431
(63,36,49)
#2C1821
(44,24,33)
#190C11
(25,12,17)
#000000
(0,0,0)

Tints of #D784B1

#D784B1
(215,132,177)
#DA8FB8
(218,143,184)
#DD9ABF
(221,154,191)
#E0A5C6
(224,165,198)
#E3B0CD
(227,176,205)
#E6BBD4
(230,187,212)
#E9C6DB
(233,198,219)
#ECD1E2
(236,209,226)
#EFDCE9
(239,220,233)
#F2E7F0
(242,231,240)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D784B1 color. Also use rgb(215,132,177) instead hex code.

Text Font Color

.myTextColor { color: #D784B1; }

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

This text font color is #D784B1.


Background Color

.myBgColor { background-color: #D784B1; }

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

This div background color is #D784B1.


Border color

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

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

This div border color is #D784B1.


Opacity

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

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

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

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

This text has shadow with #D784B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D784B1 on black background.


Color preview on white background

This text has color #D784B1 on white background.



Black color preview on #D784B1 background

This text has black color on #D784B1 background.


White color preview on #D784B1 background

This text has white color on #D784B1 background.