COLOR #DC6FC4

HEX: #DC6FC4
RGB: (220,111,196)

Color info

#DC6FC4 contains mainly red and blue colors. Web safe color of #DC6FC4 is #CC66CC (or #C6C).

RGB color model

#DC6FC4 color RGB value is (220,111,196).

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

RGB channels and saturation

R 220 of 255 = 86%
G 111 of 255 = 44%
B 196 of 255 = 77%

220
111
196

R + G + B ~ 69%. #DC6FC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 111 + 196 = 527 (100%)
R 220 of 527 ~ 41.75%
G 111 of 527 ~ 21.06%
B 196 of 527 ~ 37.19%

%41.75
%21.06
%37.19

CMYK color model

#DC6FC4 color CMYK value is (0,50,11,14).

  • cyan value is 0.00%
  • magenta value is 49.55%
  • yellow value is 10.91%
  • key color value is 13.73%
CMYK:
(0,50,11,14)
C0M50Y11K14 
(0%,50%,11%,14%)
(0.00/0.50/0.11/0.14)	

CMYK percentages

%0
%49.55
%10.91
%13.73

Codes

Color #DC6FC4 in popluar color models

DC6FC4
RGB220111196
HSL313°60.89%64.90%
HSB/HSV313°49.55%86.27%
CMYK0.00%49.55%10.91%
13.73%

Color #DC6FC4 in popluar number systems.

HEXDC6FC4
Decimal220111196
Binary11011100110111111000100
Octal334157304

Shades and tints

Shades of #DC6FC4

#DC6FC4
(220,111,196)
#C865B3
(200,101,179)
#B45BA2
(180,91,162)
#A05191
(160,81,145)
#8C4780
(140,71,128)
#783D6F
(120,61,111)
#64335E
(100,51,94)
#50294D
(80,41,77)
#3C1F3C
(60,31,60)
#28152B
(40,21,43)
#140B1A
(20,11,26)
#000000
(0,0,0)

Tints of #DC6FC4

#DC6FC4
(220,111,196)
#DF7CC9
(223,124,201)
#E289CE
(226,137,206)
#E596D3
(229,150,211)
#E8A3D8
(232,163,216)
#EBB0DD
(235,176,221)
#EEBDE2
(238,189,226)
#F1CAE7
(241,202,231)
#F4D7EC
(244,215,236)
#F7E4F1
(247,228,241)
#FAF1F6
(250,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC6FC4; }

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

This text font color is #DC6FC4.


Background Color

.myBgColor { background-color: #DC6FC4; }

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

This div background color is #DC6FC4.


Border color

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

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

This div border color is #DC6FC4.


Opacity

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

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

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

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

This text has shadow with #DC6FC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC6FC4 on black background.


Color preview on white background

This text has color #DC6FC4 on white background.



Black color preview on #DC6FC4 background

This text has black color on #DC6FC4 background.


White color preview on #DC6FC4 background

This text has white color on #DC6FC4 background.