COLOR #DC6FA9

HEX: #DC6FA9
RGB: (220,111,169)

Color info

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

RGB color model

#DC6FA9 color RGB value is (220,111,169).

  • red value is 220;
  • green value is 111;
  • blue value is 169.
RGB:
(220,111,169)
(86%,44%,66%)

RGB channels and saturation

R 220 of 255 = 86%
G 111 of 255 = 44%
B 169 of 255 = 66%

220
111
169

R + G + B ~ 65%. #DC6FA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 111 + 169 = 500 (100%)
R 220 of 500 ~ 44%
G 111 of 500 ~ 22.2%
B 169 of 500 ~ 33.8%

%44
%22.2
%33.8

CMYK color model

#DC6FA9 color CMYK value is (0,50,23,14).

  • cyan value is 0.00%
  • magenta value is 49.55%
  • yellow value is 23.18%
  • key color value is 13.73%
CMYK:
(0,50,23,14)
C0M50Y23K14 
(0%,50%,23%,14%)
(0.00/0.50/0.23/0.14)	

CMYK percentages

%0
%49.55
%23.18
%13.73

Codes

Color #DC6FA9 in popluar color models

DC6FA9
RGB220111169
HSL328°60.89%64.90%
HSB/HSV328°49.55%86.27%
CMYK0.00%49.55%23.18%
13.73%

Color #DC6FA9 in popluar number systems.

HEXDC6FA9
Decimal220111169
Binary11011100110111110101001
Octal334157251

Shades and tints

Shades of #DC6FA9

#DC6FA9
(220,111,169)
#C8659A
(200,101,154)
#B45B8B
(180,91,139)
#A0517C
(160,81,124)
#8C476D
(140,71,109)
#783D5E
(120,61,94)
#64334F
(100,51,79)
#502940
(80,41,64)
#3C1F31
(60,31,49)
#281522
(40,21,34)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #DC6FA9

#DC6FA9
(220,111,169)
#DF7CB0
(223,124,176)
#E289B7
(226,137,183)
#E596BE
(229,150,190)
#E8A3C5
(232,163,197)
#EBB0CC
(235,176,204)
#EEBDD3
(238,189,211)
#F1CADA
(241,202,218)
#F4D7E1
(244,215,225)
#F7E4E8
(247,228,232)
#FAF1EF
(250,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC6FA9 color. Also use rgb(220,111,169) instead hex code.

Text Font Color

.myTextColor { color: #DC6FA9; }

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

This text font color is #DC6FA9.


Background Color

.myBgColor { background-color: #DC6FA9; }

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

This div background color is #DC6FA9.


Border color

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

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

This div border color is #DC6FA9.


Opacity

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

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

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

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

This text has shadow with #DC6FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC6FA9 on black background.


Color preview on white background

This text has color #DC6FA9 on white background.



Black color preview on #DC6FA9 background

This text has black color on #DC6FA9 background.


White color preview on #DC6FA9 background

This text has white color on #DC6FA9 background.