COLOR #D3738A

HEX: #D3738A RGB: (211,115,138)

Color info

#D3738A contains mainly red color. Web safe color of #D3738A is #CC6699 (or #C69).

RGB color model

#D3738A color RGB value is (211,115,138).

RGB: (211,115,138) (83%, 45%, 54%)

RGB channels and saturation

R 211 of 255 = 83%
G 115 of 255 = 45%
B 138 of 255 = 54%

211
115
138

R + G + B ~ 61%. #D3738A is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 115 + 138 = 464 (100%)
R 211 of 464 ~ 45.47%
G 115 of 464 ~ 24.78%
B 138 of 464 ~ 29.74'%

%45.47
%24.78
%29.74

CMYK color model

#D3738A color CMYK value is (0,45,35,17).

  • cyan value is 0.00%
  • magenta value is 45.50%
  • yellow value is 34.60%
  • key color value is 17.25%

CMYK: (0,45,35,17)
C0M45Y35K17 (0%, 45%, 35%, 17%)
(0.00 / 0.45 / 0.35 / 0.17)

CMYK percentages

%0
%45.5
%34.6
%17.25

Codes

Color #D3738A in popluar color models

D3 73 8A
RGB 211 115 138
HSL 346° 52.17% 63.92%
HSB/HSV 346° 45.50% 82.75%
CMYK 0.00% 45.50% 34.60%
17.25%

Color #D3738A in popluar number systems.

HEX D3 73 8A
Decimal 211 115 138
Binary 11010011 1110011 10001010
Octal 323 163 212

Shades and tints

Shades of #D3738A

#D3738A
(211,115,138)
#C0697E
(192,105,126)
#AD5F72
(173,95,114)
#9A5566
(154,85,102)
#874B5A
(135,75,90)
#74414E
(116,65,78)
#613742
(97,55,66)
#4E2D36
(78,45,54)
#3B232A
(59,35,42)
#28191E
(40,25,30)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #D3738A

#D3738A
(211,115,138)
#D77F94
(215,127,148)
#DB8B9E
(219,139,158)
#DF97A8
(223,151,168)
#E3A3B2
(227,163,178)
#E7AFBC
(231,175,188)
#EBBBC6
(235,187,198)
#EFC7D0
(239,199,208)
#F3D3DA
(243,211,218)
#F7DFE4
(247,223,228)
#FBEBEE
(251,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3738A color. Also use rgb(211,115,138) instead hex code.

Text Font Color

.myTextColor { color: #D3738A; }

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

This text font color is #D3738A.

Background Color

.myBgColor { background-color: #D3738A; }

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

This div background color is #D3738A.

Border color

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

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

This div border color is #D3738A.

Opacity

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

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

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

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

This text has shadow with #D3738A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3738A.

Preview

Color preview on black background

This text has color #D3738A on black background.


Color preview on white background

This text has color #D3738A on white background.


Black color preview on #D3738A background

This text has black color on #D3738A background.


White color preview on #D3738A background

This text has white color on #D3738A background.


Related colors

Complementary color

Complementary color for #hex is #2C8C75.


I love getcolorcode.com

Triadic colors

1 #8AD373 and #738AD3 with #D3738A are triadic colors.

2 #8A73D3 and #73D38A with #D3738A are triadic colors.