COLOR #DC06C3

HEX: #DC06C3
RGB: (220,6,195)

Color info

#DC06C3 contains mainly red and blue colors. Web safe color of #DC06C3 is #CC00CC (or #C0C).

RGB color model

#DC06C3 color RGB value is (220,6,195).

  • red value is 220;
  • green value is 6;
  • blue value is 195.
RGB:
(220,6,195)
(86%,2%,76%)

RGB channels and saturation

R 220 of 255 = 86%
G 6 of 255 = 2%
B 195 of 255 = 76%

220
6
195

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

Portions of RGB colors in percentages

R + G + B =
220 + 6 + 195 = 421 (100%)
R 220 of 421 ~ 52.26%
G 6 of 421 ~ 1.43%
B 195 of 421 ~ 46.32%

%52.26
%46.32

CMYK color model

#DC06C3 color CMYK value is (0,97,11,14).

  • cyan value is 0.00%
  • magenta value is 97.27%
  • yellow value is 11.36%
  • key color value is 13.73%
CMYK:
(0,97,11,14)
C0M97Y11K14 
(0%,97%,11%,14%)
(0.00/0.97/0.11/0.14)	

CMYK percentages

%0
%97.27
%11.36
%13.73

Codes

Color #DC06C3 in popluar color models

DC06C3
RGB2206195
HSL307°94.69%44.31%
HSB/HSV307°97.27%86.27%
CMYK0.00%97.27%11.36%
13.73%

Color #DC06C3 in popluar number systems.

HEXDC06C3
Decimal2206195
Binary1101110011011000011
Octal3346303

Shades and tints

Shades of #DC06C3

#DC06C3
(220,6,195)
#C806B2
(200,6,178)
#B406A1
(180,6,161)
#A00690
(160,6,144)
#8C067F
(140,6,127)
#78066E
(120,6,110)
#64065D
(100,6,93)
#50064C
(80,6,76)
#3C063B
(60,6,59)
#28062A
(40,6,42)
#140619
(20,6,25)
#000000
(0,0,0)

Tints of #DC06C3

#DC06C3
(220,6,195)
#DF1CC8
(223,28,200)
#E232CD
(226,50,205)
#E548D2
(229,72,210)
#E85ED7
(232,94,215)
#EB74DC
(235,116,220)
#EE8AE1
(238,138,225)
#F1A0E6
(241,160,230)
#F4B6EB
(244,182,235)
#F7CCF0
(247,204,240)
#FAE2F5
(250,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC06C3 color. Also use rgb(220,6,195) instead hex code.

Text Font Color

.myTextColor { color: #DC06C3; }

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

This text font color is #DC06C3.


Background Color

.myBgColor { background-color: #DC06C3; }

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

This div background color is #DC06C3.


Border color

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

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

This div border color is #DC06C3.


Opacity

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

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

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

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

This text has shadow with #DC06C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC06C3 on black background.


Color preview on white background

This text has color #DC06C3 on white background.



Black color preview on #DC06C3 background

This text has black color on #DC06C3 background.


White color preview on #DC06C3 background

This text has white color on #DC06C3 background.