COLOR #D5839D

HEX: #D5839D RGB: (213,131,157)

Color info

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

RGB color model

#D5839D color RGB value is (213,131,157).

RGB: (213,131,157) (84%, 51%, 62%)

RGB channels and saturation

R 213 of 255 = 84%
G 131 of 255 = 51%
B 157 of 255 = 62%

213
131
157

R + G + B ~ 66%. #D5839D is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 131 + 157 = 501 (100%)
R 213 of 501 ~ 42.51%
G 131 of 501 ~ 26.15%
B 157 of 501 ~ 31.34'%

%42.51
%26.15
%31.34

CMYK color model

#D5839D color CMYK value is (0,38,26,16).

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

CMYK: (0,38,26,16)
C0M38Y26K16 (0%, 38%, 26%, 16%)
(0.00 / 0.38 / 0.26 / 0.16)

CMYK percentages

%0
%38.5
%26.29
%16.47

Codes

Color #D5839D in popluar color models

D5 83 9D
RGB 213 131 157
HSL 341° 49.40% 67.45%
HSB/HSV 341° 38.50% 83.53%
CMYK 0.00% 38.50% 26.29%
16.47%

Color #D5839D in popluar number systems.

HEX D5 83 9D
Decimal 213 131 157
Binary 11010101 10000011 10011101
Octal 325 203 235

Shades and tints

Shades of #D5839D

#D5839D
(213,131,157)
#C2788F
(194,120,143)
#AF6D81
(175,109,129)
#9C6273
(156,98,115)
#895765
(137,87,101)
#764C57
(118,76,87)
#634149
(99,65,73)
#50363B
(80,54,59)
#3D2B2D
(61,43,45)
#2A201F
(42,32,31)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #D5839D

#D5839D
(213,131,157)
#D88EA5
(216,142,165)
#DB99AD
(219,153,173)
#DEA4B5
(222,164,181)
#E1AFBD
(225,175,189)
#E4BAC5
(228,186,197)
#E7C5CD
(231,197,205)
#EAD0D5
(234,208,213)
#EDDBDD
(237,219,221)
#F0E6E5
(240,230,229)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5839D; }

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

This text font color is #D5839D.

Background Color

.myBgColor { background-color: #D5839D; }

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

This div background color is #D5839D.

Border color

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

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

This div border color is #D5839D.

Opacity

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

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

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

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

This text has shadow with #D5839D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5839D.

Preview

Color preview on black background

This text has color #D5839D on black background.


Color preview on white background

This text has color #D5839D on white background.


Black color preview on #D5839D background

This text has black color on #D5839D background.


White color preview on #D5839D background

This text has white color on #D5839D background.


Related colors

Complementary color

Complementary color for #hex is #2A7C62.


I love getcolorcode.com

Triadic colors

1 #9DD583 and #839DD5 with #D5839D are triadic colors.

2 #9D83D5 and #83D59D with #D5839D are triadic colors.