COLOR #D3829E

HEX: #D3829E RGB: (211,130,158)

Color info

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

RGB color model

#D3829E color RGB value is (211,130,158).

RGB: (211,130,158) (83%, 51%, 62%)

RGB channels and saturation

R 211 of 255 = 83%
G 130 of 255 = 51%
B 158 of 255 = 62%

211
130
158

R + G + B ~ 65%. #D3829E is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 130 + 158 = 499 (100%)
R 211 of 499 ~ 42.28%
G 130 of 499 ~ 26.05%
B 158 of 499 ~ 31.66'%

%42.28
%26.05
%31.66

CMYK color model

#D3829E color CMYK value is (0,38,25,17).

  • cyan value is 0.00%
  • magenta value is 38.39%
  • yellow value is 25.12%
  • key color value is 17.25%
CMYK: (0,38,25,17) C0M38Y25K17 (0%,38%,25%,17%) (0.00/0.38/0.25/0.17) 

CMYK percentages

%0
%38.39
%25.12
%17.25

Codes

Color #D3829E in popluar color models

D3 82 9E
RGB 211 130 158
HSL 339° 47.93% 66.86%
HSB/HSV 339° 38.39% 82.75%
CMYK 0.00% 38.39% 25.12%
17.25%

Color #D3829E in popluar number systems.

HEX D3 82 9E
Decimal 211 130 158
Binary 11010011 10000010 10011110
Octal 323 202 236

Shades and tints

Shades of #D3829E

#D3829E
(211,130,158)
#C07790
(192,119,144)
#AD6C82
(173,108,130)
#9A6174
(154,97,116)
#875666
(135,86,102)
#744B58
(116,75,88)
#61404A
(97,64,74)
#4E353C
(78,53,60)
#3B2A2E
(59,42,46)
#281F20
(40,31,32)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #D3829E

#D3829E
(211,130,158)
#D78DA6
(215,141,166)
#DB98AE
(219,152,174)
#DFA3B6
(223,163,182)
#E3AEBE
(227,174,190)
#E7B9C6
(231,185,198)
#EBC4CE
(235,196,206)
#EFCFD6
(239,207,214)
#F3DADE
(243,218,222)
#F7E5E6
(247,229,230)
#FBF0EE
(251,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3829E color. Also use rgb(211,130,158) instead hex code.

Text Font Color

.myTextColor { color: #D3829E; }

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

This text font color is #D3829E.

Background Color

.myBgColor { background-color: #D3829E; }

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

This div background color is #D3829E.

Border color

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

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

This div border color is #D3829E.

Opacity

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

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

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

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

This text has shadow with #D3829E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3829E.

Preview

Color preview on black background

This text has color #D3829E on black background.


Color preview on white background

This text has color #D3829E on white background.


Black color preview on #D3829E background

This text has black color on #D3829E background.


White color preview on #D3829E background

This text has white color on #D3829E background.


Related colors

Complementary color

Complementary color for #hex is #2C7D61.


I love getcolorcode.com

Triadic colors

1 #9ED382 and #829ED3 with #D3829E are triadic colors.

2 #9E82D3 and #82D39E with #D3829E are triadic colors.