COLOR #DC0775

HEX: #DC0775
RGB: (220,7,117)

Color info

#DC0775 contains mainly red color. Web safe color of #DC0775 is #CC0066 (or #C06).

RGB color model

#DC0775 color RGB value is (220,7,117).

  • red value is 220;
  • green value is 7;
  • blue value is 117.
RGB:
(220,7,117)
(86%,3%,46%)

RGB channels and saturation

R 220 of 255 = 86%
G 7 of 255 = 3%
B 117 of 255 = 46%

220
7
117

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

Portions of RGB colors in percentages

R + G + B =
220 + 7 + 117 = 344 (100%)
R 220 of 344 ~ 63.95%
G 7 of 344 ~ 2.03%
B 117 of 344 ~ 34.01%

%63.95
%34.01

CMYK color model

#DC0775 color CMYK value is (0,97,47,14).

  • cyan value is 0.00%
  • magenta value is 96.82%
  • yellow value is 46.82%
  • key color value is 13.73%
CMYK:
(0,97,47,14)
C0M97Y47K14 
(0%,97%,47%,14%)
(0.00/0.97/0.47/0.14)	

CMYK percentages

%0
%96.82
%46.82
%13.73

Codes

Color #DC0775 in popluar color models

DC0775
RGB2207117
HSL329°93.83%44.51%
HSB/HSV329°96.82%86.27%
CMYK0.00%96.82%46.82%
13.73%

Color #DC0775 in popluar number systems.

HEXDC0775
Decimal2207117
Binary110111001111110101
Octal3347165

Shades and tints

Shades of #DC0775

#DC0775
(220,7,117)
#C8076B
(200,7,107)
#B40761
(180,7,97)
#A00757
(160,7,87)
#8C074D
(140,7,77)
#780743
(120,7,67)
#640739
(100,7,57)
#50072F
(80,7,47)
#3C0725
(60,7,37)
#28071B
(40,7,27)
#140711
(20,7,17)
#000000
(0,0,0)

Tints of #DC0775

#DC0775
(220,7,117)
#DF1D81
(223,29,129)
#E2338D
(226,51,141)
#E54999
(229,73,153)
#E85FA5
(232,95,165)
#EB75B1
(235,117,177)
#EE8BBD
(238,139,189)
#F1A1C9
(241,161,201)
#F4B7D5
(244,183,213)
#F7CDE1
(247,205,225)
#FAE3ED
(250,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC0775 color. Also use rgb(220,7,117) instead hex code.

Text Font Color

.myTextColor { color: #DC0775; }

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

This text font color is #DC0775.


Background Color

.myBgColor { background-color: #DC0775; }

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

This div background color is #DC0775.


Border color

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

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

This div border color is #DC0775.


Opacity

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

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

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

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

This text has shadow with #DC0775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC0775 on black background.


Color preview on white background

This text has color #DC0775 on white background.



Black color preview on #DC0775 background

This text has black color on #DC0775 background.


White color preview on #DC0775 background

This text has white color on #DC0775 background.