COLOR #D58996

HEX: #D58996
RGB: (213,137,150)

Color info

#D58996 contains mainly red color. Web safe color of #D58996 is #CC9999 (or #C99).

RGB color model

#D58996 color RGB value is (213,137,150).

  • red value is 213;
  • green value is 137;
  • blue value is 150.
RGB:
(213,137,150)
(84%,54%,59%)

RGB channels and saturation

R 213 of 255 = 84%
G 137 of 255 = 54%
B 150 of 255 = 59%

213
137
150

R + G + B ~ 66%. #D58996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 137 + 150 = 500 (100%)
R 213 of 500 ~ 42.6%
G 137 of 500 ~ 27.4%
B 150 of 500 ~ 30%

%42.6
%27.4
%30

CMYK color model

#D58996 color CMYK value is (0,36,30,16).

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 29.58%
  • key color value is 16.47%
CMYK:
(0,36,30,16)
C0M36Y30K16 
(0%,36%,30%,16%)
(0.00/0.36/0.30/0.16)	

CMYK percentages

%0
%35.68
%29.58
%16.47

Codes

Color #D58996 in popluar color models

D58996
RGB213137150
HSL350°47.50%68.63%
HSB/HSV350°35.68%83.53%
CMYK0.00%35.68%29.58%
16.47%

Color #D58996 in popluar number systems.

HEXD58996
Decimal213137150
Binary110101011000100110010110
Octal325211226

Shades and tints

Shades of #D58996

#D58996
(213,137,150)
#C27D89
(194,125,137)
#AF717C
(175,113,124)
#9C656F
(156,101,111)
#895962
(137,89,98)
#764D55
(118,77,85)
#634148
(99,65,72)
#50353B
(80,53,59)
#3D292E
(61,41,46)
#2A1D21
(42,29,33)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #D58996

#D58996
(213,137,150)
#D8939F
(216,147,159)
#DB9DA8
(219,157,168)
#DEA7B1
(222,167,177)
#E1B1BA
(225,177,186)
#E4BBC3
(228,187,195)
#E7C5CC
(231,197,204)
#EACFD5
(234,207,213)
#EDD9DE
(237,217,222)
#F0E3E7
(240,227,231)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58996 color. Also use rgb(213,137,150) instead hex code.

Text Font Color

.myTextColor { color: #D58996; }

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

This text font color is #D58996.


Background Color

.myBgColor { background-color: #D58996; }

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

This div background color is #D58996.


Border color

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

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

This div border color is #D58996.


Opacity

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

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

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

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

This text has shadow with #D58996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58996 on black background.


Color preview on white background

This text has color #D58996 on white background.



Black color preview on #D58996 background

This text has black color on #D58996 background.


White color preview on #D58996 background

This text has white color on #D58996 background.