COLOR #D585B1

HEX: #D585B1
RGB: (213,133,177)

Color info

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

RGB color model

#D585B1 color RGB value is (213,133,177).

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

RGB channels and saturation

R 213 of 255 = 84%
G 133 of 255 = 52%
B 177 of 255 = 69%

213
133
177

R + G + B ~ 68%. #D585B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 133 + 177 = 523 (100%)
R 213 of 523 ~ 40.73%
G 133 of 523 ~ 25.43%
B 177 of 523 ~ 33.84%

%40.73
%25.43
%33.84

CMYK color model

#D585B1 color CMYK value is (0,38,17,16).

  • cyan value is 0.00%
  • magenta value is 37.56%
  • yellow value is 16.90%
  • key color value is 16.47%
CMYK:
(0,38,17,16)
C0M38Y17K16 
(0%,38%,17%,16%)
(0.00/0.38/0.17/0.16)	

CMYK percentages

%0
%37.56
%16.9
%16.47

Codes

Color #D585B1 in popluar color models

D585B1
RGB213133177
HSL327°48.78%67.84%
HSB/HSV327°37.56%83.53%
CMYK0.00%37.56%16.90%
16.47%

Color #D585B1 in popluar number systems.

HEXD585B1
Decimal213133177
Binary110101011000010110110001
Octal325205261

Shades and tints

Shades of #D585B1

#D585B1
(213,133,177)
#C279A1
(194,121,161)
#AF6D91
(175,109,145)
#9C6181
(156,97,129)
#895571
(137,85,113)
#764961
(118,73,97)
#633D51
(99,61,81)
#503141
(80,49,65)
#3D2531
(61,37,49)
#2A1921
(42,25,33)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #D585B1

#D585B1
(213,133,177)
#D890B8
(216,144,184)
#DB9BBF
(219,155,191)
#DEA6C6
(222,166,198)
#E1B1CD
(225,177,205)
#E4BCD4
(228,188,212)
#E7C7DB
(231,199,219)
#EAD2E2
(234,210,226)
#EDDDE9
(237,221,233)
#F0E8F0
(240,232,240)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D585B1; }

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

This text font color is #D585B1.


Background Color

.myBgColor { background-color: #D585B1; }

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

This div background color is #D585B1.


Border color

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

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

This div border color is #D585B1.


Opacity

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

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

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

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

This text has shadow with #D585B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D585B1 on black background.


Color preview on white background

This text has color #D585B1 on white background.



Black color preview on #D585B1 background

This text has black color on #D585B1 background.


White color preview on #D585B1 background

This text has white color on #D585B1 background.