COLOR #D38592

HEX: #D38592
RGB: (211,133,146)

Color info

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

RGB color model

#D38592 color RGB value is (211,133,146).

  • red value is 211;
  • green value is 133;
  • blue value is 146.
RGB:
(211,133,146)
(83%,52%,57%)

RGB channels and saturation

R 211 of 255 = 83%
G 133 of 255 = 52%
B 146 of 255 = 57%

211
133
146

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

Portions of RGB colors in percentages

R + G + B =
211 + 133 + 146 = 490 (100%)
R 211 of 490 ~ 43.06%
G 133 of 490 ~ 27.14%
B 146 of 490 ~ 29.8%

%43.06
%27.14
%29.8

CMYK color model

#D38592 color CMYK value is (0,37,31,17).

  • cyan value is 0.00%
  • magenta value is 36.97%
  • yellow value is 30.81%
  • key color value is 17.25%
CMYK:
(0,37,31,17)
C0M37Y31K17 
(0%,37%,31%,17%)
(0.00/0.37/0.31/0.17)	

CMYK percentages

%0
%36.97
%30.81
%17.25

Codes

Color #D38592 in popluar color models

D38592
RGB211133146
HSL350°46.99%67.45%
HSB/HSV350°36.97%82.75%
CMYK0.00%36.97%30.81%
17.25%

Color #D38592 in popluar number systems.

HEXD38592
Decimal211133146
Binary110100111000010110010010
Octal323205222

Shades and tints

Shades of #D38592

#D38592
(211,133,146)
#C07985
(192,121,133)
#AD6D78
(173,109,120)
#9A616B
(154,97,107)
#87555E
(135,85,94)
#744951
(116,73,81)
#613D44
(97,61,68)
#4E3137
(78,49,55)
#3B252A
(59,37,42)
#28191D
(40,25,29)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #D38592

#D38592
(211,133,146)
#D7909B
(215,144,155)
#DB9BA4
(219,155,164)
#DFA6AD
(223,166,173)
#E3B1B6
(227,177,182)
#E7BCBF
(231,188,191)
#EBC7C8
(235,199,200)
#EFD2D1
(239,210,209)
#F3DDDA
(243,221,218)
#F7E8E3
(247,232,227)
#FBF3EC
(251,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D38592; }

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

This text font color is #D38592.


Background Color

.myBgColor { background-color: #D38592; }

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

This div background color is #D38592.


Border color

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

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

This div border color is #D38592.


Opacity

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

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

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

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

This text has shadow with #D38592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38592 on black background.


Color preview on white background

This text has color #D38592 on white background.



Black color preview on #D38592 background

This text has black color on #D38592 background.


White color preview on #D38592 background

This text has white color on #D38592 background.