COLOR #D59DBB

HEX: #D59DBB RGB: (213,157,187)

Color info

#D59DBB contains red, green and blue colors in about the same proportion. Web safe color of #D59DBB is #CC99CC (or #C9C).

RGB color model

#D59DBB color RGB value is (213,157,187).

RGB: (213,157,187) (84%, 62%, 73%)

RGB channels and saturation

R 213 of 255 = 84%
G 157 of 255 = 62%
B 187 of 255 = 73%

213
157
187

R + G + B ~ 73%. #D59DBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 157 + 187 = 557 (100%)
R 213 of 557 ~ 38.24%
G 157 of 557 ~ 28.19%
B 187 of 557 ~ 33.57'%

%38.24
%28.19
%33.57

CMYK color model

#D59DBB color CMYK value is (0,26,12,16).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 12.21%
  • key color value is 16.47%

CMYK: (0,26,12,16)
C0M26Y12K16 (0%, 26%, 12%, 16%)
(0.00 / 0.26 / 0.12 / 0.16)

CMYK percentages

%0
%26.29
%12.21
%16.47

Codes

Color #D59DBB in popluar color models

D5 9D BB
RGB 213 157 187
HSL 328° 40.00% 72.55%
HSB/HSV 328° 26.29% 83.53%
CMYK 0.00% 26.29% 12.21%
16.47%

Color #D59DBB in popluar number systems.

HEX D5 9D BB
Decimal 213 157 187
Binary 11010101 10011101 10111011
Octal 325 235 273

Shades and tints

Shades of #D59DBB

#D59DBB
(213,157,187)
#C28FAA
(194,143,170)
#AF8199
(175,129,153)
#9C7388
(156,115,136)
#896577
(137,101,119)
#765766
(118,87,102)
#634955
(99,73,85)
#503B44
(80,59,68)
#3D2D33
(61,45,51)
#2A1F22
(42,31,34)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #D59DBB

#D59DBB
(213,157,187)
#D8A5C1
(216,165,193)
#DBADC7
(219,173,199)
#DEB5CD
(222,181,205)
#E1BDD3
(225,189,211)
#E4C5D9
(228,197,217)
#E7CDDF
(231,205,223)
#EAD5E5
(234,213,229)
#EDDDEB
(237,221,235)
#F0E5F1
(240,229,241)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59DBB color. Also use rgb(213,157,187) instead hex code.

Text Font Color

.myTextColor { color: #D59DBB; }

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

This text font color is #D59DBB.

Background Color

.myBgColor { background-color: #D59DBB; }

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

This div background color is #D59DBB.

Border color

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

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

This div border color is #D59DBB.

Opacity

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

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

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

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

This text has shadow with #D59DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59DBB.

Preview

Color preview on black background

This text has color #D59DBB on black background.


Color preview on white background

This text has color #D59DBB on white background.


Black color preview on #D59DBB background

This text has black color on #D59DBB background.


White color preview on #D59DBB background

This text has white color on #D59DBB background.


Related colors

Complementary color

Complementary color for #hex is #2A6244.


I love getcolorcode.com

Triadic colors

1 #BBD59D and #9DBBD5 with #D59DBB are triadic colors.

2 #BB9DD5 and #9DD5BB with #D59DBB are triadic colors.