COLOR #D585B6

HEX: #D585B6
RGB: (213,133,182)

Color info

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

RGB color model

#D585B6 color RGB value is (213,133,182).

  • red value is 213;
  • green value is 133;
  • blue value is 182.
RGB:
(213,133,182)
(84%,52%,71%)

RGB channels and saturation

R 213 of 255 = 84%
G 133 of 255 = 52%
B 182 of 255 = 71%

213
133
182

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

Portions of RGB colors in percentages

R + G + B =
213 + 133 + 182 = 528 (100%)
R 213 of 528 ~ 40.34%
G 133 of 528 ~ 25.19%
B 182 of 528 ~ 34.47%

%40.34
%25.19
%34.47

CMYK color model

#D585B6 color CMYK value is (0,38,15,16).

  • cyan value is 0.00%
  • magenta value is 37.56%
  • yellow value is 14.55%
  • key color value is 16.47%
CMYK:
(0,38,15,16)
C0M38Y15K16 
(0%,38%,15%,16%)
(0.00/0.38/0.15/0.16)	

CMYK percentages

%0
%37.56
%14.55
%16.47

Codes

Color #D585B6 in popluar color models

D585B6
RGB213133182
HSL323°48.78%67.84%
HSB/HSV323°37.56%83.53%
CMYK0.00%37.56%14.55%
16.47%

Color #D585B6 in popluar number systems.

HEXD585B6
Decimal213133182
Binary110101011000010110110110
Octal325205266

Shades and tints

Shades of #D585B6

#D585B6
(213,133,182)
#C279A6
(194,121,166)
#AF6D96
(175,109,150)
#9C6186
(156,97,134)
#895576
(137,85,118)
#764966
(118,73,102)
#633D56
(99,61,86)
#503146
(80,49,70)
#3D2536
(61,37,54)
#2A1926
(42,25,38)
#170D16
(23,13,22)
#000000
(0,0,0)

Tints of #D585B6

#D585B6
(213,133,182)
#D890BC
(216,144,188)
#DB9BC2
(219,155,194)
#DEA6C8
(222,166,200)
#E1B1CE
(225,177,206)
#E4BCD4
(228,188,212)
#E7C7DA
(231,199,218)
#EAD2E0
(234,210,224)
#EDDDE6
(237,221,230)
#F0E8EC
(240,232,236)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D585B6 color. Also use rgb(213,133,182) instead hex code.

Text Font Color

.myTextColor { color: #D585B6; }

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

This text font color is #D585B6.


Background Color

.myBgColor { background-color: #D585B6; }

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

This div background color is #D585B6.


Border color

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

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

This div border color is #D585B6.


Opacity

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

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

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

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

This text has shadow with #D585B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D585B6 on black background.


Color preview on white background

This text has color #D585B6 on white background.



Black color preview on #D585B6 background

This text has black color on #D585B6 background.


White color preview on #D585B6 background

This text has white color on #D585B6 background.