COLOR #DC1F70

HEX: #DC1F70
RGB: (220,31,112)

Color info

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

RGB color model

#DC1F70 color RGB value is (220,31,112).

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

RGB channels and saturation

R 220 of 255 = 86%
G 31 of 255 = 12%
B 112 of 255 = 44%

220
31
112

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

Portions of RGB colors in percentages

R + G + B =
220 + 31 + 112 = 363 (100%)
R 220 of 363 ~ 60.61%
G 31 of 363 ~ 8.54%
B 112 of 363 ~ 30.85%

%60.61
%30.85

CMYK color model

#DC1F70 color CMYK value is (0,86,49,14).

  • cyan value is 0.00%
  • magenta value is 85.91%
  • yellow value is 49.09%
  • key color value is 13.73%
CMYK:
(0,86,49,14)
C0M86Y49K14 
(0%,86%,49%,14%)
(0.00/0.86/0.49/0.14)	

CMYK percentages

%0
%85.91
%49.09
%13.73

Codes

Color #DC1F70 in popluar color models

DC1F70
RGB22031112
HSL334°75.30%49.22%
HSB/HSV334°85.91%86.27%
CMYK0.00%85.91%49.09%
13.73%

Color #DC1F70 in popluar number systems.

HEXDC1F70
Decimal22031112
Binary11011100111111110000
Octal33437160

Shades and tints

Shades of #DC1F70

#DC1F70
(220,31,112)
#C81D66
(200,29,102)
#B41B5C
(180,27,92)
#A01952
(160,25,82)
#8C1748
(140,23,72)
#78153E
(120,21,62)
#641334
(100,19,52)
#50112A
(80,17,42)
#3C0F20
(60,15,32)
#280D16
(40,13,22)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #DC1F70

#DC1F70
(220,31,112)
#DF337D
(223,51,125)
#E2478A
(226,71,138)
#E55B97
(229,91,151)
#E86FA4
(232,111,164)
#EB83B1
(235,131,177)
#EE97BE
(238,151,190)
#F1ABCB
(241,171,203)
#F4BFD8
(244,191,216)
#F7D3E5
(247,211,229)
#FAE7F2
(250,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC1F70; }

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

This text font color is #DC1F70.


Background Color

.myBgColor { background-color: #DC1F70; }

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

This div background color is #DC1F70.


Border color

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

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

This div border color is #DC1F70.


Opacity

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

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

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

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

This text has shadow with #DC1F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC1F70 on black background.


Color preview on white background

This text has color #DC1F70 on white background.



Black color preview on #DC1F70 background

This text has black color on #DC1F70 background.


White color preview on #DC1F70 background

This text has white color on #DC1F70 background.