COLOR #DC5D8C

HEX: #DC5D8C RGB: (220,93,140)

Color info

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

RGB color model

#DC5D8C color RGB value is (220,93,140).

RGB: (220,93,140) (86%, 36%, 55%)

RGB channels and saturation

R 220 of 255 = 86%
G 93 of 255 = 36%
B 140 of 255 = 55%

220
93
140

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

Portions of RGB colors in percentages

R + G + B = 220 + 93 + 140 = 453 (100%)
R 220 of 453 ~ 48.57%
G 93 of 453 ~ 20.53%
B 140 of 453 ~ 30.91'%

%48.57
%20.53
%30.91

CMYK color model

#DC5D8C color CMYK value is (0,58,36,14).

  • cyan value is 0.00%
  • magenta value is 57.73%
  • yellow value is 36.36%
  • key color value is 13.73%

CMYK: (0,58,36,14)
C0M58Y36K14 (0%, 58%, 36%, 14%)
(0.00 / 0.58 / 0.36 / 0.14)

CMYK percentages

%0
%57.73
%36.36
%13.73

Codes

Color #DC5D8C in popluar color models

DC 5D 8C
RGB 220 93 140
HSL 338° 64.47% 61.37%
HSB/HSV 338° 57.73% 86.27%
CMYK 0.00% 57.73% 36.36%
13.73%

Color #DC5D8C in popluar number systems.

HEX DC 5D 8C
Decimal 220 93 140
Binary 11011100 1011101 10001100
Octal 334 135 214

Shades and tints

Shades of #DC5D8C

#DC5D8C
(220,93,140)
#C85580
(200,85,128)
#B44D74
(180,77,116)
#A04568
(160,69,104)
#8C3D5C
(140,61,92)
#783550
(120,53,80)
#642D44
(100,45,68)
#502538
(80,37,56)
#3C1D2C
(60,29,44)
#281520
(40,21,32)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #DC5D8C

#DC5D8C
(220,93,140)
#DF6B96
(223,107,150)
#E279A0
(226,121,160)
#E587AA
(229,135,170)
#E895B4
(232,149,180)
#EBA3BE
(235,163,190)
#EEB1C8
(238,177,200)
#F1BFD2
(241,191,210)
#F4CDDC
(244,205,220)
#F7DBE6
(247,219,230)
#FAE9F0
(250,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC5D8C color. Also use rgb(220,93,140) instead hex code.

Text Font Color

.myTextColor { color: #DC5D8C; }

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

This text font color is #DC5D8C.

Background Color

.myBgColor { background-color: #DC5D8C; }

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

This div background color is #DC5D8C.

Border color

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

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

This div border color is #DC5D8C.

Opacity

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

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

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

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

This text has shadow with #DC5D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC5D8C.

Preview

Color preview on black background

This text has color #DC5D8C on black background.


Color preview on white background

This text has color #DC5D8C on white background.


Black color preview on #DC5D8C background

This text has black color on #DC5D8C background.


White color preview on #DC5D8C background

This text has white color on #DC5D8C background.


Related colors

Complementary color

Complementary color for #hex is #23A273.


I love getcolorcode.com

Triadic colors

1 #8CDC5D and #5D8CDC with #DC5D8C are triadic colors.

2 #8C5DDC and #5DDC8C with #DC5D8C are triadic colors.