COLOR #D477AD

HEX: #D477AD
RGB: (212,119,173)

Color info

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

RGB color model

#D477AD color RGB value is (212,119,173).

  • red value is 212;
  • green value is 119;
  • blue value is 173.
RGB:
(212,119,173)
(83%,47%,68%)

RGB channels and saturation

R 212 of 255 = 83%
G 119 of 255 = 47%
B 173 of 255 = 68%

212
119
173

R + G + B ~ 66%. #D477AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 119 + 173 = 504 (100%)
R 212 of 504 ~ 42.06%
G 119 of 504 ~ 23.61%
B 173 of 504 ~ 34.33%

%42.06
%23.61
%34.33

CMYK color model

#D477AD color CMYK value is (0,44,18,17).

  • cyan value is 0.00%
  • magenta value is 43.87%
  • yellow value is 18.40%
  • key color value is 16.86%
CMYK:
(0,44,18,17)
C0M44Y18K17 
(0%,44%,18%,17%)
(0.00/0.44/0.18/0.17)	

CMYK percentages

%0
%43.87
%18.4
%16.86

Codes

Color #D477AD in popluar color models

D477AD
RGB212119173
HSL325°51.96%64.90%
HSB/HSV325°43.87%83.14%
CMYK0.00%43.87%18.40%
16.86%

Color #D477AD in popluar number systems.

HEXD477AD
Decimal212119173
Binary11010100111011110101101
Octal324167255

Shades and tints

Shades of #D477AD

#D477AD
(212,119,173)
#C16D9E
(193,109,158)
#AE638F
(174,99,143)
#9B5980
(155,89,128)
#884F71
(136,79,113)
#754562
(117,69,98)
#623B53
(98,59,83)
#4F3144
(79,49,68)
#3C2735
(60,39,53)
#291D26
(41,29,38)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #D477AD

#D477AD
(212,119,173)
#D783B4
(215,131,180)
#DA8FBB
(218,143,187)
#DD9BC2
(221,155,194)
#E0A7C9
(224,167,201)
#E3B3D0
(227,179,208)
#E6BFD7
(230,191,215)
#E9CBDE
(233,203,222)
#ECD7E5
(236,215,229)
#EFE3EC
(239,227,236)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D477AD color. Also use rgb(212,119,173) instead hex code.

Text Font Color

.myTextColor { color: #D477AD; }

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

This text font color is #D477AD.


Background Color

.myBgColor { background-color: #D477AD; }

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

This div background color is #D477AD.


Border color

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

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

This div border color is #D477AD.


Opacity

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

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

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

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

This text has shadow with #D477AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D477AD on black background.


Color preview on white background

This text has color #D477AD on white background.



Black color preview on #D477AD background

This text has black color on #D477AD background.


White color preview on #D477AD background

This text has white color on #D477AD background.