COLOR #DC5FA4

HEX: #DC5FA4
RGB: (220,95,164)

Color info

#DC5FA4 contains mainly red and blue colors. Web safe color of #DC5FA4 is #CC6699 (or #C69).

RGB color model

#DC5FA4 color RGB value is (220,95,164).

  • red value is 220;
  • green value is 95;
  • blue value is 164.
RGB:
(220,95,164)
(86%,37%,64%)

RGB channels and saturation

R 220 of 255 = 86%
G 95 of 255 = 37%
B 164 of 255 = 64%

220
95
164

R + G + B ~ 62%. #DC5FA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 95 + 164 = 479 (100%)
R 220 of 479 ~ 45.93%
G 95 of 479 ~ 19.83%
B 164 of 479 ~ 34.24%

%45.93
%19.83
%34.24

CMYK color model

#DC5FA4 color CMYK value is (0,57,25,14).

  • cyan value is 0.00%
  • magenta value is 56.82%
  • yellow value is 25.45%
  • key color value is 13.73%
CMYK:
(0,57,25,14)
C0M57Y25K14 
(0%,57%,25%,14%)
(0.00/0.57/0.25/0.14)	

CMYK percentages

%0
%56.82
%25.45
%13.73

Codes

Color #DC5FA4 in popluar color models

DC5FA4
RGB22095164
HSL327°64.10%61.76%
HSB/HSV327°56.82%86.27%
CMYK0.00%56.82%25.45%
13.73%

Color #DC5FA4 in popluar number systems.

HEXDC5FA4
Decimal22095164
Binary11011100101111110100100
Octal334137244

Shades and tints

Shades of #DC5FA4

#DC5FA4
(220,95,164)
#C85796
(200,87,150)
#B44F88
(180,79,136)
#A0477A
(160,71,122)
#8C3F6C
(140,63,108)
#78375E
(120,55,94)
#642F50
(100,47,80)
#502742
(80,39,66)
#3C1F34
(60,31,52)
#281726
(40,23,38)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #DC5FA4

#DC5FA4
(220,95,164)
#DF6DAC
(223,109,172)
#E27BB4
(226,123,180)
#E589BC
(229,137,188)
#E897C4
(232,151,196)
#EBA5CC
(235,165,204)
#EEB3D4
(238,179,212)
#F1C1DC
(241,193,220)
#F4CFE4
(244,207,228)
#F7DDEC
(247,221,236)
#FAEBF4
(250,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC5FA4 color. Also use rgb(220,95,164) instead hex code.

Text Font Color

.myTextColor { color: #DC5FA4; }

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

This text font color is #DC5FA4.


Background Color

.myBgColor { background-color: #DC5FA4; }

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

This div background color is #DC5FA4.


Border color

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

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

This div border color is #DC5FA4.


Opacity

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

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

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

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

This text has shadow with #DC5FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC5FA4 on black background.


Color preview on white background

This text has color #DC5FA4 on white background.



Black color preview on #DC5FA4 background

This text has black color on #DC5FA4 background.


White color preview on #DC5FA4 background

This text has white color on #DC5FA4 background.