HEX: #D38993
RGB: (211,137,147)
#D38993 contains mainly red color. Web safe color of #D38993 is #CC9999 (or #C99).
#D38993 color RGB value is (211,137,147).
RGB: (211,137,147)
(83%, 54%, 58%)
R 211 of 255 = 83%
G 137 of 255 = 54%
B 147 of 255 = 58%
R + G + B ~ 65%. #D38993 is quite light color.
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'%
#D38993 color CMYK value is (0,35,30,17).
CMYK: (0,35,30,17)
C0M35Y30K17 (0%, 35%, 30%, 17%)
(0.00 / 0.35 / 0.30 / 0.17)
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 of #D38993
Tints of #D38993
Examples of css and html codes for elements with #D38993 color. Also use rgb(211,137,147) instead hex code.
.myTextColor { color: #D38993; }
<p style="color:#D38993">This sample text font color is #D38993.</p>
This text font color is #D38993.
.myBgColor { background-color: #D38993; }
<div style="background-color:#D38993">Inner text</div>
This div background color is #D38993.
.myBorderColor { border: 1px solid #D38993; }
<div style="border:3px solid #D38993">Div</div>
This div border color is #D38993.
.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%.
.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.
/* 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 text has color #D38993 on black background.
This text has color #D38993 on white background.
This text has black color on #D38993 background.
This text has white color on #D38993 background.
Complementary color for #hex is #2C766C.