COLOR #D56F8B

HEX: #D56F8B
RGB: (213,111,139)

Color info

#D56F8B contains mainly red color. Web safe color of #D56F8B is #CC6699 (or #C69).

RGB color model

#D56F8B color RGB value is (213,111,139).

  • red value is 213;
  • green value is 111;
  • blue value is 139.
RGB:
(213,111,139)
(84%,44%,55%)

RGB channels and saturation

R 213 of 255 = 84%
G 111 of 255 = 44%
B 139 of 255 = 55%

213
111
139

R + G + B ~ 61%. #D56F8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 111 + 139 = 463 (100%)
R 213 of 463 ~ 46%
G 111 of 463 ~ 23.97%
B 139 of 463 ~ 30.02%

%46
%23.97
%30.02

CMYK color model

#D56F8B color CMYK value is (0,48,35,16).

  • cyan value is 0.00%
  • magenta value is 47.89%
  • yellow value is 34.74%
  • key color value is 16.47%
CMYK:
(0,48,35,16)
C0M48Y35K16 
(0%,48%,35%,16%)
(0.00/0.48/0.35/0.16)	

CMYK percentages

%0
%47.89
%34.74
%16.47

Codes

Color #D56F8B in popluar color models

D56F8B
RGB213111139
HSL344°54.84%63.53%
HSB/HSV344°47.89%83.53%
CMYK0.00%47.89%34.74%
16.47%

Color #D56F8B in popluar number systems.

HEXD56F8B
Decimal213111139
Binary11010101110111110001011
Octal325157213

Shades and tints

Shades of #D56F8B

#D56F8B
(213,111,139)
#C2657F
(194,101,127)
#AF5B73
(175,91,115)
#9C5167
(156,81,103)
#89475B
(137,71,91)
#763D4F
(118,61,79)
#633343
(99,51,67)
#502937
(80,41,55)
#3D1F2B
(61,31,43)
#2A151F
(42,21,31)
#170B13
(23,11,19)
#000000
(0,0,0)

Tints of #D56F8B

#D56F8B
(213,111,139)
#D87C95
(216,124,149)
#DB899F
(219,137,159)
#DE96A9
(222,150,169)
#E1A3B3
(225,163,179)
#E4B0BD
(228,176,189)
#E7BDC7
(231,189,199)
#EACAD1
(234,202,209)
#EDD7DB
(237,215,219)
#F0E4E5
(240,228,229)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D56F8B color. Also use rgb(213,111,139) instead hex code.

Text Font Color

.myTextColor { color: #D56F8B; }

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

This text font color is #D56F8B.


Background Color

.myBgColor { background-color: #D56F8B; }

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

This div background color is #D56F8B.


Border color

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

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

This div border color is #D56F8B.


Opacity

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

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

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

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

This text has shadow with #D56F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D56F8B on black background.


Color preview on white background

This text has color #D56F8B on white background.



Black color preview on #D56F8B background

This text has black color on #D56F8B background.


White color preview on #D56F8B background

This text has white color on #D56F8B background.