COLOR #DC556C

HEX: #DC556C RGB: (220,85,108)

Color info

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

RGB color model

#DC556C color RGB value is (220,85,108).

RGB: (220,85,108) (86%, 33%, 42%)

RGB channels and saturation

R 220 of 255 = 86%
G 85 of 255 = 33%
B 108 of 255 = 42%

220
85
108

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

Portions of RGB colors in percentages

R + G + B = 220 + 85 + 108 = 413 (100%)
R 220 of 413 ~ 53.27%
G 85 of 413 ~ 20.58%
B 108 of 413 ~ 26.15'%

%53.27
%20.58
%26.15

CMYK color model

#DC556C color CMYK value is (0,61,51,14).

  • cyan value is 0.00%
  • magenta value is 61.36%
  • yellow value is 50.91%
  • key color value is 13.73%

CMYK: (0,61,51,14)
C0M61Y51K14 (0%, 61%, 51%, 14%)
(0.00 / 0.61 / 0.51 / 0.14)

CMYK percentages

%0
%61.36
%50.91
%13.73

Codes

Color #DC556C in popluar color models

DC 55 6C
RGB 220 85 108
HSL 350° 65.85% 59.80%
HSB/HSV 350° 61.36% 86.27%
CMYK 0.00% 61.36% 50.91%
13.73%

Color #DC556C in popluar number systems.

HEX DC 55 6C
Decimal 220 85 108
Binary 11011100 1010101 1101100
Octal 334 125 154

Shades and tints

Shades of #DC556C

#DC556C
(220,85,108)
#C84E63
(200,78,99)
#B4475A
(180,71,90)
#A04051
(160,64,81)
#8C3948
(140,57,72)
#78323F
(120,50,63)
#642B36
(100,43,54)
#50242D
(80,36,45)
#3C1D24
(60,29,36)
#28161B
(40,22,27)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #DC556C

#DC556C
(220,85,108)
#DF6479
(223,100,121)
#E27386
(226,115,134)
#E58293
(229,130,147)
#E891A0
(232,145,160)
#EBA0AD
(235,160,173)
#EEAFBA
(238,175,186)
#F1BEC7
(241,190,199)
#F4CDD4
(244,205,212)
#F7DCE1
(247,220,225)
#FAEBEE
(250,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC556C color. Also use rgb(220,85,108) instead hex code.

Text Font Color

.myTextColor { color: #DC556C; }

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

This text font color is #DC556C.

Background Color

.myBgColor { background-color: #DC556C; }

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

This div background color is #DC556C.

Border color

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

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

This div border color is #DC556C.

Opacity

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

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

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

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

This text has shadow with #DC556C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC556C.

Preview

Color preview on black background

This text has color #DC556C on black background.


Color preview on white background

This text has color #DC556C on white background.


Black color preview on #DC556C background

This text has black color on #DC556C background.


White color preview on #DC556C background

This text has white color on #DC556C background.


Related colors

Complementary color

Complementary color for #hex is #23AA93.


I love getcolorcode.com

Triadic colors

1 #6CDC55 and #556CDC with #DC556C are triadic colors.

2 #6C55DC and #55DC6C with #DC556C are triadic colors.