COLOR #D15F61

HEX: #D15F61
RGB: (209,95,97)

Color info

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

RGB color model

#D15F61 color RGB value is (209,95,97).

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

RGB channels and saturation

R 209 of 255 = 82%
G 95 of 255 = 37%
B 97 of 255 = 38%

209
95
97

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

Portions of RGB colors in percentages

R + G + B =
209 + 95 + 97 = 401 (100%)
R 209 of 401 ~ 52.12%
G 95 of 401 ~ 23.69%
B 97 of 401 ~ 24.19%

%52.12
%23.69
%24.19

CMYK color model

#D15F61 color CMYK value is (0,55,54,18).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 53.59%
  • key color value is 18.04%
CMYK:
(0,55,54,18)
C0M55Y54K18 
(0%,55%,54%,18%)
(0.00/0.55/0.54/0.18)	

CMYK percentages

%0
%54.55
%53.59
%18.04

Codes

Color #D15F61 in popluar color models

D15F61
RGB2099597
HSL359°55.34%59.61%
HSB/HSV359°54.55%81.96%
CMYK0.00%54.55%53.59%
18.04%

Color #D15F61 in popluar number systems.

HEXD15F61
Decimal2099597
Binary1101000110111111100001
Octal321137141

Shades and tints

Shades of #D15F61

#D15F61
(209,95,97)
#BE5759
(190,87,89)
#AB4F51
(171,79,81)
#984749
(152,71,73)
#853F41
(133,63,65)
#723739
(114,55,57)
#5F2F31
(95,47,49)
#4C2729
(76,39,41)
#391F21
(57,31,33)
#261719
(38,23,25)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #D15F61

#D15F61
(209,95,97)
#D56D6F
(213,109,111)
#D97B7D
(217,123,125)
#DD898B
(221,137,139)
#E19799
(225,151,153)
#E5A5A7
(229,165,167)
#E9B3B5
(233,179,181)
#EDC1C3
(237,193,195)
#F1CFD1
(241,207,209)
#F5DDDF
(245,221,223)
#F9EBED
(249,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D15F61; }

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

This text font color is #D15F61.


Background Color

.myBgColor { background-color: #D15F61; }

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

This div background color is #D15F61.


Border color

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

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

This div border color is #D15F61.


Opacity

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

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

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

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

This text has shadow with #D15F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D15F61 on black background.


Color preview on white background

This text has color #D15F61 on white background.



Black color preview on #D15F61 background

This text has black color on #D15F61 background.


White color preview on #D15F61 background

This text has white color on #D15F61 background.