COLOR #D15775

HEX: #D15775
RGB: (209,87,117)

Color info

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

RGB color model

#D15775 color RGB value is (209,87,117).

  • red value is 209;
  • green value is 87;
  • blue value is 117.
RGB:
(209,87,117)
(82%,34%,46%)

RGB channels and saturation

R 209 of 255 = 82%
G 87 of 255 = 34%
B 117 of 255 = 46%

209
87
117

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

Portions of RGB colors in percentages

R + G + B =
209 + 87 + 117 = 413 (100%)
R 209 of 413 ~ 50.61%
G 87 of 413 ~ 21.07%
B 117 of 413 ~ 28.33%

%50.61
%21.07
%28.33

CMYK color model

#D15775 color CMYK value is (0,58,44,18).

  • cyan value is 0.00%
  • magenta value is 58.37%
  • yellow value is 44.02%
  • key color value is 18.04%
CMYK:
(0,58,44,18)
C0M58Y44K18 
(0%,58%,44%,18%)
(0.00/0.58/0.44/0.18)	

CMYK percentages

%0
%58.37
%44.02
%18.04

Codes

Color #D15775 in popluar color models

D15775
RGB20987117
HSL345°57.01%58.04%
HSB/HSV345°58.37%81.96%
CMYK0.00%58.37%44.02%
18.04%

Color #D15775 in popluar number systems.

HEXD15775
Decimal20987117
Binary1101000110101111110101
Octal321127165

Shades and tints

Shades of #D15775

#D15775
(209,87,117)
#BE506B
(190,80,107)
#AB4961
(171,73,97)
#984257
(152,66,87)
#853B4D
(133,59,77)
#723443
(114,52,67)
#5F2D39
(95,45,57)
#4C262F
(76,38,47)
#391F25
(57,31,37)
#26181B
(38,24,27)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #D15775

#D15775
(209,87,117)
#D56681
(213,102,129)
#D9758D
(217,117,141)
#DD8499
(221,132,153)
#E193A5
(225,147,165)
#E5A2B1
(229,162,177)
#E9B1BD
(233,177,189)
#EDC0C9
(237,192,201)
#F1CFD5
(241,207,213)
#F5DEE1
(245,222,225)
#F9EDED
(249,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D15775 color. Also use rgb(209,87,117) instead hex code.

Text Font Color

.myTextColor { color: #D15775; }

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

This text font color is #D15775.


Background Color

.myBgColor { background-color: #D15775; }

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

This div background color is #D15775.


Border color

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

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

This div border color is #D15775.


Opacity

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

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

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

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

This text has shadow with #D15775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D15775 on black background.


Color preview on white background

This text has color #D15775 on white background.



Black color preview on #D15775 background

This text has black color on #D15775 background.


White color preview on #D15775 background

This text has white color on #D15775 background.