COLOR #D1558B

HEX: #D1558B
RGB: (209,85,139)

Color info

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

RGB color model

#D1558B color RGB value is (209,85,139).

  • red value is 209;
  • green value is 85;
  • blue value is 139.
RGB:
(209,85,139)
(82%,33%,55%)

RGB channels and saturation

R 209 of 255 = 82%
G 85 of 255 = 33%
B 139 of 255 = 55%

209
85
139

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

Portions of RGB colors in percentages

R + G + B =
209 + 85 + 139 = 433 (100%)
R 209 of 433 ~ 48.27%
G 85 of 433 ~ 19.63%
B 139 of 433 ~ 32.1%

%48.27
%19.63
%32.1

CMYK color model

#D1558B color CMYK value is (0,59,33,18).

  • cyan value is 0.00%
  • magenta value is 59.33%
  • yellow value is 33.49%
  • key color value is 18.04%
CMYK:
(0,59,33,18)
C0M59Y33K18 
(0%,59%,33%,18%)
(0.00/0.59/0.33/0.18)	

CMYK percentages

%0
%59.33
%33.49
%18.04

Codes

Color #D1558B in popluar color models

D1558B
RGB20985139
HSL334°57.41%57.65%
HSB/HSV334°59.33%81.96%
CMYK0.00%59.33%33.49%
18.04%

Color #D1558B in popluar number systems.

HEXD1558B
Decimal20985139
Binary11010001101010110001011
Octal321125213

Shades and tints

Shades of #D1558B

#D1558B
(209,85,139)
#BE4E7F
(190,78,127)
#AB4773
(171,71,115)
#984067
(152,64,103)
#85395B
(133,57,91)
#72324F
(114,50,79)
#5F2B43
(95,43,67)
#4C2437
(76,36,55)
#391D2B
(57,29,43)
#26161F
(38,22,31)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #D1558B

#D1558B
(209,85,139)
#D56495
(213,100,149)
#D9739F
(217,115,159)
#DD82A9
(221,130,169)
#E191B3
(225,145,179)
#E5A0BD
(229,160,189)
#E9AFC7
(233,175,199)
#EDBED1
(237,190,209)
#F1CDDB
(241,205,219)
#F5DCE5
(245,220,229)
#F9EBEF
(249,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1558B color. Also use rgb(209,85,139) instead hex code.

Text Font Color

.myTextColor { color: #D1558B; }

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

This text font color is #D1558B.


Background Color

.myBgColor { background-color: #D1558B; }

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

This div background color is #D1558B.


Border color

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

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

This div border color is #D1558B.


Opacity

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

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

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

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

This text has shadow with #D1558B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1558B on black background.


Color preview on white background

This text has color #D1558B on white background.



Black color preview on #D1558B background

This text has black color on #D1558B background.


White color preview on #D1558B background

This text has white color on #D1558B background.