COLOR #D56D91

HEX: #D56D91
RGB: (213,109,145)

Color info

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

RGB color model

#D56D91 color RGB value is (213,109,145).

  • red value is 213;
  • green value is 109;
  • blue value is 145.
RGB:
(213,109,145)
(84%,43%,57%)

RGB channels and saturation

R 213 of 255 = 84%
G 109 of 255 = 43%
B 145 of 255 = 57%

213
109
145

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

Portions of RGB colors in percentages

R + G + B =
213 + 109 + 145 = 467 (100%)
R 213 of 467 ~ 45.61%
G 109 of 467 ~ 23.34%
B 145 of 467 ~ 31.05%

%45.61
%23.34
%31.05

CMYK color model

#D56D91 color CMYK value is (0,49,32,16).

  • cyan value is 0.00%
  • magenta value is 48.83%
  • yellow value is 31.92%
  • key color value is 16.47%
CMYK:
(0,49,32,16)
C0M49Y32K16 
(0%,49%,32%,16%)
(0.00/0.49/0.32/0.16)	

CMYK percentages

%0
%48.83
%31.92
%16.47

Codes

Color #D56D91 in popluar color models

D56D91
RGB213109145
HSL339°55.32%63.14%
HSB/HSV339°48.83%83.53%
CMYK0.00%48.83%31.92%
16.47%

Color #D56D91 in popluar number systems.

HEXD56D91
Decimal213109145
Binary11010101110110110010001
Octal325155221

Shades and tints

Shades of #D56D91

#D56D91
(213,109,145)
#C26484
(194,100,132)
#AF5B77
(175,91,119)
#9C526A
(156,82,106)
#89495D
(137,73,93)
#764050
(118,64,80)
#633743
(99,55,67)
#502E36
(80,46,54)
#3D2529
(61,37,41)
#2A1C1C
(42,28,28)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #D56D91

#D56D91
(213,109,145)
#D87A9B
(216,122,155)
#DB87A5
(219,135,165)
#DE94AF
(222,148,175)
#E1A1B9
(225,161,185)
#E4AEC3
(228,174,195)
#E7BBCD
(231,187,205)
#EAC8D7
(234,200,215)
#EDD5E1
(237,213,225)
#F0E2EB
(240,226,235)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D56D91 color. Also use rgb(213,109,145) instead hex code.

Text Font Color

.myTextColor { color: #D56D91; }

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

This text font color is #D56D91.


Background Color

.myBgColor { background-color: #D56D91; }

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

This div background color is #D56D91.


Border color

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

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

This div border color is #D56D91.


Opacity

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

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

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

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

This text has shadow with #D56D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D56D91 on black background.


Color preview on white background

This text has color #D56D91 on white background.



Black color preview on #D56D91 background

This text has black color on #D56D91 background.


White color preview on #D56D91 background

This text has white color on #D56D91 background.