COLOR #DC7395

HEX: #DC7395
RGB: (220,115,149)

Color info

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

RGB color model

#DC7395 color RGB value is (220,115,149).

  • red value is 220;
  • green value is 115;
  • blue value is 149.
RGB:
(220,115,149)
(86%,45%,58%)

RGB channels and saturation

R 220 of 255 = 86%
G 115 of 255 = 45%
B 149 of 255 = 58%

220
115
149

R + G + B ~ 63%. #DC7395 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 115 + 149 = 484 (100%)
R 220 of 484 ~ 45.45%
G 115 of 484 ~ 23.76%
B 149 of 484 ~ 30.79%

%45.45
%23.76
%30.79

CMYK color model

#DC7395 color CMYK value is (0,48,32,14).

  • cyan value is 0.00%
  • magenta value is 47.73%
  • yellow value is 32.27%
  • key color value is 13.73%
CMYK:
(0,48,32,14)
C0M48Y32K14 
(0%,48%,32%,14%)
(0.00/0.48/0.32/0.14)	

CMYK percentages

%0
%47.73
%32.27
%13.73

Codes

Color #DC7395 in popluar color models

DC7395
RGB220115149
HSL341°60.00%65.69%
HSB/HSV341°47.73%86.27%
CMYK0.00%47.73%32.27%
13.73%

Color #DC7395 in popluar number systems.

HEXDC7395
Decimal220115149
Binary11011100111001110010101
Octal334163225

Shades and tints

Shades of #DC7395

#DC7395
(220,115,149)
#C86988
(200,105,136)
#B45F7B
(180,95,123)
#A0556E
(160,85,110)
#8C4B61
(140,75,97)
#784154
(120,65,84)
#643747
(100,55,71)
#502D3A
(80,45,58)
#3C232D
(60,35,45)
#281920
(40,25,32)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #DC7395

#DC7395
(220,115,149)
#DF7F9E
(223,127,158)
#E28BA7
(226,139,167)
#E597B0
(229,151,176)
#E8A3B9
(232,163,185)
#EBAFC2
(235,175,194)
#EEBBCB
(238,187,203)
#F1C7D4
(241,199,212)
#F4D3DD
(244,211,221)
#F7DFE6
(247,223,230)
#FAEBEF
(250,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC7395 color. Also use rgb(220,115,149) instead hex code.

Text Font Color

.myTextColor { color: #DC7395; }

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

This text font color is #DC7395.


Background Color

.myBgColor { background-color: #DC7395; }

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

This div background color is #DC7395.


Border color

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

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

This div border color is #DC7395.


Opacity

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

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

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

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

This text has shadow with #DC7395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC7395 on black background.


Color preview on white background

This text has color #DC7395 on white background.



Black color preview on #DC7395 background

This text has black color on #DC7395 background.


White color preview on #DC7395 background

This text has white color on #DC7395 background.