COLOR #D8557D

HEX: #D8557D RGB: (216,85,125)

Color info

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

RGB color model

#D8557D color RGB value is (216,85,125).

RGB: (216,85,125) (85%, 33%, 49%)

RGB channels and saturation

R 216 of 255 = 85%
G 85 of 255 = 33%
B 125 of 255 = 49%

216
85
125

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

Portions of RGB colors in percentages

R + G + B = 216 + 85 + 125 = 426 (100%)
R 216 of 426 ~ 50.7%
G 85 of 426 ~ 19.95%
B 125 of 426 ~ 29.34'%

%50.7
%19.95
%29.34

CMYK color model

#D8557D color CMYK value is (0,61,42,15).

  • cyan value is 0.00%
  • magenta value is 60.65%
  • yellow value is 42.13%
  • key color value is 15.29%

CMYK: (0,61,42,15)
C0M61Y42K15 (0%, 61%, 42%, 15%)
(0.00 / 0.61 / 0.42 / 0.15)

CMYK percentages

%0
%60.65
%42.13
%15.29

Codes

Color #D8557D in popluar color models

D8 55 7D
RGB 216 85 125
HSL 342° 62.68% 59.02%
HSB/HSV 342° 60.65% 84.71%
CMYK 0.00% 60.65% 42.13%
15.29%

Color #D8557D in popluar number systems.

HEX D8 55 7D
Decimal 216 85 125
Binary 11011000 1010101 1111101
Octal 330 125 175

Shades and tints

Shades of #D8557D

#D8557D
(216,85,125)
#C54E72
(197,78,114)
#B24767
(178,71,103)
#9F405C
(159,64,92)
#8C3951
(140,57,81)
#793246
(121,50,70)
#662B3B
(102,43,59)
#532430
(83,36,48)
#401D25
(64,29,37)
#2D161A
(45,22,26)
#1A0F0F
(26,15,15)
#000000
(0,0,0)

Tints of #D8557D

#D8557D
(216,85,125)
#DB6488
(219,100,136)
#DE7393
(222,115,147)
#E1829E
(225,130,158)
#E491A9
(228,145,169)
#E7A0B4
(231,160,180)
#EAAFBF
(234,175,191)
#EDBECA
(237,190,202)
#F0CDD5
(240,205,213)
#F3DCE0
(243,220,224)
#F6EBEB
(246,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8557D color. Also use rgb(216,85,125) instead hex code.

Text Font Color

.myTextColor { color: #D8557D; }

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

This text font color is #D8557D.

Background Color

.myBgColor { background-color: #D8557D; }

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

This div background color is #D8557D.

Border color

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

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

This div border color is #D8557D.

Opacity

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

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

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

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

This text has shadow with #D8557D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8557D.

Preview

Color preview on black background

This text has color #D8557D on black background.


Color preview on white background

This text has color #D8557D on white background.


Black color preview on #D8557D background

This text has black color on #D8557D background.


White color preview on #D8557D background

This text has white color on #D8557D background.


Related colors

Complementary color

Complementary color for #hex is #27AA82.


I love getcolorcode.com

Triadic colors

1 #7DD855 and #557DD8 with #D8557D are triadic colors.

2 #7D55D8 and #55D87D with #D8557D are triadic colors.