COLOR #D38993

HEX: #D38993 RGB: (211,137,147)

Color info

#D38993 contains mainly red color. Web safe color of #D38993 is #CC9999 (or #C99).

RGB color model

#D38993 color RGB value is (211,137,147).

RGB: (211,137,147) (83%, 54%, 58%)

RGB channels and saturation

R 211 of 255 = 83%
G 137 of 255 = 54%
B 147 of 255 = 58%

211
137
147

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

Portions of RGB colors in percentages

R + G + B = 211 + 137 + 147 = 495 (100%)
R 211 of 495 ~ 42.63%
G 137 of 495 ~ 27.68%
B 147 of 495 ~ 29.7'%

%42.63
%27.68
%29.7

CMYK color model

#D38993 color CMYK value is (0,35,30,17).

  • cyan value is 0.00%
  • magenta value is 35.07%
  • yellow value is 30.33%
  • key color value is 17.25%

CMYK: (0,35,30,17)
C0M35Y30K17 (0%, 35%, 30%, 17%)
(0.00 / 0.35 / 0.30 / 0.17)

CMYK percentages

%0
%35.07
%30.33
%17.25

Codes

Color #D38993 in popluar color models

D3 89 93
RGB 211 137 147
HSL 352° 45.68% 68.24%
HSB/HSV 352° 35.07% 82.75%
CMYK 0.00% 35.07% 30.33%
17.25%

Color #D38993 in popluar number systems.

HEX D3 89 93
Decimal 211 137 147
Binary 11010011 10001001 10010011
Octal 323 211 223

Shades and tints

Shades of #D38993

#D38993
(211,137,147)
#C07D86
(192,125,134)
#AD7179
(173,113,121)
#9A656C
(154,101,108)
#87595F
(135,89,95)
#744D52
(116,77,82)
#614145
(97,65,69)
#4E3538
(78,53,56)
#3B292B
(59,41,43)
#281D1E
(40,29,30)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #D38993

#D38993
(211,137,147)
#D7939C
(215,147,156)
#DB9DA5
(219,157,165)
#DFA7AE
(223,167,174)
#E3B1B7
(227,177,183)
#E7BBC0
(231,187,192)
#EBC5C9
(235,197,201)
#EFCFD2
(239,207,210)
#F3D9DB
(243,217,219)
#F7E3E4
(247,227,228)
#FBEDED
(251,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38993 color. Also use rgb(211,137,147) instead hex code.

Text Font Color

.myTextColor { color: #D38993; }

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

This text font color is #D38993.

Background Color

.myBgColor { background-color: #D38993; }

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

This div background color is #D38993.

Border color

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

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

This div border color is #D38993.

Opacity

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

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

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

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

This text has shadow with #D38993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D38993.

Preview

Color preview on black background

This text has color #D38993 on black background.


Color preview on white background

This text has color #D38993 on white background.


Black color preview on #D38993 background

This text has black color on #D38993 background.


White color preview on #D38993 background

This text has white color on #D38993 background.


Related colors

Complementary color

Complementary color for #hex is #2C766C.


I love getcolorcode.com

Triadic colors

1 #93D389 and #8993D3 with #D38993 are triadic colors.

2 #9389D3 and #89D393 with #D38993 are triadic colors.