COLOR #D58C99

HEX: #D58C99
RGB: (213,140,153)

Color info

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

RGB color model

#D58C99 color RGB value is (213,140,153).

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

RGB channels and saturation

R 213 of 255 = 84%
G 140 of 255 = 55%
B 153 of 255 = 60%

213
140
153

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

Portions of RGB colors in percentages

R + G + B =
213 + 140 + 153 = 506 (100%)
R 213 of 506 ~ 42.09%
G 140 of 506 ~ 27.67%
B 153 of 506 ~ 30.24%

%42.09
%27.67
%30.24

CMYK color model

#D58C99 color CMYK value is (0,34,28,16).

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 28.17%
  • key color value is 16.47%
CMYK:
(0,34,28,16)
C0M34Y28K16 
(0%,34%,28%,16%)
(0.00/0.34/0.28/0.16)	

CMYK percentages

%0
%34.27
%28.17
%16.47

Codes

Color #D58C99 in popluar color models

D58C99
RGB213140153
HSL349°46.50%69.22%
HSB/HSV349°34.27%83.53%
CMYK0.00%34.27%28.17%
16.47%

Color #D58C99 in popluar number systems.

HEXD58C99
Decimal213140153
Binary110101011000110010011001
Octal325214231

Shades and tints

Shades of #D58C99

#D58C99
(213,140,153)
#C2808C
(194,128,140)
#AF747F
(175,116,127)
#9C6872
(156,104,114)
#895C65
(137,92,101)
#765058
(118,80,88)
#63444B
(99,68,75)
#50383E
(80,56,62)
#3D2C31
(61,44,49)
#2A2024
(42,32,36)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #D58C99

#D58C99
(213,140,153)
#D896A2
(216,150,162)
#DBA0AB
(219,160,171)
#DEAAB4
(222,170,180)
#E1B4BD
(225,180,189)
#E4BEC6
(228,190,198)
#E7C8CF
(231,200,207)
#EAD2D8
(234,210,216)
#EDDCE1
(237,220,225)
#F0E6EA
(240,230,234)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D58C99; }

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

This text font color is #D58C99.


Background Color

.myBgColor { background-color: #D58C99; }

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

This div background color is #D58C99.


Border color

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

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

This div border color is #D58C99.


Opacity

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

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

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

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

This text has shadow with #D58C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58C99 on black background.


Color preview on white background

This text has color #D58C99 on white background.



Black color preview on #D58C99 background

This text has black color on #D58C99 background.


White color preview on #D58C99 background

This text has white color on #D58C99 background.