COLOR #D77EAD

HEX: #D77EAD RGB: (215,126,173)

Color info

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

RGB color model

#D77EAD color RGB value is (215,126,173).

RGB: (215,126,173) (84%, 49%, 68%)

RGB channels and saturation

R 215 of 255 = 84%
G 126 of 255 = 49%
B 173 of 255 = 68%

215
126
173

R + G + B ~ 67%. #D77EAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 126 + 173 = 514 (100%)
R 215 of 514 ~ 41.83%
G 126 of 514 ~ 24.51%
B 173 of 514 ~ 33.66'%

%41.83
%24.51
%33.66

CMYK color model

#D77EAD color CMYK value is (0,41,20,16).

  • cyan value is 0.00%
  • magenta value is 41.40%
  • yellow value is 19.53%
  • key color value is 15.69%

CMYK: (0,41,20,16)
C0M41Y20K16 (0%, 41%, 20%, 16%)
(0.00 / 0.41 / 0.20 / 0.16)

CMYK percentages

%0
%41.4
%19.53
%15.69

Codes

Color #D77EAD in popluar color models

D7 7E AD
RGB 215 126 173
HSL 328° 52.66% 66.86%
HSB/HSV 328° 41.40% 84.31%
CMYK 0.00% 41.40% 19.53%
15.69%

Color #D77EAD in popluar number systems.

HEX D7 7E AD
Decimal 215 126 173
Binary 11010111 1111110 10101101
Octal 327 176 255

Shades and tints

Shades of #D77EAD

#D77EAD
(215,126,173)
#C4739E
(196,115,158)
#B1688F
(177,104,143)
#9E5D80
(158,93,128)
#8B5271
(139,82,113)
#784762
(120,71,98)
#653C53
(101,60,83)
#523144
(82,49,68)
#3F2635
(63,38,53)
#2C1B26
(44,27,38)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #D77EAD

#D77EAD
(215,126,173)
#DA89B4
(218,137,180)
#DD94BB
(221,148,187)
#E09FC2
(224,159,194)
#E3AAC9
(227,170,201)
#E6B5D0
(230,181,208)
#E9C0D7
(233,192,215)
#ECCBDE
(236,203,222)
#EFD6E5
(239,214,229)
#F2E1EC
(242,225,236)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D77EAD color. Also use rgb(215,126,173) instead hex code.

Text Font Color

.myTextColor { color: #D77EAD; }

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

This text font color is #D77EAD.

Background Color

.myBgColor { background-color: #D77EAD; }

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

This div background color is #D77EAD.

Border color

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

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

This div border color is #D77EAD.

Opacity

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

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

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

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

This text has shadow with #D77EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D77EAD.

Preview

Color preview on black background

This text has color #D77EAD on black background.


Color preview on white background

This text has color #D77EAD on white background.


Black color preview on #D77EAD background

This text has black color on #D77EAD background.


White color preview on #D77EAD background

This text has white color on #D77EAD background.


Related colors

Complementary color

Complementary color for #hex is #288152.


I love getcolorcode.com

Triadic colors

1 #ADD77E and #7EADD7 with #D77EAD are triadic colors.

2 #AD7ED7 and #7ED7AD with #D77EAD are triadic colors.