COLOR #D59DBE

HEX: #D59DBE RGB: (213,157,190)

Color info

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

RGB color model

#D59DBE color RGB value is (213,157,190).

RGB: (213,157,190) (84%, 62%, 75%)

RGB channels and saturation

R 213 of 255 = 84%
G 157 of 255 = 62%
B 190 of 255 = 75%

213
157
190

R + G + B ~ 74%. #D59DBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 157 + 190 = 560 (100%)
R 213 of 560 ~ 38.04%
G 157 of 560 ~ 28.04%
B 190 of 560 ~ 33.93'%

%38.04
%28.04
%33.93

CMYK color model

#D59DBE color CMYK value is (0,26,11,16).

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

CMYK: (0,26,11,16)
C0M26Y11K16 (0%, 26%, 11%, 16%)
(0.00 / 0.26 / 0.11 / 0.16)

CMYK percentages

%0
%26.29
%10.8
%16.47

Codes

Color #D59DBE in popluar color models

D5 9D BE
RGB 213 157 190
HSL 325° 40.00% 72.55%
HSB/HSV 325° 26.29% 83.53%
CMYK 0.00% 26.29% 10.80%
16.47%

Color #D59DBE in popluar number systems.

HEX D5 9D BE
Decimal 213 157 190
Binary 11010101 10011101 10111110
Octal 325 235 276

Shades and tints

Shades of #D59DBE

#D59DBE
(213,157,190)
#C28FAD
(194,143,173)
#AF819C
(175,129,156)
#9C738B
(156,115,139)
#89657A
(137,101,122)
#765769
(118,87,105)
#634958
(99,73,88)
#503B47
(80,59,71)
#3D2D36
(61,45,54)
#2A1F25
(42,31,37)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #D59DBE

#D59DBE
(213,157,190)
#D8A5C3
(216,165,195)
#DBADC8
(219,173,200)
#DEB5CD
(222,181,205)
#E1BDD2
(225,189,210)
#E4C5D7
(228,197,215)
#E7CDDC
(231,205,220)
#EAD5E1
(234,213,225)
#EDDDE6
(237,221,230)
#F0E5EB
(240,229,235)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59DBE; }

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

This text font color is #D59DBE.

Background Color

.myBgColor { background-color: #D59DBE; }

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

This div background color is #D59DBE.

Border color

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

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

This div border color is #D59DBE.

Opacity

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

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

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

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

This text has shadow with #D59DBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59DBE.

Preview

Color preview on black background

This text has color #D59DBE on black background.


Color preview on white background

This text has color #D59DBE on white background.


Black color preview on #D59DBE background

This text has black color on #D59DBE background.


White color preview on #D59DBE background

This text has white color on #D59DBE background.


Related colors

Complementary color

Complementary color for #hex is #2A6241.


I love getcolorcode.com

Triadic colors

1 #BED59D and #9DBED5 with #D59DBE are triadic colors.

2 #BE9DD5 and #9DD5BE with #D59DBE are triadic colors.