COLOR #DC54A4

HEX: #DC54A4
RGB: (220,84,164)

Color info

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

RGB color model

#DC54A4 color RGB value is (220,84,164).

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

RGB channels and saturation

R 220 of 255 = 86%
G 84 of 255 = 33%
B 164 of 255 = 64%

220
84
164

R + G + B ~ 61%. #DC54A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 84 + 164 = 468 (100%)
R 220 of 468 ~ 47.01%
G 84 of 468 ~ 17.95%
B 164 of 468 ~ 35.04%

%47.01
%17.95
%35.04

CMYK color model

#DC54A4 color CMYK value is (0,62,25,14).

  • cyan value is 0.00%
  • magenta value is 61.82%
  • yellow value is 25.45%
  • key color value is 13.73%
CMYK:
(0,62,25,14)
C0M62Y25K14 
(0%,62%,25%,14%)
(0.00/0.62/0.25/0.14)	

CMYK percentages

%0
%61.82
%25.45
%13.73

Codes

Color #DC54A4 in popluar color models

DC54A4
RGB22084164
HSL325°66.02%59.61%
HSB/HSV325°61.82%86.27%
CMYK0.00%61.82%25.45%
13.73%

Color #DC54A4 in popluar number systems.

HEXDC54A4
Decimal22084164
Binary11011100101010010100100
Octal334124244

Shades and tints

Shades of #DC54A4

#DC54A4
(220,84,164)
#C84D96
(200,77,150)
#B44688
(180,70,136)
#A03F7A
(160,63,122)
#8C386C
(140,56,108)
#78315E
(120,49,94)
#642A50
(100,42,80)
#502342
(80,35,66)
#3C1C34
(60,28,52)
#281526
(40,21,38)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #DC54A4

#DC54A4
(220,84,164)
#DF63AC
(223,99,172)
#E272B4
(226,114,180)
#E581BC
(229,129,188)
#E890C4
(232,144,196)
#EB9FCC
(235,159,204)
#EEAED4
(238,174,212)
#F1BDDC
(241,189,220)
#F4CCE4
(244,204,228)
#F7DBEC
(247,219,236)
#FAEAF4
(250,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC54A4; }

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

This text font color is #DC54A4.


Background Color

.myBgColor { background-color: #DC54A4; }

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

This div background color is #DC54A4.


Border color

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

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

This div border color is #DC54A4.


Opacity

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

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

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

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

This text has shadow with #DC54A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC54A4 on black background.


Color preview on white background

This text has color #DC54A4 on white background.



Black color preview on #DC54A4 background

This text has black color on #DC54A4 background.


White color preview on #DC54A4 background

This text has white color on #DC54A4 background.