COLOR #DC2479

HEX: #DC2479
RGB: (220,36,121)

Color info

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

RGB color model

#DC2479 color RGB value is (220,36,121).

  • red value is 220;
  • green value is 36;
  • blue value is 121.
RGB:
(220,36,121)
(86%,14%,47%)

RGB channels and saturation

R 220 of 255 = 86%
G 36 of 255 = 14%
B 121 of 255 = 47%

220
36
121

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

Portions of RGB colors in percentages

R + G + B =
220 + 36 + 121 = 377 (100%)
R 220 of 377 ~ 58.36%
G 36 of 377 ~ 9.55%
B 121 of 377 ~ 32.1%

%58.36
%9.55
%32.1

CMYK color model

#DC2479 color CMYK value is (0,84,45,14).

  • cyan value is 0.00%
  • magenta value is 83.64%
  • yellow value is 45.00%
  • key color value is 13.73%
CMYK:
(0,84,45,14)
C0M84Y45K14 
(0%,84%,45%,14%)
(0.00/0.84/0.45/0.14)	

CMYK percentages

%0
%83.64
%45
%13.73

Codes

Color #DC2479 in popluar color models

DC2479
RGB22036121
HSL332°72.44%50.20%
HSB/HSV332°83.64%86.27%
CMYK0.00%83.64%45.00%
13.73%

Color #DC2479 in popluar number systems.

HEXDC2479
Decimal22036121
Binary110111001001001111001
Octal33444171

Shades and tints

Shades of #DC2479

#DC2479
(220,36,121)
#C8216E
(200,33,110)
#B41E63
(180,30,99)
#A01B58
(160,27,88)
#8C184D
(140,24,77)
#781542
(120,21,66)
#641237
(100,18,55)
#500F2C
(80,15,44)
#3C0C21
(60,12,33)
#280916
(40,9,22)
#14060B
(20,6,11)
#000000
(0,0,0)

Tints of #DC2479

#DC2479
(220,36,121)
#DF3785
(223,55,133)
#E24A91
(226,74,145)
#E55D9D
(229,93,157)
#E870A9
(232,112,169)
#EB83B5
(235,131,181)
#EE96C1
(238,150,193)
#F1A9CD
(241,169,205)
#F4BCD9
(244,188,217)
#F7CFE5
(247,207,229)
#FAE2F1
(250,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC2479 color. Also use rgb(220,36,121) instead hex code.

Text Font Color

.myTextColor { color: #DC2479; }

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

This text font color is #DC2479.


Background Color

.myBgColor { background-color: #DC2479; }

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

This div background color is #DC2479.


Border color

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

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

This div border color is #DC2479.


Opacity

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

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

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

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

This text has shadow with #DC2479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC2479 on black background.


Color preview on white background

This text has color #DC2479 on white background.



Black color preview on #DC2479 background

This text has black color on #DC2479 background.


White color preview on #DC2479 background

This text has white color on #DC2479 background.