COLOR #D56B93

HEX: #D56B93 RGB: (213,107,147)

Color info

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

RGB color model

#D56B93 color RGB value is (213,107,147).

RGB: (213,107,147) (84%, 42%, 58%)

RGB channels and saturation

R 213 of 255 = 84%
G 107 of 255 = 42%
B 147 of 255 = 58%

213
107
147

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

Portions of RGB colors in percentages

R + G + B = 213 + 107 + 147 = 467 (100%)
R 213 of 467 ~ 45.61%
G 107 of 467 ~ 22.91%
B 147 of 467 ~ 31.48'%

%45.61
%22.91
%31.48

CMYK color model

#D56B93 color CMYK value is (0,50,31,16).

  • cyan value is 0.00%
  • magenta value is 49.77%
  • yellow value is 30.99%
  • key color value is 16.47%

CMYK: (0,50,31,16)
C0M50Y31K16 (0%, 50%, 31%, 16%)
(0.00 / 0.50 / 0.31 / 0.16)

CMYK percentages

%0
%49.77
%30.99
%16.47

Codes

Color #D56B93 in popluar color models

D5 6B 93
RGB 213 107 147
HSL 337° 55.79% 62.75%
HSB/HSV 337° 49.77% 83.53%
CMYK 0.00% 49.77% 30.99%
16.47%

Color #D56B93 in popluar number systems.

HEX D5 6B 93
Decimal 213 107 147
Binary 11010101 1101011 10010011
Octal 325 153 223

Shades and tints

Shades of #D56B93

#D56B93
(213,107,147)
#C26286
(194,98,134)
#AF5979
(175,89,121)
#9C506C
(156,80,108)
#89475F
(137,71,95)
#763E52
(118,62,82)
#633545
(99,53,69)
#502C38
(80,44,56)
#3D232B
(61,35,43)
#2A1A1E
(42,26,30)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #D56B93

#D56B93
(213,107,147)
#D8789C
(216,120,156)
#DB85A5
(219,133,165)
#DE92AE
(222,146,174)
#E19FB7
(225,159,183)
#E4ACC0
(228,172,192)
#E7B9C9
(231,185,201)
#EAC6D2
(234,198,210)
#EDD3DB
(237,211,219)
#F0E0E4
(240,224,228)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D56B93 color. Also use rgb(213,107,147) instead hex code.

Text Font Color

.myTextColor { color: #D56B93; }

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

This text font color is #D56B93.

Background Color

.myBgColor { background-color: #D56B93; }

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

This div background color is #D56B93.

Border color

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

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

This div border color is #D56B93.

Opacity

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

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

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

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

This text has shadow with #D56B93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D56B93.

Preview

Color preview on black background

This text has color #D56B93 on black background.


Color preview on white background

This text has color #D56B93 on white background.


Black color preview on #D56B93 background

This text has black color on #D56B93 background.


White color preview on #D56B93 background

This text has white color on #D56B93 background.


Related colors

Complementary color

Complementary color for #hex is #2A946C.


I love getcolorcode.com

Triadic colors

1 #93D56B and #6B93D5 with #D56B93 are triadic colors.

2 #936BD5 and #6BD593 with #D56B93 are triadic colors.