COLOR #DC1D89

HEX: #DC1D89
RGB: (220,29,137)

Color info

#DC1D89 contains mainly red color. Web safe color of #DC1D89 is #CC3399 (or #C39).

RGB color model

#DC1D89 color RGB value is (220,29,137).

  • red value is 220;
  • green value is 29;
  • blue value is 137.
RGB:
(220,29,137)
(86%,11%,54%)

RGB channels and saturation

R 220 of 255 = 86%
G 29 of 255 = 11%
B 137 of 255 = 54%

220
29
137

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

Portions of RGB colors in percentages

R + G + B =
220 + 29 + 137 = 386 (100%)
R 220 of 386 ~ 56.99%
G 29 of 386 ~ 7.51%
B 137 of 386 ~ 35.49%

%56.99
%35.49

CMYK color model

#DC1D89 color CMYK value is (0,87,38,14).

  • cyan value is 0.00%
  • magenta value is 86.82%
  • yellow value is 37.73%
  • key color value is 13.73%
CMYK:
(0,87,38,14)
C0M87Y38K14 
(0%,87%,38%,14%)
(0.00/0.87/0.38/0.14)	

CMYK percentages

%0
%86.82
%37.73
%13.73

Codes

Color #DC1D89 in popluar color models

DC1D89
RGB22029137
HSL326°76.71%48.82%
HSB/HSV326°86.82%86.27%
CMYK0.00%86.82%37.73%
13.73%

Color #DC1D89 in popluar number systems.

HEXDC1D89
Decimal22029137
Binary110111001110110001001
Octal33435211

Shades and tints

Shades of #DC1D89

#DC1D89
(220,29,137)
#C81B7D
(200,27,125)
#B41971
(180,25,113)
#A01765
(160,23,101)
#8C1559
(140,21,89)
#78134D
(120,19,77)
#641141
(100,17,65)
#500F35
(80,15,53)
#3C0D29
(60,13,41)
#280B1D
(40,11,29)
#140911
(20,9,17)
#000000
(0,0,0)

Tints of #DC1D89

#DC1D89
(220,29,137)
#DF3193
(223,49,147)
#E2459D
(226,69,157)
#E559A7
(229,89,167)
#E86DB1
(232,109,177)
#EB81BB
(235,129,187)
#EE95C5
(238,149,197)
#F1A9CF
(241,169,207)
#F4BDD9
(244,189,217)
#F7D1E3
(247,209,227)
#FAE5ED
(250,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC1D89 color. Also use rgb(220,29,137) instead hex code.

Text Font Color

.myTextColor { color: #DC1D89; }

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

This text font color is #DC1D89.


Background Color

.myBgColor { background-color: #DC1D89; }

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

This div background color is #DC1D89.


Border color

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

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

This div border color is #DC1D89.


Opacity

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

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

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

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

This text has shadow with #DC1D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC1D89 on black background.


Color preview on white background

This text has color #DC1D89 on white background.



Black color preview on #DC1D89 background

This text has black color on #DC1D89 background.


White color preview on #DC1D89 background

This text has white color on #DC1D89 background.