COLOR #D586B4

HEX: #D586B4
RGB: (213,134,180)

Color info

#D586B4 contains mainly red and blue colors. Web safe color of #D586B4 is #CC99CC (or #C9C).

RGB color model

#D586B4 color RGB value is (213,134,180).

  • red value is 213;
  • green value is 134;
  • blue value is 180.
RGB:
(213,134,180)
(84%,53%,71%)

RGB channels and saturation

R 213 of 255 = 84%
G 134 of 255 = 53%
B 180 of 255 = 71%

213
134
180

R + G + B ~ 69%. #D586B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 134 + 180 = 527 (100%)
R 213 of 527 ~ 40.42%
G 134 of 527 ~ 25.43%
B 180 of 527 ~ 34.16%

%40.42
%25.43
%34.16

CMYK color model

#D586B4 color CMYK value is (0,37,15,16).

  • cyan value is 0.00%
  • magenta value is 37.09%
  • yellow value is 15.49%
  • key color value is 16.47%
CMYK:
(0,37,15,16)
C0M37Y15K16 
(0%,37%,15%,16%)
(0.00/0.37/0.15/0.16)	

CMYK percentages

%0
%37.09
%15.49
%16.47

Codes

Color #D586B4 in popluar color models

D586B4
RGB213134180
HSL325°48.47%68.04%
HSB/HSV325°37.09%83.53%
CMYK0.00%37.09%15.49%
16.47%

Color #D586B4 in popluar number systems.

HEXD586B4
Decimal213134180
Binary110101011000011010110100
Octal325206264

Shades and tints

Shades of #D586B4

#D586B4
(213,134,180)
#C27AA4
(194,122,164)
#AF6E94
(175,110,148)
#9C6284
(156,98,132)
#895674
(137,86,116)
#764A64
(118,74,100)
#633E54
(99,62,84)
#503244
(80,50,68)
#3D2634
(61,38,52)
#2A1A24
(42,26,36)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #D586B4

#D586B4
(213,134,180)
#D891BA
(216,145,186)
#DB9CC0
(219,156,192)
#DEA7C6
(222,167,198)
#E1B2CC
(225,178,204)
#E4BDD2
(228,189,210)
#E7C8D8
(231,200,216)
#EAD3DE
(234,211,222)
#EDDEE4
(237,222,228)
#F0E9EA
(240,233,234)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D586B4 color. Also use rgb(213,134,180) instead hex code.

Text Font Color

.myTextColor { color: #D586B4; }

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

This text font color is #D586B4.


Background Color

.myBgColor { background-color: #D586B4; }

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

This div background color is #D586B4.


Border color

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

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

This div border color is #D586B4.


Opacity

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

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

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

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

This text has shadow with #D586B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D586B4 on black background.


Color preview on white background

This text has color #D586B4 on white background.



Black color preview on #D586B4 background

This text has black color on #D586B4 background.


White color preview on #D586B4 background

This text has white color on #D586B4 background.