COLOR #D38792

HEX: #D38792 RGB: (211,135,146)

Color info

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

RGB color model

#D38792 color RGB value is (211,135,146).

RGB: (211,135,146) (83%, 53%, 57%)

RGB channels and saturation

R 211 of 255 = 83%
G 135 of 255 = 53%
B 146 of 255 = 57%

211
135
146

R + G + B ~ 64%. #D38792 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 135 + 146 = 492 (100%)
R 211 of 492 ~ 42.89%
G 135 of 492 ~ 27.44%
B 146 of 492 ~ 29.67'%

%42.89
%27.44
%29.67

CMYK color model

#D38792 color CMYK value is (0,36,31,17).

  • cyan value is 0.00%
  • magenta value is 36.02%
  • yellow value is 30.81%
  • key color value is 17.25%

CMYK: (0,36,31,17)
C0M36Y31K17 (0%, 36%, 31%, 17%)
(0.00 / 0.36 / 0.31 / 0.17)

CMYK percentages

%0
%36.02
%30.81
%17.25

Codes

Color #D38792 in popluar color models

D3 87 92
RGB 211 135 146
HSL 351° 46.34% 67.84%
HSB/HSV 351° 36.02% 82.75%
CMYK 0.00% 36.02% 30.81%
17.25%

Color #D38792 in popluar number systems.

HEX D3 87 92
Decimal 211 135 146
Binary 11010011 10000111 10010010
Octal 323 207 222

Shades and tints

Shades of #D38792

#D38792
(211,135,146)
#C07B85
(192,123,133)
#AD6F78
(173,111,120)
#9A636B
(154,99,107)
#87575E
(135,87,94)
#744B51
(116,75,81)
#613F44
(97,63,68)
#4E3337
(78,51,55)
#3B272A
(59,39,42)
#281B1D
(40,27,29)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #D38792

#D38792
(211,135,146)
#D7919B
(215,145,155)
#DB9BA4
(219,155,164)
#DFA5AD
(223,165,173)
#E3AFB6
(227,175,182)
#E7B9BF
(231,185,191)
#EBC3C8
(235,195,200)
#EFCDD1
(239,205,209)
#F3D7DA
(243,215,218)
#F7E1E3
(247,225,227)
#FBEBEC
(251,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38792 color. Also use rgb(211,135,146) instead hex code.

Text Font Color

.myTextColor { color: #D38792; }

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

This text font color is #D38792.

Background Color

.myBgColor { background-color: #D38792; }

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

This div background color is #D38792.

Border color

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

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

This div border color is #D38792.

Opacity

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

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

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

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

This text has shadow with #D38792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D38792.

Preview

Color preview on black background

This text has color #D38792 on black background.


Color preview on white background

This text has color #D38792 on white background.


Black color preview on #D38792 background

This text has black color on #D38792 background.


White color preview on #D38792 background

This text has white color on #D38792 background.


Related colors

Complementary color

Complementary color for #hex is #2C786D.


I love getcolorcode.com

Triadic colors

1 #92D387 and #8792D3 with #D38792 are triadic colors.

2 #9287D3 and #87D392 with #D38792 are triadic colors.