COLOR #D589A4

HEX: #D589A4
RGB: (213,137,164)

Color info

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

RGB color model

#D589A4 color RGB value is (213,137,164).

  • red value is 213;
  • green value is 137;
  • blue value is 164.
RGB:
(213,137,164)
(84%,54%,64%)

RGB channels and saturation

R 213 of 255 = 84%
G 137 of 255 = 54%
B 164 of 255 = 64%

213
137
164

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

Portions of RGB colors in percentages

R + G + B =
213 + 137 + 164 = 514 (100%)
R 213 of 514 ~ 41.44%
G 137 of 514 ~ 26.65%
B 164 of 514 ~ 31.91%

%41.44
%26.65
%31.91

CMYK color model

#D589A4 color CMYK value is (0,36,23,16).

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 23.00%
  • key color value is 16.47%
CMYK:
(0,36,23,16)
C0M36Y23K16 
(0%,36%,23%,16%)
(0.00/0.36/0.23/0.16)	

CMYK percentages

%0
%35.68
%23
%16.47

Codes

Color #D589A4 in popluar color models

D589A4
RGB213137164
HSL339°47.50%68.63%
HSB/HSV339°35.68%83.53%
CMYK0.00%35.68%23.00%
16.47%

Color #D589A4 in popluar number systems.

HEXD589A4
Decimal213137164
Binary110101011000100110100100
Octal325211244

Shades and tints

Shades of #D589A4

#D589A4
(213,137,164)
#C27D96
(194,125,150)
#AF7188
(175,113,136)
#9C657A
(156,101,122)
#89596C
(137,89,108)
#764D5E
(118,77,94)
#634150
(99,65,80)
#503542
(80,53,66)
#3D2934
(61,41,52)
#2A1D26
(42,29,38)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #D589A4

#D589A4
(213,137,164)
#D893AC
(216,147,172)
#DB9DB4
(219,157,180)
#DEA7BC
(222,167,188)
#E1B1C4
(225,177,196)
#E4BBCC
(228,187,204)
#E7C5D4
(231,197,212)
#EACFDC
(234,207,220)
#EDD9E4
(237,217,228)
#F0E3EC
(240,227,236)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D589A4 color. Also use rgb(213,137,164) instead hex code.

Text Font Color

.myTextColor { color: #D589A4; }

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

This text font color is #D589A4.


Background Color

.myBgColor { background-color: #D589A4; }

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

This div background color is #D589A4.


Border color

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

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

This div border color is #D589A4.


Opacity

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

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

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

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

This text has shadow with #D589A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D589A4 on black background.


Color preview on white background

This text has color #D589A4 on white background.



Black color preview on #D589A4 background

This text has black color on #D589A4 background.


White color preview on #D589A4 background

This text has white color on #D589A4 background.