COLOR #DC0D4F

HEX: #DC0D4F
RGB: (220,13,79)

Color info

#DC0D4F contains mainly red color. Web safe color of #DC0D4F is #CC0066 (or #C06).

RGB color model

#DC0D4F color RGB value is (220,13,79).

  • red value is 220;
  • green value is 13;
  • blue value is 79.
RGB:
(220,13,79)
(86%,5%,31%)

RGB channels and saturation

R 220 of 255 = 86%
G 13 of 255 = 5%
B 79 of 255 = 31%

220
13
79

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

Portions of RGB colors in percentages

R + G + B =
220 + 13 + 79 = 312 (100%)
R 220 of 312 ~ 70.51%
G 13 of 312 ~ 4.17%
B 79 of 312 ~ 25.32%

%70.51
%25.32

CMYK color model

#DC0D4F color CMYK value is (0,94,64,14).

  • cyan value is 0.00%
  • magenta value is 94.09%
  • yellow value is 64.09%
  • key color value is 13.73%
CMYK:
(0,94,64,14)
C0M94Y64K14 
(0%,94%,64%,14%)
(0.00/0.94/0.64/0.14)	

CMYK percentages

%0
%94.09
%64.09
%13.73

Codes

Color #DC0D4F in popluar color models

DC0D4F
RGB2201379
HSL341°88.84%45.69%
HSB/HSV341°94.09%86.27%
CMYK0.00%94.09%64.09%
13.73%

Color #DC0D4F in popluar number systems.

HEXDC0D4F
Decimal2201379
Binary1101110011011001111
Octal33415117

Shades and tints

Shades of #DC0D4F

#DC0D4F
(220,13,79)
#C80C48
(200,12,72)
#B40B41
(180,11,65)
#A00A3A
(160,10,58)
#8C0933
(140,9,51)
#78082C
(120,8,44)
#640725
(100,7,37)
#50061E
(80,6,30)
#3C0517
(60,5,23)
#280410
(40,4,16)
#140309
(20,3,9)
#000000
(0,0,0)

Tints of #DC0D4F

#DC0D4F
(220,13,79)
#DF235F
(223,35,95)
#E2396F
(226,57,111)
#E54F7F
(229,79,127)
#E8658F
(232,101,143)
#EB7B9F
(235,123,159)
#EE91AF
(238,145,175)
#F1A7BF
(241,167,191)
#F4BDCF
(244,189,207)
#F7D3DF
(247,211,223)
#FAE9EF
(250,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC0D4F color. Also use rgb(220,13,79) instead hex code.

Text Font Color

.myTextColor { color: #DC0D4F; }

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

This text font color is #DC0D4F.


Background Color

.myBgColor { background-color: #DC0D4F; }

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

This div background color is #DC0D4F.


Border color

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

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

This div border color is #DC0D4F.


Opacity

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

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

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

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

This text has shadow with #DC0D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC0D4F on black background.


Color preview on white background

This text has color #DC0D4F on white background.



Black color preview on #DC0D4F background

This text has black color on #DC0D4F background.


White color preview on #DC0D4F background

This text has white color on #DC0D4F background.