COLOR #DC2F70

HEX: #DC2F70
RGB: (220,47,112)

Color info

#DC2F70 contains mainly red color. Web safe color of #DC2F70 is #CC3366 (or #C36).

RGB color model

#DC2F70 color RGB value is (220,47,112).

  • red value is 220;
  • green value is 47;
  • blue value is 112.
RGB:
(220,47,112)
(86%,18%,44%)

RGB channels and saturation

R 220 of 255 = 86%
G 47 of 255 = 18%
B 112 of 255 = 44%

220
47
112

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

Portions of RGB colors in percentages

R + G + B =
220 + 47 + 112 = 379 (100%)
R 220 of 379 ~ 58.05%
G 47 of 379 ~ 12.4%
B 112 of 379 ~ 29.55%

%58.05
%12.4
%29.55

CMYK color model

#DC2F70 color CMYK value is (0,79,49,14).

  • cyan value is 0.00%
  • magenta value is 78.64%
  • yellow value is 49.09%
  • key color value is 13.73%
CMYK:
(0,79,49,14)
C0M79Y49K14 
(0%,79%,49%,14%)
(0.00/0.79/0.49/0.14)	

CMYK percentages

%0
%78.64
%49.09
%13.73

Codes

Color #DC2F70 in popluar color models

DC2F70
RGB22047112
HSL337°71.19%52.35%
HSB/HSV337°78.64%86.27%
CMYK0.00%78.64%49.09%
13.73%

Color #DC2F70 in popluar number systems.

HEXDC2F70
Decimal22047112
Binary110111001011111110000
Octal33457160

Shades and tints

Shades of #DC2F70

#DC2F70
(220,47,112)
#C82B66
(200,43,102)
#B4275C
(180,39,92)
#A02352
(160,35,82)
#8C1F48
(140,31,72)
#781B3E
(120,27,62)
#641734
(100,23,52)
#50132A
(80,19,42)
#3C0F20
(60,15,32)
#280B16
(40,11,22)
#14070C
(20,7,12)
#000000
(0,0,0)

Tints of #DC2F70

#DC2F70
(220,47,112)
#DF417D
(223,65,125)
#E2538A
(226,83,138)
#E56597
(229,101,151)
#E877A4
(232,119,164)
#EB89B1
(235,137,177)
#EE9BBE
(238,155,190)
#F1ADCB
(241,173,203)
#F4BFD8
(244,191,216)
#F7D1E5
(247,209,229)
#FAE3F2
(250,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC2F70 color. Also use rgb(220,47,112) instead hex code.

Text Font Color

.myTextColor { color: #DC2F70; }

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

This text font color is #DC2F70.


Background Color

.myBgColor { background-color: #DC2F70; }

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

This div background color is #DC2F70.


Border color

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

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

This div border color is #DC2F70.


Opacity

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

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

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

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

This text has shadow with #DC2F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC2F70 on black background.


Color preview on white background

This text has color #DC2F70 on white background.



Black color preview on #DC2F70 background

This text has black color on #DC2F70 background.


White color preview on #DC2F70 background

This text has white color on #DC2F70 background.