COLOR #D58CA5

HEX: #D58CA5 RGB: (213,140,165)

Color info

#D58CA5 contains mainly red and blue colors. Web safe color of #D58CA5 is #CC9999 (or #C99).

RGB color model

#D58CA5 color RGB value is (213,140,165).

RGB: (213,140,165) (84%, 55%, 65%)

RGB channels and saturation

R 213 of 255 = 84%
G 140 of 255 = 55%
B 165 of 255 = 65%

213
140
165

R + G + B ~ 68%. #D58CA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 140 + 165 = 518 (100%)
R 213 of 518 ~ 41.12%
G 140 of 518 ~ 27.03%
B 165 of 518 ~ 31.85'%

%41.12
%27.03
%31.85

CMYK color model

#D58CA5 color CMYK value is (0,34,23,16).

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 22.54%
  • key color value is 16.47%
CMYK: (0,34,23,16) C0M34Y23K16 (0%,34%,23%,16%) (0.00/0.34/0.23/0.16) 

CMYK percentages

%0
%34.27
%22.54
%16.47

Codes

Color #D58CA5 in popluar color models

D5 8C A5
RGB 213 140 165
HSL 339° 46.50% 69.22%
HSB/HSV 339° 34.27% 83.53%
CMYK 0.00% 34.27% 22.54%
16.47%

Color #D58CA5 in popluar number systems.

HEX D5 8C A5
Decimal 213 140 165
Binary 11010101 10001100 10100101
Octal 325 214 245

Shades and tints

Shades of #D58CA5

#D58CA5
(213,140,165)
#C28096
(194,128,150)
#AF7487
(175,116,135)
#9C6878
(156,104,120)
#895C69
(137,92,105)
#76505A
(118,80,90)
#63444B
(99,68,75)
#50383C
(80,56,60)
#3D2C2D
(61,44,45)
#2A201E
(42,32,30)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #D58CA5

#D58CA5
(213,140,165)
#D896AD
(216,150,173)
#DBA0B5
(219,160,181)
#DEAABD
(222,170,189)
#E1B4C5
(225,180,197)
#E4BECD
(228,190,205)
#E7C8D5
(231,200,213)
#EAD2DD
(234,210,221)
#EDDCE5
(237,220,229)
#F0E6ED
(240,230,237)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58CA5 color. Also use rgb(213,140,165) instead hex code.

Text Font Color

.myTextColor { color: #D58CA5; }

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

This text font color is #D58CA5.

Background Color

.myBgColor { background-color: #D58CA5; }

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

This div background color is #D58CA5.

Border color

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

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

This div border color is #D58CA5.

Opacity

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

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

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

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

This text has shadow with #D58CA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D58CA5.

Preview

Color preview on black background

This text has color #D58CA5 on black background.


Color preview on white background

This text has color #D58CA5 on white background.


Black color preview on #D58CA5 background

This text has black color on #D58CA5 background.


White color preview on #D58CA5 background

This text has white color on #D58CA5 background.


Related colors

Complementary color

Complementary color for #hex is #2A735A.


I love getcolorcode.com

Triadic colors

1 #A5D58C and #8CA5D5 with #D58CA5 are triadic colors.

2 #A58CD5 and #8CD5A5 with #D58CA5 are triadic colors.