COLOR #D277AD

HEX: #D277AD
RGB: (210,119,173)

Color info

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

RGB color model

#D277AD color RGB value is (210,119,173).

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

RGB channels and saturation

R 210 of 255 = 82%
G 119 of 255 = 47%
B 173 of 255 = 68%

210
119
173

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

Portions of RGB colors in percentages

R + G + B =
210 + 119 + 173 = 502 (100%)
R 210 of 502 ~ 41.83%
G 119 of 502 ~ 23.71%
B 173 of 502 ~ 34.46%

%41.83
%23.71
%34.46

CMYK color model

#D277AD color CMYK value is (0,43,18,18).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 17.62%
  • key color value is 17.65%
CMYK:
(0,43,18,18)
C0M43Y18K18 
(0%,43%,18%,18%)
(0.00/0.43/0.18/0.18)	

CMYK percentages

%0
%43.33
%17.62
%17.65

Codes

Color #D277AD in popluar color models

D277AD
RGB210119173
HSL324°50.28%64.51%
HSB/HSV324°43.33%82.35%
CMYK0.00%43.33%17.62%
17.65%

Color #D277AD in popluar number systems.

HEXD277AD
Decimal210119173
Binary11010010111011110101101
Octal322167255

Shades and tints

Shades of #D277AD

#D277AD
(210,119,173)
#BF6D9E
(191,109,158)
#AC638F
(172,99,143)
#995980
(153,89,128)
#864F71
(134,79,113)
#734562
(115,69,98)
#603B53
(96,59,83)
#4D3144
(77,49,68)
#3A2735
(58,39,53)
#271D26
(39,29,38)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #D277AD

#D277AD
(210,119,173)
#D683B4
(214,131,180)
#DA8FBB
(218,143,187)
#DE9BC2
(222,155,194)
#E2A7C9
(226,167,201)
#E6B3D0
(230,179,208)
#EABFD7
(234,191,215)
#EECBDE
(238,203,222)
#F2D7E5
(242,215,229)
#F6E3EC
(246,227,236)
#FAEFF3
(250,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D277AD; }

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

This text font color is #D277AD.


Background Color

.myBgColor { background-color: #D277AD; }

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

This div background color is #D277AD.


Border color

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

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

This div border color is #D277AD.


Opacity

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

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

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

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

This text has shadow with #D277AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D277AD on black background.


Color preview on white background

This text has color #D277AD on white background.



Black color preview on #D277AD background

This text has black color on #D277AD background.


White color preview on #D277AD background

This text has white color on #D277AD background.