COLOR #D7515C

HEX: #D7515C RGB: (215,81,92)

Color info

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

RGB color model

#D7515C color RGB value is (215,81,92).

RGB: (215,81,92) (84%, 32%, 36%)

RGB channels and saturation

R 215 of 255 = 84%
G 81 of 255 = 32%
B 92 of 255 = 36%

215
81
92

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

Portions of RGB colors in percentages

R + G + B = 215 + 81 + 92 = 388 (100%)
R 215 of 388 ~ 55.41%
G 81 of 388 ~ 20.88%
B 92 of 388 ~ 23.71'%

%55.41
%20.88
%23.71

CMYK color model

#D7515C color CMYK value is (0,62,57,16).

  • cyan value is 0.00%
  • magenta value is 62.33%
  • yellow value is 57.21%
  • key color value is 15.69%

CMYK: (0,62,57,16)
C0M62Y57K16 (0%, 62%, 57%, 16%)
(0.00 / 0.62 / 0.57 / 0.16)

CMYK percentages

%0
%62.33
%57.21
%15.69

Codes

Color #D7515C in popluar color models

D7 51 5C
RGB 215 81 92
HSL 355° 62.62% 58.04%
HSB/HSV 355° 62.33% 84.31%
CMYK 0.00% 62.33% 57.21%
15.69%

Color #D7515C in popluar number systems.

HEX D7 51 5C
Decimal 215 81 92
Binary 11010111 1010001 1011100
Octal 327 121 134

Shades and tints

Shades of #D7515C

#D7515C
(215,81,92)
#C44A54
(196,74,84)
#B1434C
(177,67,76)
#9E3C44
(158,60,68)
#8B353C
(139,53,60)
#782E34
(120,46,52)
#65272C
(101,39,44)
#522024
(82,32,36)
#3F191C
(63,25,28)
#2C1214
(44,18,20)
#190B0C
(25,11,12)
#000000
(0,0,0)

Tints of #D7515C

#D7515C
(215,81,92)
#DA606A
(218,96,106)
#DD6F78
(221,111,120)
#E07E86
(224,126,134)
#E38D94
(227,141,148)
#E69CA2
(230,156,162)
#E9ABB0
(233,171,176)
#ECBABE
(236,186,190)
#EFC9CC
(239,201,204)
#F2D8DA
(242,216,218)
#F5E7E8
(245,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7515C color. Also use rgb(215,81,92) instead hex code.

Text Font Color

.myTextColor { color: #D7515C; }

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

This text font color is #D7515C.

Background Color

.myBgColor { background-color: #D7515C; }

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

This div background color is #D7515C.

Border color

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

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

This div border color is #D7515C.

Opacity

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

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

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

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

This text has shadow with #D7515C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7515C.

Preview

Color preview on black background

This text has color #D7515C on black background.


Color preview on white background

This text has color #D7515C on white background.


Black color preview on #D7515C background

This text has black color on #D7515C background.


White color preview on #D7515C background

This text has white color on #D7515C background.


Related colors

Complementary color

Complementary color for #hex is #28AEA3.


I love getcolorcode.com

Triadic colors

1 #5CD751 and #515CD7 with #D7515C are triadic colors.

2 #5C51D7 and #51D75C with #D7515C are triadic colors.