COLOR #D3809E

HEX: #D3809E RGB: (211,128,158)

Color info

#D3809E contains mainly red and blue colors. Web safe color of #D3809E is #CC6699 (or #C69).

RGB color model

#D3809E color RGB value is (211,128,158).

RGB: (211,128,158) (83%, 50%, 62%)

RGB channels and saturation

R 211 of 255 = 83%
G 128 of 255 = 50%
B 158 of 255 = 62%

211
128
158

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

Portions of RGB colors in percentages

R + G + B = 211 + 128 + 158 = 497 (100%)
R 211 of 497 ~ 42.45%
G 128 of 497 ~ 25.75%
B 158 of 497 ~ 31.79'%

%42.45
%25.75
%31.79

CMYK color model

#D3809E color CMYK value is (0,39,25,17).

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 25.12%
  • key color value is 17.25%
CMYK: (0,39,25,17) C0M39Y25K17 (0%,39%,25%,17%) (0.00/0.39/0.25/0.17) 

CMYK percentages

%0
%39.34
%25.12
%17.25

Codes

Color #D3809E in popluar color models

D3 80 9E
RGB 211 128 158
HSL 338° 48.54% 66.47%
HSB/HSV 338° 39.34% 82.75%
CMYK 0.00% 39.34% 25.12%
17.25%

Color #D3809E in popluar number systems.

HEX D3 80 9E
Decimal 211 128 158
Binary 11010011 10000000 10011110
Octal 323 200 236

Shades and tints

Shades of #D3809E

#D3809E
(211,128,158)
#C07590
(192,117,144)
#AD6A82
(173,106,130)
#9A5F74
(154,95,116)
#875466
(135,84,102)
#744958
(116,73,88)
#613E4A
(97,62,74)
#4E333C
(78,51,60)
#3B282E
(59,40,46)
#281D20
(40,29,32)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #D3809E

#D3809E
(211,128,158)
#D78BA6
(215,139,166)
#DB96AE
(219,150,174)
#DFA1B6
(223,161,182)
#E3ACBE
(227,172,190)
#E7B7C6
(231,183,198)
#EBC2CE
(235,194,206)
#EFCDD6
(239,205,214)
#F3D8DE
(243,216,222)
#F7E3E6
(247,227,230)
#FBEEEE
(251,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3809E; }

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

This text font color is #D3809E.

Background Color

.myBgColor { background-color: #D3809E; }

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

This div background color is #D3809E.

Border color

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

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

This div border color is #D3809E.

Opacity

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

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

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

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

This text has shadow with #D3809E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3809E.

Preview

Color preview on black background

This text has color #D3809E on black background.


Color preview on white background

This text has color #D3809E on white background.


Black color preview on #D3809E background

This text has black color on #D3809E background.


White color preview on #D3809E background

This text has white color on #D3809E background.


Related colors

Complementary color

Complementary color for #hex is #2C7F61.


I love getcolorcode.com

Triadic colors

1 #9ED380 and #809ED3 with #D3809E are triadic colors.

2 #9E80D3 and #80D39E with #D3809E are triadic colors.