COLOR #DC4485

HEX: #DC4485
RGB: (220,68,133)

Color info

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

RGB color model

#DC4485 color RGB value is (220,68,133).

  • red value is 220;
  • green value is 68;
  • blue value is 133.
RGB:
(220,68,133)
(86%,27%,52%)

RGB channels and saturation

R 220 of 255 = 86%
G 68 of 255 = 27%
B 133 of 255 = 52%

220
68
133

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

Portions of RGB colors in percentages

R + G + B =
220 + 68 + 133 = 421 (100%)
R 220 of 421 ~ 52.26%
G 68 of 421 ~ 16.15%
B 133 of 421 ~ 31.59%

%52.26
%16.15
%31.59

CMYK color model

#DC4485 color CMYK value is (0,69,40,14).

  • cyan value is 0.00%
  • magenta value is 69.09%
  • yellow value is 39.55%
  • key color value is 13.73%
CMYK:
(0,69,40,14)
C0M69Y40K14 
(0%,69%,40%,14%)
(0.00/0.69/0.40/0.14)	

CMYK percentages

%0
%69.09
%39.55
%13.73

Codes

Color #DC4485 in popluar color models

DC4485
RGB22068133
HSL334°68.47%56.47%
HSB/HSV334°69.09%86.27%
CMYK0.00%69.09%39.55%
13.73%

Color #DC4485 in popluar number systems.

HEXDC4485
Decimal22068133
Binary11011100100010010000101
Octal334104205

Shades and tints

Shades of #DC4485

#DC4485
(220,68,133)
#C83E79
(200,62,121)
#B4386D
(180,56,109)
#A03261
(160,50,97)
#8C2C55
(140,44,85)
#782649
(120,38,73)
#64203D
(100,32,61)
#501A31
(80,26,49)
#3C1425
(60,20,37)
#280E19
(40,14,25)
#14080D
(20,8,13)
#000000
(0,0,0)

Tints of #DC4485

#DC4485
(220,68,133)
#DF5590
(223,85,144)
#E2669B
(226,102,155)
#E577A6
(229,119,166)
#E888B1
(232,136,177)
#EB99BC
(235,153,188)
#EEAAC7
(238,170,199)
#F1BBD2
(241,187,210)
#F4CCDD
(244,204,221)
#F7DDE8
(247,221,232)
#FAEEF3
(250,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC4485 color. Also use rgb(220,68,133) instead hex code.

Text Font Color

.myTextColor { color: #DC4485; }

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

This text font color is #DC4485.


Background Color

.myBgColor { background-color: #DC4485; }

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

This div background color is #DC4485.


Border color

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

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

This div border color is #DC4485.


Opacity

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

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

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

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

This text has shadow with #DC4485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC4485 on black background.


Color preview on white background

This text has color #DC4485 on white background.



Black color preview on #DC4485 background

This text has black color on #DC4485 background.


White color preview on #DC4485 background

This text has white color on #DC4485 background.