COLOR #DC5C9A

HEX: #DC5C9A
RGB: (220,92,154)

Color info

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

RGB color model

#DC5C9A color RGB value is (220,92,154).

  • red value is 220;
  • green value is 92;
  • blue value is 154.
RGB:
(220,92,154)
(86%,36%,60%)

RGB channels and saturation

R 220 of 255 = 86%
G 92 of 255 = 36%
B 154 of 255 = 60%

220
92
154

R + G + B ~ 61%. #DC5C9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 92 + 154 = 466 (100%)
R 220 of 466 ~ 47.21%
G 92 of 466 ~ 19.74%
B 154 of 466 ~ 33.05%

%47.21
%19.74
%33.05

CMYK color model

#DC5C9A color CMYK value is (0,58,30,14).

  • cyan value is 0.00%
  • magenta value is 58.18%
  • yellow value is 30.00%
  • key color value is 13.73%
CMYK:
(0,58,30,14)
C0M58Y30K14 
(0%,58%,30%,14%)
(0.00/0.58/0.30/0.14)	

CMYK percentages

%0
%58.18
%30
%13.73

Codes

Color #DC5C9A in popluar color models

DC5C9A
RGB22092154
HSL331°64.65%61.18%
HSB/HSV331°58.18%86.27%
CMYK0.00%58.18%30.00%
13.73%

Color #DC5C9A in popluar number systems.

HEXDC5C9A
Decimal22092154
Binary11011100101110010011010
Octal334134232

Shades and tints

Shades of #DC5C9A

#DC5C9A
(220,92,154)
#C8548C
(200,84,140)
#B44C7E
(180,76,126)
#A04470
(160,68,112)
#8C3C62
(140,60,98)
#783454
(120,52,84)
#642C46
(100,44,70)
#502438
(80,36,56)
#3C1C2A
(60,28,42)
#28141C
(40,20,28)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #DC5C9A

#DC5C9A
(220,92,154)
#DF6AA3
(223,106,163)
#E278AC
(226,120,172)
#E586B5
(229,134,181)
#E894BE
(232,148,190)
#EBA2C7
(235,162,199)
#EEB0D0
(238,176,208)
#F1BED9
(241,190,217)
#F4CCE2
(244,204,226)
#F7DAEB
(247,218,235)
#FAE8F4
(250,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC5C9A color. Also use rgb(220,92,154) instead hex code.

Text Font Color

.myTextColor { color: #DC5C9A; }

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

This text font color is #DC5C9A.


Background Color

.myBgColor { background-color: #DC5C9A; }

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

This div background color is #DC5C9A.


Border color

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

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

This div border color is #DC5C9A.


Opacity

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

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

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

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

This text has shadow with #DC5C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC5C9A on black background.


Color preview on white background

This text has color #DC5C9A on white background.



Black color preview on #DC5C9A background

This text has black color on #DC5C9A background.


White color preview on #DC5C9A background

This text has white color on #DC5C9A background.