COLOR #D784B0

HEX: #D784B0
RGB: (215,132,176)

Color info

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

RGB color model

#D784B0 color RGB value is (215,132,176).

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

RGB channels and saturation

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

215
132
176

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

Portions of RGB colors in percentages

R + G + B =
215 + 132 + 176 = 523 (100%)
R 215 of 523 ~ 41.11%
G 132 of 523 ~ 25.24%
B 176 of 523 ~ 33.65%

%41.11
%25.24
%33.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.60%
  • yellow value is 18.14%
  • 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
%18.14
%15.69

Codes

Color #D784B0 in popluar color models

D784B0
RGB215132176
HSL328°50.92%68.04%
HSB/HSV328°38.60%84.31%
CMYK0.00%38.60%18.14%
15.69%

Color #D784B0 in popluar number systems.

HEXD784B0
Decimal215132176
Binary110101111000010010110000
Octal327204260

Shades and tints

Shades of #D784B0

#D784B0
(215,132,176)
#C478A0
(196,120,160)
#B16C90
(177,108,144)
#9E6080
(158,96,128)
#8B5470
(139,84,112)
#784860
(120,72,96)
#653C50
(101,60,80)
#523040
(82,48,64)
#3F2430
(63,36,48)
#2C1820
(44,24,32)
#190C10
(25,12,16)
#000000
(0,0,0)

Tints of #D784B0

#D784B0
(215,132,176)
#DA8FB7
(218,143,183)
#DD9ABE
(221,154,190)
#E0A5C5
(224,165,197)
#E3B0CC
(227,176,204)
#E6BBD3
(230,187,211)
#E9C6DA
(233,198,218)
#ECD1E1
(236,209,225)
#EFDCE8
(239,220,232)
#F2E7EF
(242,231,239)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D784B0; }

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

This text font color is #D784B0.


Background Color

.myBgColor { background-color: #D784B0; }

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

This div background color is #D784B0.


Border color

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

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

This div border color is #D784B0.


Opacity

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

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

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

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

This text has shadow with #D784B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D784B0 on black background.


Color preview on white background

This text has color #D784B0 on white background.



Black color preview on #D784B0 background

This text has black color on #D784B0 background.


White color preview on #D784B0 background

This text has white color on #D784B0 background.