COLOR #D588A6

HEX: #D588A6
RGB: (213,136,166)

Color info

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

RGB color model

#D588A6 color RGB value is (213,136,166).

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

RGB channels and saturation

R 213 of 255 = 84%
G 136 of 255 = 53%
B 166 of 255 = 65%

213
136
166

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

Portions of RGB colors in percentages

R + G + B =
213 + 136 + 166 = 515 (100%)
R 213 of 515 ~ 41.36%
G 136 of 515 ~ 26.41%
B 166 of 515 ~ 32.23%

%41.36
%26.41
%32.23

CMYK color model

#D588A6 color CMYK value is (0,36,22,16).

  • cyan value is 0.00%
  • magenta value is 36.15%
  • yellow value is 22.07%
  • key color value is 16.47%
CMYK:
(0,36,22,16)
C0M36Y22K16 
(0%,36%,22%,16%)
(0.00/0.36/0.22/0.16)	

CMYK percentages

%0
%36.15
%22.07
%16.47

Codes

Color #D588A6 in popluar color models

D588A6
RGB213136166
HSL337°47.83%68.43%
HSB/HSV337°36.15%83.53%
CMYK0.00%36.15%22.07%
16.47%

Color #D588A6 in popluar number systems.

HEXD588A6
Decimal213136166
Binary110101011000100010100110
Octal325210246

Shades and tints

Shades of #D588A6

#D588A6
(213,136,166)
#C27C97
(194,124,151)
#AF7088
(175,112,136)
#9C6479
(156,100,121)
#89586A
(137,88,106)
#764C5B
(118,76,91)
#63404C
(99,64,76)
#50343D
(80,52,61)
#3D282E
(61,40,46)
#2A1C1F
(42,28,31)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #D588A6

#D588A6
(213,136,166)
#D892AE
(216,146,174)
#DB9CB6
(219,156,182)
#DEA6BE
(222,166,190)
#E1B0C6
(225,176,198)
#E4BACE
(228,186,206)
#E7C4D6
(231,196,214)
#EACEDE
(234,206,222)
#EDD8E6
(237,216,230)
#F0E2EE
(240,226,238)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D588A6 color. Also use rgb(213,136,166) instead hex code.

Text Font Color

.myTextColor { color: #D588A6; }

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

This text font color is #D588A6.


Background Color

.myBgColor { background-color: #D588A6; }

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

This div background color is #D588A6.


Border color

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

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

This div border color is #D588A6.


Opacity

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

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

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

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

This text has shadow with #D588A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D588A6 on black background.


Color preview on white background

This text has color #D588A6 on white background.



Black color preview on #D588A6 background

This text has black color on #D588A6 background.


White color preview on #D588A6 background

This text has white color on #D588A6 background.