COLOR #DC717F

HEX: #DC717F
RGB: (220,113,127)

Color info

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

RGB color model

#DC717F color RGB value is (220,113,127).

  • red value is 220;
  • green value is 113;
  • blue value is 127.
RGB:
(220,113,127)
(86%,44%,50%)

RGB channels and saturation

R 220 of 255 = 86%
G 113 of 255 = 44%
B 127 of 255 = 50%

220
113
127

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

Portions of RGB colors in percentages

R + G + B =
220 + 113 + 127 = 460 (100%)
R 220 of 460 ~ 47.83%
G 113 of 460 ~ 24.57%
B 127 of 460 ~ 27.61%

%47.83
%24.57
%27.61

CMYK color model

#DC717F color CMYK value is (0,49,42,14).

  • cyan value is 0.00%
  • magenta value is 48.64%
  • yellow value is 42.27%
  • key color value is 13.73%
CMYK:
(0,49,42,14)
C0M49Y42K14 
(0%,49%,42%,14%)
(0.00/0.49/0.42/0.14)	

CMYK percentages

%0
%48.64
%42.27
%13.73

Codes

Color #DC717F in popluar color models

DC717F
RGB220113127
HSL352°60.45%65.29%
HSB/HSV352°48.64%86.27%
CMYK0.00%48.64%42.27%
13.73%

Color #DC717F in popluar number systems.

HEXDC717F
Decimal220113127
Binary1101110011100011111111
Octal334161177

Shades and tints

Shades of #DC717F

#DC717F
(220,113,127)
#C86774
(200,103,116)
#B45D69
(180,93,105)
#A0535E
(160,83,94)
#8C4953
(140,73,83)
#783F48
(120,63,72)
#64353D
(100,53,61)
#502B32
(80,43,50)
#3C2127
(60,33,39)
#28171C
(40,23,28)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #DC717F

#DC717F
(220,113,127)
#DF7D8A
(223,125,138)
#E28995
(226,137,149)
#E595A0
(229,149,160)
#E8A1AB
(232,161,171)
#EBADB6
(235,173,182)
#EEB9C1
(238,185,193)
#F1C5CC
(241,197,204)
#F4D1D7
(244,209,215)
#F7DDE2
(247,221,226)
#FAE9ED
(250,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC717F color. Also use rgb(220,113,127) instead hex code.

Text Font Color

.myTextColor { color: #DC717F; }

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

This text font color is #DC717F.


Background Color

.myBgColor { background-color: #DC717F; }

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

This div background color is #DC717F.


Border color

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

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

This div border color is #DC717F.


Opacity

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

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

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

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

This text has shadow with #DC717F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC717F on black background.


Color preview on white background

This text has color #DC717F on white background.



Black color preview on #DC717F background

This text has black color on #DC717F background.


White color preview on #DC717F background

This text has white color on #DC717F background.