COLOR #D76DA6

HEX: #D76DA6
RGB: (215,109,166)

Color info

#D76DA6 contains mainly red and blue colors. Web safe color of #D76DA6 is #CC6699 (or #C69).

RGB color model

#D76DA6 color RGB value is (215,109,166).

  • red value is 215;
  • green value is 109;
  • blue value is 166.
RGB:
(215,109,166)
(84%,43%,65%)

RGB channels and saturation

R 215 of 255 = 84%
G 109 of 255 = 43%
B 166 of 255 = 65%

215
109
166

R + G + B ~ 64%. #D76DA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 109 + 166 = 490 (100%)
R 215 of 490 ~ 43.88%
G 109 of 490 ~ 22.24%
B 166 of 490 ~ 33.88%

%43.88
%22.24
%33.88

CMYK color model

#D76DA6 color CMYK value is (0,49,23,16).

  • cyan value is 0.00%
  • magenta value is 49.30%
  • yellow value is 22.79%
  • key color value is 15.69%
CMYK:
(0,49,23,16)
C0M49Y23K16 
(0%,49%,23%,16%)
(0.00/0.49/0.23/0.16)	

CMYK percentages

%0
%49.3
%22.79
%15.69

Codes

Color #D76DA6 in popluar color models

D76DA6
RGB215109166
HSL328°56.99%63.53%
HSB/HSV328°49.30%84.31%
CMYK0.00%49.30%22.79%
15.69%

Color #D76DA6 in popluar number systems.

HEXD76DA6
Decimal215109166
Binary11010111110110110100110
Octal327155246

Shades and tints

Shades of #D76DA6

#D76DA6
(215,109,166)
#C46497
(196,100,151)
#B15B88
(177,91,136)
#9E5279
(158,82,121)
#8B496A
(139,73,106)
#78405B
(120,64,91)
#65374C
(101,55,76)
#522E3D
(82,46,61)
#3F252E
(63,37,46)
#2C1C1F
(44,28,31)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #D76DA6

#D76DA6
(215,109,166)
#DA7AAE
(218,122,174)
#DD87B6
(221,135,182)
#E094BE
(224,148,190)
#E3A1C6
(227,161,198)
#E6AECE
(230,174,206)
#E9BBD6
(233,187,214)
#ECC8DE
(236,200,222)
#EFD5E6
(239,213,230)
#F2E2EE
(242,226,238)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76DA6 color. Also use rgb(215,109,166) instead hex code.

Text Font Color

.myTextColor { color: #D76DA6; }

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

This text font color is #D76DA6.


Background Color

.myBgColor { background-color: #D76DA6; }

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

This div background color is #D76DA6.


Border color

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

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

This div border color is #D76DA6.


Opacity

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

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

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

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

This text has shadow with #D76DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76DA6 on black background.


Color preview on white background

This text has color #D76DA6 on white background.



Black color preview on #D76DA6 background

This text has black color on #D76DA6 background.


White color preview on #D76DA6 background

This text has white color on #D76DA6 background.