COLOR #DC379C

HEX: #DC379C RGB: (220,55,156)

Color info

#DC379C contains mainly red color. Web safe color of #DC379C is #CC3399 (or #C39).

RGB color model

#DC379C color RGB value is (220,55,156).

RGB: (220,55,156) (86%, 22%, 61%)

RGB channels and saturation

R 220 of 255 = 86%
G 55 of 255 = 22%
B 156 of 255 = 61%

220
55
156

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

Portions of RGB colors in percentages

R + G + B = 220 + 55 + 156 = 431 (100%)
R 220 of 431 ~ 51.04%
G 55 of 431 ~ 12.76%
B 156 of 431 ~ 36.19'%

%51.04
%12.76
%36.19

CMYK color model

#DC379C color CMYK value is (0,75,29,14).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 29.09%
  • key color value is 13.73%

CMYK: (0,75,29,14)
C0M75Y29K14 (0%, 75%, 29%, 14%)
(0.00 / 0.75 / 0.29 / 0.14)

CMYK percentages

%0
%75
%29.09
%13.73

Codes

Color #DC379C in popluar color models

DC 37 9C
RGB 220 55 156
HSL 323° 70.21% 53.92%
HSB/HSV 323° 75.00% 86.27%
CMYK 0.00% 75.00% 29.09%
13.73%

Color #DC379C in popluar number systems.

HEX DC 37 9C
Decimal 220 55 156
Binary 11011100 110111 10011100
Octal 334 67 234

Shades and tints

Shades of #DC379C

#DC379C
(220,55,156)
#C8328E
(200,50,142)
#B42D80
(180,45,128)
#A02872
(160,40,114)
#8C2364
(140,35,100)
#781E56
(120,30,86)
#641948
(100,25,72)
#50143A
(80,20,58)
#3C0F2C
(60,15,44)
#280A1E
(40,10,30)
#140510
(20,5,16)
#000000
(0,0,0)

Tints of #DC379C

#DC379C
(220,55,156)
#DF49A5
(223,73,165)
#E25BAE
(226,91,174)
#E56DB7
(229,109,183)
#E87FC0
(232,127,192)
#EB91C9
(235,145,201)
#EEA3D2
(238,163,210)
#F1B5DB
(241,181,219)
#F4C7E4
(244,199,228)
#F7D9ED
(247,217,237)
#FAEBF6
(250,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC379C color. Also use rgb(220,55,156) instead hex code.

Text Font Color

.myTextColor { color: #DC379C; }

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

This text font color is #DC379C.

Background Color

.myBgColor { background-color: #DC379C; }

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

This div background color is #DC379C.

Border color

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

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

This div border color is #DC379C.

Opacity

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

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

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

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

This text has shadow with #DC379C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC379C.

Preview

Color preview on black background

This text has color #DC379C on black background.


Color preview on white background

This text has color #DC379C on white background.


Black color preview on #DC379C background

This text has black color on #DC379C background.


White color preview on #DC379C background

This text has white color on #DC379C background.


Related colors

Complementary color

Complementary color for #hex is #23C863.


I love getcolorcode.com

Triadic colors

1 #9CDC37 and #379CDC with #DC379C are triadic colors.

2 #9C37DC and #37DC9C with #DC379C are triadic colors.