COLOR #D58790

HEX: #D58790
RGB: (213,135,144)

Color info

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

RGB color model

#D58790 color RGB value is (213,135,144).

  • red value is 213;
  • green value is 135;
  • blue value is 144.
RGB:
(213,135,144)
(84%,53%,56%)

RGB channels and saturation

R 213 of 255 = 84%
G 135 of 255 = 53%
B 144 of 255 = 56%

213
135
144

R + G + B ~ 64%. #D58790 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 135 + 144 = 492 (100%)
R 213 of 492 ~ 43.29%
G 135 of 492 ~ 27.44%
B 144 of 492 ~ 29.27%

%43.29
%27.44
%29.27

CMYK color model

#D58790 color CMYK value is (0,37,32,16).

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 32.39%
  • key color value is 16.47%
CMYK:
(0,37,32,16)
C0M37Y32K16 
(0%,37%,32%,16%)
(0.00/0.37/0.32/0.16)	

CMYK percentages

%0
%36.62
%32.39
%16.47

Codes

Color #D58790 in popluar color models

D58790
RGB213135144
HSL353°48.15%68.24%
HSB/HSV353°36.62%83.53%
CMYK0.00%36.62%32.39%
16.47%

Color #D58790 in popluar number systems.

HEXD58790
Decimal213135144
Binary110101011000011110010000
Octal325207220

Shades and tints

Shades of #D58790

#D58790
(213,135,144)
#C27B83
(194,123,131)
#AF6F76
(175,111,118)
#9C6369
(156,99,105)
#89575C
(137,87,92)
#764B4F
(118,75,79)
#633F42
(99,63,66)
#503335
(80,51,53)
#3D2728
(61,39,40)
#2A1B1B
(42,27,27)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #D58790

#D58790
(213,135,144)
#D8919A
(216,145,154)
#DB9BA4
(219,155,164)
#DEA5AE
(222,165,174)
#E1AFB8
(225,175,184)
#E4B9C2
(228,185,194)
#E7C3CC
(231,195,204)
#EACDD6
(234,205,214)
#EDD7E0
(237,215,224)
#F0E1EA
(240,225,234)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58790 color. Also use rgb(213,135,144) instead hex code.

Text Font Color

.myTextColor { color: #D58790; }

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

This text font color is #D58790.


Background Color

.myBgColor { background-color: #D58790; }

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

This div background color is #D58790.


Border color

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

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

This div border color is #D58790.


Opacity

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

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

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

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

This text has shadow with #D58790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58790 on black background.


Color preview on white background

This text has color #D58790 on white background.



Black color preview on #D58790 background

This text has black color on #D58790 background.


White color preview on #D58790 background

This text has white color on #D58790 background.