COLOR #DC57A7

HEX: #DC57A7
RGB: (220,87,167)

Color info

#DC57A7 contains mainly red and blue colors. Web safe color of #DC57A7 is #CC6699 (or #C69).

RGB color model

#DC57A7 color RGB value is (220,87,167).

  • red value is 220;
  • green value is 87;
  • blue value is 167.
RGB:
(220,87,167)
(86%,34%,65%)

RGB channels and saturation

R 220 of 255 = 86%
G 87 of 255 = 34%
B 167 of 255 = 65%

220
87
167

R + G + B ~ 62%. #DC57A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 87 + 167 = 474 (100%)
R 220 of 474 ~ 46.41%
G 87 of 474 ~ 18.35%
B 167 of 474 ~ 35.23%

%46.41
%18.35
%35.23

CMYK color model

#DC57A7 color CMYK value is (0,60,24,14).

  • cyan value is 0.00%
  • magenta value is 60.45%
  • yellow value is 24.09%
  • key color value is 13.73%
CMYK:
(0,60,24,14)
C0M60Y24K14 
(0%,60%,24%,14%)
(0.00/0.60/0.24/0.14)	

CMYK percentages

%0
%60.45
%24.09
%13.73

Codes

Color #DC57A7 in popluar color models

DC57A7
RGB22087167
HSL324°65.52%60.20%
HSB/HSV324°60.45%86.27%
CMYK0.00%60.45%24.09%
13.73%

Color #DC57A7 in popluar number systems.

HEXDC57A7
Decimal22087167
Binary11011100101011110100111
Octal334127247

Shades and tints

Shades of #DC57A7

#DC57A7
(220,87,167)
#C85098
(200,80,152)
#B44989
(180,73,137)
#A0427A
(160,66,122)
#8C3B6B
(140,59,107)
#78345C
(120,52,92)
#642D4D
(100,45,77)
#50263E
(80,38,62)
#3C1F2F
(60,31,47)
#281820
(40,24,32)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #DC57A7

#DC57A7
(220,87,167)
#DF66AF
(223,102,175)
#E275B7
(226,117,183)
#E584BF
(229,132,191)
#E893C7
(232,147,199)
#EBA2CF
(235,162,207)
#EEB1D7
(238,177,215)
#F1C0DF
(241,192,223)
#F4CFE7
(244,207,231)
#F7DEEF
(247,222,239)
#FAEDF7
(250,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC57A7 color. Also use rgb(220,87,167) instead hex code.

Text Font Color

.myTextColor { color: #DC57A7; }

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

This text font color is #DC57A7.


Background Color

.myBgColor { background-color: #DC57A7; }

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

This div background color is #DC57A7.


Border color

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

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

This div border color is #DC57A7.


Opacity

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

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

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

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

This text has shadow with #DC57A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC57A7 on black background.


Color preview on white background

This text has color #DC57A7 on white background.



Black color preview on #DC57A7 background

This text has black color on #DC57A7 background.


White color preview on #DC57A7 background

This text has white color on #DC57A7 background.