COLOR #D58F9A

HEX: #D58F9A
RGB: (213,143,154)

Color info

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

RGB color model

#D58F9A color RGB value is (213,143,154).

  • red value is 213;
  • green value is 143;
  • blue value is 154.
RGB:
(213,143,154)
(84%,56%,60%)

RGB channels and saturation

R 213 of 255 = 84%
G 143 of 255 = 56%
B 154 of 255 = 60%

213
143
154

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

Portions of RGB colors in percentages

R + G + B =
213 + 143 + 154 = 510 (100%)
R 213 of 510 ~ 41.76%
G 143 of 510 ~ 28.04%
B 154 of 510 ~ 30.2%

%41.76
%28.04
%30.2

CMYK color model

#D58F9A color CMYK value is (0,33,28,16).

  • cyan value is 0.00%
  • magenta value is 32.86%
  • yellow value is 27.70%
  • key color value is 16.47%
CMYK:
(0,33,28,16)
C0M33Y28K16 
(0%,33%,28%,16%)
(0.00/0.33/0.28/0.16)	

CMYK percentages

%0
%32.86
%27.7
%16.47

Codes

Color #D58F9A in popluar color models

D58F9A
RGB213143154
HSL351°45.45%69.80%
HSB/HSV351°32.86%83.53%
CMYK0.00%32.86%27.70%
16.47%

Color #D58F9A in popluar number systems.

HEXD58F9A
Decimal213143154
Binary110101011000111110011010
Octal325217232

Shades and tints

Shades of #D58F9A

#D58F9A
(213,143,154)
#C2828C
(194,130,140)
#AF757E
(175,117,126)
#9C6870
(156,104,112)
#895B62
(137,91,98)
#764E54
(118,78,84)
#634146
(99,65,70)
#503438
(80,52,56)
#3D272A
(61,39,42)
#2A1A1C
(42,26,28)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #D58F9A

#D58F9A
(213,143,154)
#D899A3
(216,153,163)
#DBA3AC
(219,163,172)
#DEADB5
(222,173,181)
#E1B7BE
(225,183,190)
#E4C1C7
(228,193,199)
#E7CBD0
(231,203,208)
#EAD5D9
(234,213,217)
#EDDFE2
(237,223,226)
#F0E9EB
(240,233,235)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58F9A color. Also use rgb(213,143,154) instead hex code.

Text Font Color

.myTextColor { color: #D58F9A; }

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

This text font color is #D58F9A.


Background Color

.myBgColor { background-color: #D58F9A; }

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

This div background color is #D58F9A.


Border color

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

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

This div border color is #D58F9A.


Opacity

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

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

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

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

This text has shadow with #D58F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58F9A on black background.


Color preview on white background

This text has color #D58F9A on white background.



Black color preview on #D58F9A background

This text has black color on #D58F9A background.


White color preview on #D58F9A background

This text has white color on #D58F9A background.