COLOR #D27A71

HEX: #D27A71 RGB: (210,122,113)

Color info

#D27A71 contains mainly red color. Web safe color of #D27A71 is #CC6666 (or #C66).

RGB color model

#D27A71 color RGB value is (210,122,113).

RGB: (210,122,113) (82%, 48%, 44%)

RGB channels and saturation

R 210 of 255 = 82%
G 122 of 255 = 48%
B 113 of 255 = 44%

210
122
113

R + G + B ~ 58%. #D27A71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 210 + 122 + 113 = 445 (100%)
R 210 of 445 ~ 47.19%
G 122 of 445 ~ 27.42%
B 113 of 445 ~ 25.39'%

%47.19
%27.42
%25.39

CMYK color model

#D27A71 color CMYK value is (0,42,46,18).

  • cyan value is 0.00%
  • magenta value is 41.90%
  • yellow value is 46.19%
  • key color value is 17.65%

CMYK: (0,42,46,18)
C0M42Y46K18 (0%, 42%, 46%, 18%)
(0.00 / 0.42 / 0.46 / 0.18)

CMYK percentages

%0
%41.9
%46.19
%17.65

Codes

Color #D27A71 in popluar color models

D2 7A 71
RGB 210 122 113
HSL 51.87% 63.33%
HSB/HSV 46.19% 82.35%
CMYK 0.00% 41.90% 46.19%
17.65%

Color #D27A71 in popluar number systems.

HEX D2 7A 71
Decimal 210 122 113
Binary 11010010 1111010 1110001
Octal 322 172 161

Shades and tints

Shades of #D27A71

#D27A71
(210,122,113)
#BF6F67
(191,111,103)
#AC645D
(172,100,93)
#995953
(153,89,83)
#864E49
(134,78,73)
#73433F
(115,67,63)
#603835
(96,56,53)
#4D2D2B
(77,45,43)
#3A2221
(58,34,33)
#271717
(39,23,23)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #D27A71

#D27A71
(210,122,113)
#D6867D
(214,134,125)
#DA9289
(218,146,137)
#DE9E95
(222,158,149)
#E2AAA1
(226,170,161)
#E6B6AD
(230,182,173)
#EAC2B9
(234,194,185)
#EECEC5
(238,206,197)
#F2DAD1
(242,218,209)
#F6E6DD
(246,230,221)
#FAF2E9
(250,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27A71 color. Also use rgb(210,122,113) instead hex code.

Text Font Color

.myTextColor { color: #D27A71; }

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

This text font color is #D27A71.

Background Color

.myBgColor { background-color: #D27A71; }

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

This div background color is #D27A71.

Border color

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

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

This div border color is #D27A71.

Opacity

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

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

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

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

This text has shadow with #D27A71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D27A71.

Preview

Color preview on black background

This text has color #D27A71 on black background.


Color preview on white background

This text has color #D27A71 on white background.


Black color preview on #D27A71 background

This text has black color on #D27A71 background.


White color preview on #D27A71 background

This text has white color on #D27A71 background.


Related colors

Complementary color

Complementary color for #hex is #2D858E.


I love getcolorcode.com

Triadic colors

1 #71D27A and #7A71D2 with #D27A71 are triadic colors.

2 #717AD2 and #7AD271 with #D27A71 are triadic colors.