COLOR #DC5D8F

HEX: #DC5D8F
RGB: (220,93,143)

Color info

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

RGB color model

#DC5D8F color RGB value is (220,93,143).

  • red value is 220;
  • green value is 93;
  • blue value is 143.
RGB:
(220,93,143)
(86%,36%,56%)

RGB channels and saturation

R 220 of 255 = 86%
G 93 of 255 = 36%
B 143 of 255 = 56%

220
93
143

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

Portions of RGB colors in percentages

R + G + B =
220 + 93 + 143 = 456 (100%)
R 220 of 456 ~ 48.25%
G 93 of 456 ~ 20.39%
B 143 of 456 ~ 31.36%

%48.25
%20.39
%31.36

CMYK color model

#DC5D8F color CMYK value is (0,58,35,14).

  • cyan value is 0.00%
  • magenta value is 57.73%
  • yellow value is 35.00%
  • key color value is 13.73%
CMYK:
(0,58,35,14)
C0M58Y35K14 
(0%,58%,35%,14%)
(0.00/0.58/0.35/0.14)	

CMYK percentages

%0
%57.73
%35
%13.73

Codes

Color #DC5D8F in popluar color models

DC5D8F
RGB22093143
HSL336°64.47%61.37%
HSB/HSV336°57.73%86.27%
CMYK0.00%57.73%35.00%
13.73%

Color #DC5D8F in popluar number systems.

HEXDC5D8F
Decimal22093143
Binary11011100101110110001111
Octal334135217

Shades and tints

Shades of #DC5D8F

#DC5D8F
(220,93,143)
#C85582
(200,85,130)
#B44D75
(180,77,117)
#A04568
(160,69,104)
#8C3D5B
(140,61,91)
#78354E
(120,53,78)
#642D41
(100,45,65)
#502534
(80,37,52)
#3C1D27
(60,29,39)
#28151A
(40,21,26)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #DC5D8F

#DC5D8F
(220,93,143)
#DF6B99
(223,107,153)
#E279A3
(226,121,163)
#E587AD
(229,135,173)
#E895B7
(232,149,183)
#EBA3C1
(235,163,193)
#EEB1CB
(238,177,203)
#F1BFD5
(241,191,213)
#F4CDDF
(244,205,223)
#F7DBE9
(247,219,233)
#FAE9F3
(250,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC5D8F; }

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

This text font color is #DC5D8F.


Background Color

.myBgColor { background-color: #DC5D8F; }

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

This div background color is #DC5D8F.


Border color

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

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

This div border color is #DC5D8F.


Opacity

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

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

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

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

This text has shadow with #DC5D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC5D8F on black background.


Color preview on white background

This text has color #DC5D8F on white background.



Black color preview on #DC5D8F background

This text has black color on #DC5D8F background.


White color preview on #DC5D8F background

This text has white color on #DC5D8F background.