COLOR #D15887

HEX: #D15887
RGB: (209,88,135)

Color info

#D15887 contains mainly red color. Web safe color of #D15887 is #CC6699 (or #C69).

RGB color model

#D15887 color RGB value is (209,88,135).

  • red value is 209;
  • green value is 88;
  • blue value is 135.
RGB:
(209,88,135)
(82%,35%,53%)

RGB channels and saturation

R 209 of 255 = 82%
G 88 of 255 = 35%
B 135 of 255 = 53%

209
88
135

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

Portions of RGB colors in percentages

R + G + B =
209 + 88 + 135 = 432 (100%)
R 209 of 432 ~ 48.38%
G 88 of 432 ~ 20.37%
B 135 of 432 ~ 31.25%

%48.38
%20.37
%31.25

CMYK color model

#D15887 color CMYK value is (0,58,35,18).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 35.41%
  • key color value is 18.04%
CMYK:
(0,58,35,18)
C0M58Y35K18 
(0%,58%,35%,18%)
(0.00/0.58/0.35/0.18)	

CMYK percentages

%0
%57.89
%35.41
%18.04

Codes

Color #D15887 in popluar color models

D15887
RGB20988135
HSL337°56.81%58.24%
HSB/HSV337°57.89%81.96%
CMYK0.00%57.89%35.41%
18.04%

Color #D15887 in popluar number systems.

HEXD15887
Decimal20988135
Binary11010001101100010000111
Octal321130207

Shades and tints

Shades of #D15887

#D15887
(209,88,135)
#BE507B
(190,80,123)
#AB486F
(171,72,111)
#984063
(152,64,99)
#853857
(133,56,87)
#72304B
(114,48,75)
#5F283F
(95,40,63)
#4C2033
(76,32,51)
#391827
(57,24,39)
#26101B
(38,16,27)
#13080F
(19,8,15)
#000000
(0,0,0)

Tints of #D15887

#D15887
(209,88,135)
#D56791
(213,103,145)
#D9769B
(217,118,155)
#DD85A5
(221,133,165)
#E194AF
(225,148,175)
#E5A3B9
(229,163,185)
#E9B2C3
(233,178,195)
#EDC1CD
(237,193,205)
#F1D0D7
(241,208,215)
#F5DFE1
(245,223,225)
#F9EEEB
(249,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D15887 color. Also use rgb(209,88,135) instead hex code.

Text Font Color

.myTextColor { color: #D15887; }

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

This text font color is #D15887.


Background Color

.myBgColor { background-color: #D15887; }

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

This div background color is #D15887.


Border color

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

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

This div border color is #D15887.


Opacity

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

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

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

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

This text has shadow with #D15887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D15887 on black background.


Color preview on white background

This text has color #D15887 on white background.



Black color preview on #D15887 background

This text has black color on #D15887 background.


White color preview on #D15887 background

This text has white color on #D15887 background.