COLOR #DC5482

HEX: #DC5482
RGB: (220,84,130)

Color info

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

RGB color model

#DC5482 color RGB value is (220,84,130).

  • red value is 220;
  • green value is 84;
  • blue value is 130.
RGB:
(220,84,130)
(86%,33%,51%)

RGB channels and saturation

R 220 of 255 = 86%
G 84 of 255 = 33%
B 130 of 255 = 51%

220
84
130

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

Portions of RGB colors in percentages

R + G + B =
220 + 84 + 130 = 434 (100%)
R 220 of 434 ~ 50.69%
G 84 of 434 ~ 19.35%
B 130 of 434 ~ 29.95%

%50.69
%19.35
%29.95

CMYK color model

#DC5482 color CMYK value is (0,62,41,14).

  • cyan value is 0.00%
  • magenta value is 61.82%
  • yellow value is 40.91%
  • key color value is 13.73%
CMYK:
(0,62,41,14)
C0M62Y41K14 
(0%,62%,41%,14%)
(0.00/0.62/0.41/0.14)	

CMYK percentages

%0
%61.82
%40.91
%13.73

Codes

Color #DC5482 in popluar color models

DC5482
RGB22084130
HSL340°66.02%59.61%
HSB/HSV340°61.82%86.27%
CMYK0.00%61.82%40.91%
13.73%

Color #DC5482 in popluar number systems.

HEXDC5482
Decimal22084130
Binary11011100101010010000010
Octal334124202

Shades and tints

Shades of #DC5482

#DC5482
(220,84,130)
#C84D77
(200,77,119)
#B4466C
(180,70,108)
#A03F61
(160,63,97)
#8C3856
(140,56,86)
#78314B
(120,49,75)
#642A40
(100,42,64)
#502335
(80,35,53)
#3C1C2A
(60,28,42)
#28151F
(40,21,31)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #DC5482

#DC5482
(220,84,130)
#DF638D
(223,99,141)
#E27298
(226,114,152)
#E581A3
(229,129,163)
#E890AE
(232,144,174)
#EB9FB9
(235,159,185)
#EEAEC4
(238,174,196)
#F1BDCF
(241,189,207)
#F4CCDA
(244,204,218)
#F7DBE5
(247,219,229)
#FAEAF0
(250,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC5482 color. Also use rgb(220,84,130) instead hex code.

Text Font Color

.myTextColor { color: #DC5482; }

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

This text font color is #DC5482.


Background Color

.myBgColor { background-color: #DC5482; }

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

This div background color is #DC5482.


Border color

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

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

This div border color is #DC5482.


Opacity

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

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

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

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

This text has shadow with #DC5482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC5482 on black background.


Color preview on white background

This text has color #DC5482 on white background.



Black color preview on #DC5482 background

This text has black color on #DC5482 background.


White color preview on #DC5482 background

This text has white color on #DC5482 background.