COLOR #DC6680

HEX: #DC6680
RGB: (220,102,128)

Color info

#DC6680 contains mainly red color. Web safe color of #DC6680 is #CC6666 (or #C66).

RGB color model

#DC6680 color RGB value is (220,102,128).

  • red value is 220;
  • green value is 102;
  • blue value is 128.
RGB:
(220,102,128)
(86%,40%,50%)

RGB channels and saturation

R 220 of 255 = 86%
G 102 of 255 = 40%
B 128 of 255 = 50%

220
102
128

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

Portions of RGB colors in percentages

R + G + B =
220 + 102 + 128 = 450 (100%)
R 220 of 450 ~ 48.89%
G 102 of 450 ~ 22.67%
B 128 of 450 ~ 28.44%

%48.89
%22.67
%28.44

CMYK color model

#DC6680 color CMYK value is (0,54,42,14).

  • cyan value is 0.00%
  • magenta value is 53.64%
  • yellow value is 41.82%
  • key color value is 13.73%
CMYK:
(0,54,42,14)
C0M54Y42K14 
(0%,54%,42%,14%)
(0.00/0.54/0.42/0.14)	

CMYK percentages

%0
%53.64
%41.82
%13.73

Codes

Color #DC6680 in popluar color models

DC6680
RGB220102128
HSL347°62.77%63.14%
HSB/HSV347°53.64%86.27%
CMYK0.00%53.64%41.82%
13.73%

Color #DC6680 in popluar number systems.

HEXDC6680
Decimal220102128
Binary11011100110011010000000
Octal334146200

Shades and tints

Shades of #DC6680

#DC6680
(220,102,128)
#C85D75
(200,93,117)
#B4546A
(180,84,106)
#A04B5F
(160,75,95)
#8C4254
(140,66,84)
#783949
(120,57,73)
#64303E
(100,48,62)
#502733
(80,39,51)
#3C1E28
(60,30,40)
#28151D
(40,21,29)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #DC6680

#DC6680
(220,102,128)
#DF738B
(223,115,139)
#E28096
(226,128,150)
#E58DA1
(229,141,161)
#E89AAC
(232,154,172)
#EBA7B7
(235,167,183)
#EEB4C2
(238,180,194)
#F1C1CD
(241,193,205)
#F4CED8
(244,206,216)
#F7DBE3
(247,219,227)
#FAE8EE
(250,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC6680 color. Also use rgb(220,102,128) instead hex code.

Text Font Color

.myTextColor { color: #DC6680; }

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

This text font color is #DC6680.


Background Color

.myBgColor { background-color: #DC6680; }

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

This div background color is #DC6680.


Border color

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

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

This div border color is #DC6680.


Opacity

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

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

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

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

This text has shadow with #DC6680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC6680 on black background.


Color preview on white background

This text has color #DC6680 on white background.



Black color preview on #DC6680 background

This text has black color on #DC6680 background.


White color preview on #DC6680 background

This text has white color on #DC6680 background.