COLOR #D15473

HEX: #D15473
RGB: (209,84,115)

Color info

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

RGB color model

#D15473 color RGB value is (209,84,115).

  • red value is 209;
  • green value is 84;
  • blue value is 115.
RGB:
(209,84,115)
(82%,33%,45%)

RGB channels and saturation

R 209 of 255 = 82%
G 84 of 255 = 33%
B 115 of 255 = 45%

209
84
115

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

Portions of RGB colors in percentages

R + G + B =
209 + 84 + 115 = 408 (100%)
R 209 of 408 ~ 51.23%
G 84 of 408 ~ 20.59%
B 115 of 408 ~ 28.19%

%51.23
%20.59
%28.19

CMYK color model

#D15473 color CMYK value is (0,60,45,18).

  • cyan value is 0.00%
  • magenta value is 59.81%
  • yellow value is 44.98%
  • key color value is 18.04%
CMYK:
(0,60,45,18)
C0M60Y45K18 
(0%,60%,45%,18%)
(0.00/0.60/0.45/0.18)	

CMYK percentages

%0
%59.81
%44.98
%18.04

Codes

Color #D15473 in popluar color models

D15473
RGB20984115
HSL345°57.60%57.45%
HSB/HSV345°59.81%81.96%
CMYK0.00%59.81%44.98%
18.04%

Color #D15473 in popluar number systems.

HEXD15473
Decimal20984115
Binary1101000110101001110011
Octal321124163

Shades and tints

Shades of #D15473

#D15473
(209,84,115)
#BE4D69
(190,77,105)
#AB465F
(171,70,95)
#983F55
(152,63,85)
#85384B
(133,56,75)
#723141
(114,49,65)
#5F2A37
(95,42,55)
#4C232D
(76,35,45)
#391C23
(57,28,35)
#261519
(38,21,25)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #D15473

#D15473
(209,84,115)
#D5637F
(213,99,127)
#D9728B
(217,114,139)
#DD8197
(221,129,151)
#E190A3
(225,144,163)
#E59FAF
(229,159,175)
#E9AEBB
(233,174,187)
#EDBDC7
(237,189,199)
#F1CCD3
(241,204,211)
#F5DBDF
(245,219,223)
#F9EAEB
(249,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D15473 color. Also use rgb(209,84,115) instead hex code.

Text Font Color

.myTextColor { color: #D15473; }

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

This text font color is #D15473.


Background Color

.myBgColor { background-color: #D15473; }

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

This div background color is #D15473.


Border color

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

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

This div border color is #D15473.


Opacity

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

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

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

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

This text has shadow with #D15473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D15473 on black background.


Color preview on white background

This text has color #D15473 on white background.



Black color preview on #D15473 background

This text has black color on #D15473 background.


White color preview on #D15473 background

This text has white color on #D15473 background.