COLOR #D587A7

HEX: #D587A7
RGB: (213,135,167)

Color info

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

RGB color model

#D587A7 color RGB value is (213,135,167).

  • red value is 213;
  • green value is 135;
  • blue value is 167.
RGB:
(213,135,167)
(84%,53%,65%)

RGB channels and saturation

R 213 of 255 = 84%
G 135 of 255 = 53%
B 167 of 255 = 65%

213
135
167

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

Portions of RGB colors in percentages

R + G + B =
213 + 135 + 167 = 515 (100%)
R 213 of 515 ~ 41.36%
G 135 of 515 ~ 26.21%
B 167 of 515 ~ 32.43%

%41.36
%26.21
%32.43

CMYK color model

#D587A7 color CMYK value is (0,37,22,16).

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 21.60%
  • key color value is 16.47%
CMYK:
(0,37,22,16)
C0M37Y22K16 
(0%,37%,22%,16%)
(0.00/0.37/0.22/0.16)	

CMYK percentages

%0
%36.62
%21.6
%16.47

Codes

Color #D587A7 in popluar color models

D587A7
RGB213135167
HSL335°48.15%68.24%
HSB/HSV335°36.62%83.53%
CMYK0.00%36.62%21.60%
16.47%

Color #D587A7 in popluar number systems.

HEXD587A7
Decimal213135167
Binary110101011000011110100111
Octal325207247

Shades and tints

Shades of #D587A7

#D587A7
(213,135,167)
#C27B98
(194,123,152)
#AF6F89
(175,111,137)
#9C637A
(156,99,122)
#89576B
(137,87,107)
#764B5C
(118,75,92)
#633F4D
(99,63,77)
#50333E
(80,51,62)
#3D272F
(61,39,47)
#2A1B20
(42,27,32)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #D587A7

#D587A7
(213,135,167)
#D891AF
(216,145,175)
#DB9BB7
(219,155,183)
#DEA5BF
(222,165,191)
#E1AFC7
(225,175,199)
#E4B9CF
(228,185,207)
#E7C3D7
(231,195,215)
#EACDDF
(234,205,223)
#EDD7E7
(237,215,231)
#F0E1EF
(240,225,239)
#F3EBF7
(243,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D587A7 color. Also use rgb(213,135,167) instead hex code.

Text Font Color

.myTextColor { color: #D587A7; }

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

This text font color is #D587A7.


Background Color

.myBgColor { background-color: #D587A7; }

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

This div background color is #D587A7.


Border color

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

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

This div border color is #D587A7.


Opacity

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

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

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

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

This text has shadow with #D587A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D587A7 on black background.


Color preview on white background

This text has color #D587A7 on white background.



Black color preview on #D587A7 background

This text has black color on #D587A7 background.


White color preview on #D587A7 background

This text has white color on #D587A7 background.