COLOR #D15D5F

HEX: #D15D5F
RGB: (209,93,95)

Color info

#D15D5F contains mainly red color. Web safe color of #D15D5F is #CC6666 (or #C66).

RGB color model

#D15D5F color RGB value is (209,93,95).

  • red value is 209;
  • green value is 93;
  • blue value is 95.
RGB:
(209,93,95)
(82%,36%,37%)

RGB channels and saturation

R 209 of 255 = 82%
G 93 of 255 = 36%
B 95 of 255 = 37%

209
93
95

R + G + B ~ 52%. #D15D5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
209 + 93 + 95 = 397 (100%)
R 209 of 397 ~ 52.64%
G 93 of 397 ~ 23.43%
B 95 of 397 ~ 23.93%

%52.64
%23.43
%23.93

CMYK color model

#D15D5F color CMYK value is (0,56,55,18).

  • cyan value is 0.00%
  • magenta value is 55.50%
  • yellow value is 54.55%
  • key color value is 18.04%
CMYK:
(0,56,55,18)
C0M56Y55K18 
(0%,56%,55%,18%)
(0.00/0.56/0.55/0.18)	

CMYK percentages

%0
%55.5
%54.55
%18.04

Codes

Color #D15D5F in popluar color models

D15D5F
RGB2099395
HSL359°55.77%59.22%
HSB/HSV359°55.50%81.96%
CMYK0.00%55.50%54.55%
18.04%

Color #D15D5F in popluar number systems.

HEXD15D5F
Decimal2099395
Binary1101000110111011011111
Octal321135137

Shades and tints

Shades of #D15D5F

#D15D5F
(209,93,95)
#BE5557
(190,85,87)
#AB4D4F
(171,77,79)
#984547
(152,69,71)
#853D3F
(133,61,63)
#723537
(114,53,55)
#5F2D2F
(95,45,47)
#4C2527
(76,37,39)
#391D1F
(57,29,31)
#261517
(38,21,23)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #D15D5F

#D15D5F
(209,93,95)
#D56B6D
(213,107,109)
#D9797B
(217,121,123)
#DD8789
(221,135,137)
#E19597
(225,149,151)
#E5A3A5
(229,163,165)
#E9B1B3
(233,177,179)
#EDBFC1
(237,191,193)
#F1CDCF
(241,205,207)
#F5DBDD
(245,219,221)
#F9E9EB
(249,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D15D5F color. Also use rgb(209,93,95) instead hex code.

Text Font Color

.myTextColor { color: #D15D5F; }

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

This text font color is #D15D5F.


Background Color

.myBgColor { background-color: #D15D5F; }

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

This div background color is #D15D5F.


Border color

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

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

This div border color is #D15D5F.


Opacity

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

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

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

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

This text has shadow with #D15D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D15D5F on black background.


Color preview on white background

This text has color #D15D5F on white background.



Black color preview on #D15D5F background

This text has black color on #D15D5F background.


White color preview on #D15D5F background

This text has white color on #D15D5F background.