COLOR #DC2AC9

HEX: #DC2AC9
RGB: (220,42,201)

Color info

#DC2AC9 contains mainly red and blue colors. Web safe color of #DC2AC9 is #CC33CC (or #C3C).

RGB color model

#DC2AC9 color RGB value is (220,42,201).

  • red value is 220;
  • green value is 42;
  • blue value is 201.
RGB:
(220,42,201)
(86%,16%,79%)

RGB channels and saturation

R 220 of 255 = 86%
G 42 of 255 = 16%
B 201 of 255 = 79%

220
42
201

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

Portions of RGB colors in percentages

R + G + B =
220 + 42 + 201 = 463 (100%)
R 220 of 463 ~ 47.52%
G 42 of 463 ~ 9.07%
B 201 of 463 ~ 43.41%

%47.52
%43.41

CMYK color model

#DC2AC9 color CMYK value is (0,81,9,14).

  • cyan value is 0.00%
  • magenta value is 80.91%
  • yellow value is 8.64%
  • key color value is 13.73%
CMYK:
(0,81,9,14)
C0M81Y9K14 
(0%,81%,9%,14%)
(0.00/0.81/0.09/0.14)	

CMYK percentages

%0
%80.91
%8.64
%13.73

Codes

Color #DC2AC9 in popluar color models

DC2AC9
RGB22042201
HSL306°71.77%51.37%
HSB/HSV306°80.91%86.27%
CMYK0.00%80.91%8.64%
13.73%

Color #DC2AC9 in popluar number systems.

HEXDC2AC9
Decimal22042201
Binary1101110010101011001001
Octal33452311

Shades and tints

Shades of #DC2AC9

#DC2AC9
(220,42,201)
#C827B7
(200,39,183)
#B424A5
(180,36,165)
#A02193
(160,33,147)
#8C1E81
(140,30,129)
#781B6F
(120,27,111)
#64185D
(100,24,93)
#50154B
(80,21,75)
#3C1239
(60,18,57)
#280F27
(40,15,39)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #DC2AC9

#DC2AC9
(220,42,201)
#DF3DCD
(223,61,205)
#E250D1
(226,80,209)
#E563D5
(229,99,213)
#E876D9
(232,118,217)
#EB89DD
(235,137,221)
#EE9CE1
(238,156,225)
#F1AFE5
(241,175,229)
#F4C2E9
(244,194,233)
#F7D5ED
(247,213,237)
#FAE8F1
(250,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC2AC9 color. Also use rgb(220,42,201) instead hex code.

Text Font Color

.myTextColor { color: #DC2AC9; }

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

This text font color is #DC2AC9.


Background Color

.myBgColor { background-color: #DC2AC9; }

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

This div background color is #DC2AC9.


Border color

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

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

This div border color is #DC2AC9.


Opacity

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

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

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

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

This text has shadow with #DC2AC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC2AC9 on black background.


Color preview on white background

This text has color #DC2AC9 on white background.



Black color preview on #DC2AC9 background

This text has black color on #DC2AC9 background.


White color preview on #DC2AC9 background

This text has white color on #DC2AC9 background.