COLOR #DC7C93

HEX: #DC7C93
RGB: (220,124,147)

Color info

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

RGB color model

#DC7C93 color RGB value is (220,124,147).

  • red value is 220;
  • green value is 124;
  • blue value is 147.
RGB:
(220,124,147)
(86%,49%,58%)

RGB channels and saturation

R 220 of 255 = 86%
G 124 of 255 = 49%
B 147 of 255 = 58%

220
124
147

R + G + B ~ 64%. #DC7C93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 124 + 147 = 491 (100%)
R 220 of 491 ~ 44.81%
G 124 of 491 ~ 25.25%
B 147 of 491 ~ 29.94%

%44.81
%25.25
%29.94

CMYK color model

#DC7C93 color CMYK value is (0,44,33,14).

  • cyan value is 0.00%
  • magenta value is 43.64%
  • yellow value is 33.18%
  • key color value is 13.73%
CMYK:
(0,44,33,14)
C0M44Y33K14 
(0%,44%,33%,14%)
(0.00/0.44/0.33/0.14)	

CMYK percentages

%0
%43.64
%33.18
%13.73

Codes

Color #DC7C93 in popluar color models

DC7C93
RGB220124147
HSL346°57.83%67.45%
HSB/HSV346°43.64%86.27%
CMYK0.00%43.64%33.18%
13.73%

Color #DC7C93 in popluar number systems.

HEXDC7C93
Decimal220124147
Binary11011100111110010010011
Octal334174223

Shades and tints

Shades of #DC7C93

#DC7C93
(220,124,147)
#C87186
(200,113,134)
#B46679
(180,102,121)
#A05B6C
(160,91,108)
#8C505F
(140,80,95)
#784552
(120,69,82)
#643A45
(100,58,69)
#502F38
(80,47,56)
#3C242B
(60,36,43)
#28191E
(40,25,30)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #DC7C93

#DC7C93
(220,124,147)
#DF879C
(223,135,156)
#E292A5
(226,146,165)
#E59DAE
(229,157,174)
#E8A8B7
(232,168,183)
#EBB3C0
(235,179,192)
#EEBEC9
(238,190,201)
#F1C9D2
(241,201,210)
#F4D4DB
(244,212,219)
#F7DFE4
(247,223,228)
#FAEAED
(250,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC7C93 color. Also use rgb(220,124,147) instead hex code.

Text Font Color

.myTextColor { color: #DC7C93; }

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

This text font color is #DC7C93.


Background Color

.myBgColor { background-color: #DC7C93; }

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

This div background color is #DC7C93.


Border color

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

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

This div border color is #DC7C93.


Opacity

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

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

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

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

This text has shadow with #DC7C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC7C93 on black background.


Color preview on white background

This text has color #DC7C93 on white background.



Black color preview on #DC7C93 background

This text has black color on #DC7C93 background.


White color preview on #DC7C93 background

This text has white color on #DC7C93 background.