COLOR #DC7784

HEX: #DC7784
RGB: (220,119,132)

Color info

#DC7784 contains mainly red color. Web safe color of #DC7784 is #CC6699 (or #C69).

RGB color model

#DC7784 color RGB value is (220,119,132).

  • red value is 220;
  • green value is 119;
  • blue value is 132.
RGB:
(220,119,132)
(86%,47%,52%)

RGB channels and saturation

R 220 of 255 = 86%
G 119 of 255 = 47%
B 132 of 255 = 52%

220
119
132

R + G + B ~ 62%. #DC7784 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 119 + 132 = 471 (100%)
R 220 of 471 ~ 46.71%
G 119 of 471 ~ 25.27%
B 132 of 471 ~ 28.03%

%46.71
%25.27
%28.03

CMYK color model

#DC7784 color CMYK value is (0,46,40,14).

  • cyan value is 0.00%
  • magenta value is 45.91%
  • yellow value is 40.00%
  • key color value is 13.73%
CMYK:
(0,46,40,14)
C0M46Y40K14 
(0%,46%,40%,14%)
(0.00/0.46/0.40/0.14)	

CMYK percentages

%0
%45.91
%40
%13.73

Codes

Color #DC7784 in popluar color models

DC7784
RGB220119132
HSL352°59.06%66.47%
HSB/HSV352°45.91%86.27%
CMYK0.00%45.91%40.00%
13.73%

Color #DC7784 in popluar number systems.

HEXDC7784
Decimal220119132
Binary11011100111011110000100
Octal334167204

Shades and tints

Shades of #DC7784

#DC7784
(220,119,132)
#C86D78
(200,109,120)
#B4636C
(180,99,108)
#A05960
(160,89,96)
#8C4F54
(140,79,84)
#784548
(120,69,72)
#643B3C
(100,59,60)
#503130
(80,49,48)
#3C2724
(60,39,36)
#281D18
(40,29,24)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #DC7784

#DC7784
(220,119,132)
#DF838F
(223,131,143)
#E28F9A
(226,143,154)
#E59BA5
(229,155,165)
#E8A7B0
(232,167,176)
#EBB3BB
(235,179,187)
#EEBFC6
(238,191,198)
#F1CBD1
(241,203,209)
#F4D7DC
(244,215,220)
#F7E3E7
(247,227,231)
#FAEFF2
(250,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC7784 color. Also use rgb(220,119,132) instead hex code.

Text Font Color

.myTextColor { color: #DC7784; }

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

This text font color is #DC7784.


Background Color

.myBgColor { background-color: #DC7784; }

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

This div background color is #DC7784.


Border color

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

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

This div border color is #DC7784.


Opacity

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

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

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

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

This text has shadow with #DC7784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC7784 on black background.


Color preview on white background

This text has color #DC7784 on white background.



Black color preview on #DC7784 background

This text has black color on #DC7784 background.


White color preview on #DC7784 background

This text has white color on #DC7784 background.