COLOR #D7556E

HEX: #D7556E RGB: (215,85,110)

Color info

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

RGB color model

#D7556E color RGB value is (215,85,110).

RGB: (215,85,110) (84%, 33%, 43%)

RGB channels and saturation

R 215 of 255 = 84%
G 85 of 255 = 33%
B 110 of 255 = 43%

215
85
110

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

Portions of RGB colors in percentages

R + G + B = 215 + 85 + 110 = 410 (100%)
R 215 of 410 ~ 52.44%
G 85 of 410 ~ 20.73%
B 110 of 410 ~ 26.83'%

%52.44
%20.73
%26.83

CMYK color model

#D7556E color CMYK value is (0,60,49,16).

  • cyan value is 0.00%
  • magenta value is 60.47%
  • yellow value is 48.84%
  • key color value is 15.69%

CMYK: (0,60,49,16)
C0M60Y49K16 (0%, 60%, 49%, 16%)
(0.00 / 0.60 / 0.49 / 0.16)

CMYK percentages

%0
%60.47
%48.84
%15.69

Codes

Color #D7556E in popluar color models

D7 55 6E
RGB 215 85 110
HSL 348° 61.90% 58.82%
HSB/HSV 348° 60.47% 84.31%
CMYK 0.00% 60.47% 48.84%
15.69%

Color #D7556E in popluar number systems.

HEX D7 55 6E
Decimal 215 85 110
Binary 11010111 1010101 1101110
Octal 327 125 156

Shades and tints

Shades of #D7556E

#D7556E
(215,85,110)
#C44E64
(196,78,100)
#B1475A
(177,71,90)
#9E4050
(158,64,80)
#8B3946
(139,57,70)
#78323C
(120,50,60)
#652B32
(101,43,50)
#522428
(82,36,40)
#3F1D1E
(63,29,30)
#2C1614
(44,22,20)
#190F0A
(25,15,10)
#000000
(0,0,0)

Tints of #D7556E

#D7556E
(215,85,110)
#DA647B
(218,100,123)
#DD7388
(221,115,136)
#E08295
(224,130,149)
#E391A2
(227,145,162)
#E6A0AF
(230,160,175)
#E9AFBC
(233,175,188)
#ECBEC9
(236,190,201)
#EFCDD6
(239,205,214)
#F2DCE3
(242,220,227)
#F5EBF0
(245,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7556E color. Also use rgb(215,85,110) instead hex code.

Text Font Color

.myTextColor { color: #D7556E; }

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

This text font color is #D7556E.

Background Color

.myBgColor { background-color: #D7556E; }

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

This div background color is #D7556E.

Border color

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

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

This div border color is #D7556E.

Opacity

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

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

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

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

This text has shadow with #D7556E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7556E.

Preview

Color preview on black background

This text has color #D7556E on black background.


Color preview on white background

This text has color #D7556E on white background.


Black color preview on #D7556E background

This text has black color on #D7556E background.


White color preview on #D7556E background

This text has white color on #D7556E background.


Related colors

Complementary color

Complementary color for #hex is #28AA91.


I love getcolorcode.com

Triadic colors

1 #6ED755 and #556ED7 with #D7556E are triadic colors.

2 #6E55D7 and #55D76E with #D7556E are triadic colors.