COLOR #DC78B7

HEX: #DC78B7
RGB: (220,120,183)

Color info

#DC78B7 contains mainly red and blue colors. Web safe color of #DC78B7 is #CC66CC (or #C6C).

RGB color model

#DC78B7 color RGB value is (220,120,183).

  • red value is 220;
  • green value is 120;
  • blue value is 183.
RGB:
(220,120,183)
(86%,47%,72%)

RGB channels and saturation

R 220 of 255 = 86%
G 120 of 255 = 47%
B 183 of 255 = 72%

220
120
183

R + G + B ~ 68%. #DC78B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 120 + 183 = 523 (100%)
R 220 of 523 ~ 42.07%
G 120 of 523 ~ 22.94%
B 183 of 523 ~ 34.99%

%42.07
%22.94
%34.99

CMYK color model

#DC78B7 color CMYK value is (0,45,17,14).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 16.82%
  • key color value is 13.73%
CMYK:
(0,45,17,14)
C0M45Y17K14 
(0%,45%,17%,14%)
(0.00/0.45/0.17/0.14)	

CMYK percentages

%0
%45.45
%16.82
%13.73

Codes

Color #DC78B7 in popluar color models

DC78B7
RGB220120183
HSL322°58.82%66.67%
HSB/HSV322°45.45%86.27%
CMYK0.00%45.45%16.82%
13.73%

Color #DC78B7 in popluar number systems.

HEXDC78B7
Decimal220120183
Binary11011100111100010110111
Octal334170267

Shades and tints

Shades of #DC78B7

#DC78B7
(220,120,183)
#C86EA7
(200,110,167)
#B46497
(180,100,151)
#A05A87
(160,90,135)
#8C5077
(140,80,119)
#784667
(120,70,103)
#643C57
(100,60,87)
#503247
(80,50,71)
#3C2837
(60,40,55)
#281E27
(40,30,39)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #DC78B7

#DC78B7
(220,120,183)
#DF84BD
(223,132,189)
#E290C3
(226,144,195)
#E59CC9
(229,156,201)
#E8A8CF
(232,168,207)
#EBB4D5
(235,180,213)
#EEC0DB
(238,192,219)
#F1CCE1
(241,204,225)
#F4D8E7
(244,216,231)
#F7E4ED
(247,228,237)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC78B7 color. Also use rgb(220,120,183) instead hex code.

Text Font Color

.myTextColor { color: #DC78B7; }

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

This text font color is #DC78B7.


Background Color

.myBgColor { background-color: #DC78B7; }

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

This div background color is #DC78B7.


Border color

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

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

This div border color is #DC78B7.


Opacity

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

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

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

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

This text has shadow with #DC78B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC78B7 on black background.


Color preview on white background

This text has color #DC78B7 on white background.



Black color preview on #DC78B7 background

This text has black color on #DC78B7 background.


White color preview on #DC78B7 background

This text has white color on #DC78B7 background.