COLOR #D56170

HEX: #D56170
RGB: (213,97,112)

Color info

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

RGB color model

#D56170 color RGB value is (213,97,112).

  • red value is 213;
  • green value is 97;
  • blue value is 112.
RGB:
(213,97,112)
(84%,38%,44%)

RGB channels and saturation

R 213 of 255 = 84%
G 97 of 255 = 38%
B 112 of 255 = 44%

213
97
112

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

Portions of RGB colors in percentages

R + G + B =
213 + 97 + 112 = 422 (100%)
R 213 of 422 ~ 50.47%
G 97 of 422 ~ 22.99%
B 112 of 422 ~ 26.54%

%50.47
%22.99
%26.54

CMYK color model

#D56170 color CMYK value is (0,54,47,16).

  • cyan value is 0.00%
  • magenta value is 54.46%
  • yellow value is 47.42%
  • key color value is 16.47%
CMYK:
(0,54,47,16)
C0M54Y47K16 
(0%,54%,47%,16%)
(0.00/0.54/0.47/0.16)	

CMYK percentages

%0
%54.46
%47.42
%16.47

Codes

Color #D56170 in popluar color models

D56170
RGB21397112
HSL352°58.00%60.78%
HSB/HSV352°54.46%83.53%
CMYK0.00%54.46%47.42%
16.47%

Color #D56170 in popluar number systems.

HEXD56170
Decimal21397112
Binary1101010111000011110000
Octal325141160

Shades and tints

Shades of #D56170

#D56170
(213,97,112)
#C25966
(194,89,102)
#AF515C
(175,81,92)
#9C4952
(156,73,82)
#894148
(137,65,72)
#76393E
(118,57,62)
#633134
(99,49,52)
#50292A
(80,41,42)
#3D2120
(61,33,32)
#2A1916
(42,25,22)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #D56170

#D56170
(213,97,112)
#D86F7D
(216,111,125)
#DB7D8A
(219,125,138)
#DE8B97
(222,139,151)
#E199A4
(225,153,164)
#E4A7B1
(228,167,177)
#E7B5BE
(231,181,190)
#EAC3CB
(234,195,203)
#EDD1D8
(237,209,216)
#F0DFE5
(240,223,229)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D56170 color. Also use rgb(213,97,112) instead hex code.

Text Font Color

.myTextColor { color: #D56170; }

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

This text font color is #D56170.


Background Color

.myBgColor { background-color: #D56170; }

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

This div background color is #D56170.


Border color

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

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

This div border color is #D56170.


Opacity

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

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

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

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

This text has shadow with #D56170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D56170 on black background.


Color preview on white background

This text has color #D56170 on white background.



Black color preview on #D56170 background

This text has black color on #D56170 background.


White color preview on #D56170 background

This text has white color on #D56170 background.