COLOR #D58E96

HEX: #D58E96 RGB: (213,142,150)

Color info

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

RGB color model

#D58E96 color RGB value is (213,142,150).

RGB: (213,142,150) (84%, 56%, 59%)

RGB channels and saturation

R 213 of 255 = 84%
G 142 of 255 = 56%
B 150 of 255 = 59%

213
142
150

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

Portions of RGB colors in percentages

R + G + B = 213 + 142 + 150 = 505 (100%)
R 213 of 505 ~ 42.18%
G 142 of 505 ~ 28.12%
B 150 of 505 ~ 29.7'%

%42.18
%28.12
%29.7

CMYK color model

#D58E96 color CMYK value is (0,33,30,16).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 29.58%
  • key color value is 16.47%

CMYK: (0,33,30,16)
C0M33Y30K16 (0%, 33%, 30%, 16%)
(0.00 / 0.33 / 0.30 / 0.16)

CMYK percentages

%0
%33.33
%29.58
%16.47

Codes

Color #D58E96 in popluar color models

D5 8E 96
RGB 213 142 150
HSL 353° 45.81% 69.61%
HSB/HSV 353° 33.33% 83.53%
CMYK 0.00% 33.33% 29.58%
16.47%

Color #D58E96 in popluar number systems.

HEX D5 8E 96
Decimal 213 142 150
Binary 11010101 10001110 10010110
Octal 325 216 226

Shades and tints

Shades of #D58E96

#D58E96
(213,142,150)
#C28289
(194,130,137)
#AF767C
(175,118,124)
#9C6A6F
(156,106,111)
#895E62
(137,94,98)
#765255
(118,82,85)
#634648
(99,70,72)
#503A3B
(80,58,59)
#3D2E2E
(61,46,46)
#2A2221
(42,34,33)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #D58E96

#D58E96
(213,142,150)
#D8989F
(216,152,159)
#DBA2A8
(219,162,168)
#DEACB1
(222,172,177)
#E1B6BA
(225,182,186)
#E4C0C3
(228,192,195)
#E7CACC
(231,202,204)
#EAD4D5
(234,212,213)
#EDDEDE
(237,222,222)
#F0E8E7
(240,232,231)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D58E96; }

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

This text font color is #D58E96.

Background Color

.myBgColor { background-color: #D58E96; }

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

This div background color is #D58E96.

Border color

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

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

This div border color is #D58E96.

Opacity

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

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

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

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

This text has shadow with #D58E96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D58E96.

Preview

Color preview on black background

This text has color #D58E96 on black background.


Color preview on white background

This text has color #D58E96 on white background.


Black color preview on #D58E96 background

This text has black color on #D58E96 background.


White color preview on #D58E96 background

This text has white color on #D58E96 background.


Related colors

Complementary color

Complementary color for #hex is #2A7169.


I love getcolorcode.com

Triadic colors

1 #96D58E and #8E96D5 with #D58E96 are triadic colors.

2 #968ED5 and #8ED596 with #D58E96 are triadic colors.