COLOR #D58CA0

HEX: #D58CA0
RGB: (213,140,160)

Color info

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

RGB color model

#D58CA0 color RGB value is (213,140,160).

  • red value is 213;
  • green value is 140;
  • blue value is 160.
RGB:
(213,140,160)
(84%,55%,63%)

RGB channels and saturation

R 213 of 255 = 84%
G 140 of 255 = 55%
B 160 of 255 = 63%

213
140
160

R + G + B ~ 67%. #D58CA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 140 + 160 = 513 (100%)
R 213 of 513 ~ 41.52%
G 140 of 513 ~ 27.29%
B 160 of 513 ~ 31.19%

%41.52
%27.29
%31.19

CMYK color model

#D58CA0 color CMYK value is (0,34,25,16).

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 24.88%
  • key color value is 16.47%
CMYK:
(0,34,25,16)
C0M34Y25K16 
(0%,34%,25%,16%)
(0.00/0.34/0.25/0.16)	

CMYK percentages

%0
%34.27
%24.88
%16.47

Codes

Color #D58CA0 in popluar color models

D58CA0
RGB213140160
HSL344°46.50%69.22%
HSB/HSV344°34.27%83.53%
CMYK0.00%34.27%24.88%
16.47%

Color #D58CA0 in popluar number systems.

HEXD58CA0
Decimal213140160
Binary110101011000110010100000
Octal325214240

Shades and tints

Shades of #D58CA0

#D58CA0
(213,140,160)
#C28092
(194,128,146)
#AF7484
(175,116,132)
#9C6876
(156,104,118)
#895C68
(137,92,104)
#76505A
(118,80,90)
#63444C
(99,68,76)
#50383E
(80,56,62)
#3D2C30
(61,44,48)
#2A2022
(42,32,34)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #D58CA0

#D58CA0
(213,140,160)
#D896A8
(216,150,168)
#DBA0B0
(219,160,176)
#DEAAB8
(222,170,184)
#E1B4C0
(225,180,192)
#E4BEC8
(228,190,200)
#E7C8D0
(231,200,208)
#EAD2D8
(234,210,216)
#EDDCE0
(237,220,224)
#F0E6E8
(240,230,232)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D58CA0; }

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

This text font color is #D58CA0.


Background Color

.myBgColor { background-color: #D58CA0; }

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

This div background color is #D58CA0.


Border color

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

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

This div border color is #D58CA0.


Opacity

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

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

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

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

This text has shadow with #D58CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58CA0 on black background.


Color preview on white background

This text has color #D58CA0 on white background.



Black color preview on #D58CA0 background

This text has black color on #D58CA0 background.


White color preview on #D58CA0 background

This text has white color on #D58CA0 background.