COLOR #D58394

HEX: #D58394
RGB: (213,131,148)

Color info

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

RGB color model

#D58394 color RGB value is (213,131,148).

  • red value is 213;
  • green value is 131;
  • blue value is 148.
RGB:
(213,131,148)
(84%,51%,58%)

RGB channels and saturation

R 213 of 255 = 84%
G 131 of 255 = 51%
B 148 of 255 = 58%

213
131
148

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

Portions of RGB colors in percentages

R + G + B =
213 + 131 + 148 = 492 (100%)
R 213 of 492 ~ 43.29%
G 131 of 492 ~ 26.63%
B 148 of 492 ~ 30.08%

%43.29
%26.63
%30.08

CMYK color model

#D58394 color CMYK value is (0,38,31,16).

  • cyan value is 0.00%
  • magenta value is 38.50%
  • yellow value is 30.52%
  • key color value is 16.47%
CMYK:
(0,38,31,16)
C0M38Y31K16 
(0%,38%,31%,16%)
(0.00/0.38/0.31/0.16)	

CMYK percentages

%0
%38.5
%30.52
%16.47

Codes

Color #D58394 in popluar color models

D58394
RGB213131148
HSL348°49.40%67.45%
HSB/HSV348°38.50%83.53%
CMYK0.00%38.50%30.52%
16.47%

Color #D58394 in popluar number systems.

HEXD58394
Decimal213131148
Binary110101011000001110010100
Octal325203224

Shades and tints

Shades of #D58394

#D58394
(213,131,148)
#C27887
(194,120,135)
#AF6D7A
(175,109,122)
#9C626D
(156,98,109)
#895760
(137,87,96)
#764C53
(118,76,83)
#634146
(99,65,70)
#503639
(80,54,57)
#3D2B2C
(61,43,44)
#2A201F
(42,32,31)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #D58394

#D58394
(213,131,148)
#D88E9D
(216,142,157)
#DB99A6
(219,153,166)
#DEA4AF
(222,164,175)
#E1AFB8
(225,175,184)
#E4BAC1
(228,186,193)
#E7C5CA
(231,197,202)
#EAD0D3
(234,208,211)
#EDDBDC
(237,219,220)
#F0E6E5
(240,230,229)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58394 color. Also use rgb(213,131,148) instead hex code.

Text Font Color

.myTextColor { color: #D58394; }

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

This text font color is #D58394.


Background Color

.myBgColor { background-color: #D58394; }

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

This div background color is #D58394.


Border color

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

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

This div border color is #D58394.


Opacity

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

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

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

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

This text has shadow with #D58394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58394 on black background.


Color preview on white background

This text has color #D58394 on white background.



Black color preview on #D58394 background

This text has black color on #D58394 background.


White color preview on #D58394 background

This text has white color on #D58394 background.