COLOR #DC6887

HEX: #DC6887 RGB: (220,104,135)

Color info

#DC6887 contains mainly red color. Web safe color of #DC6887 is #CC6699 (or #C69).

RGB color model

#DC6887 color RGB value is (220,104,135).

RGB: (220,104,135) (86%, 41%, 53%)

RGB channels and saturation

R 220 of 255 = 86%
G 104 of 255 = 41%
B 135 of 255 = 53%

220
104
135

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

Portions of RGB colors in percentages

R + G + B = 220 + 104 + 135 = 459 (100%)
R 220 of 459 ~ 47.93%
G 104 of 459 ~ 22.66%
B 135 of 459 ~ 29.41'%

%47.93
%22.66
%29.41

CMYK color model

#DC6887 color CMYK value is (0,53,39,14).

  • cyan value is 0.00%
  • magenta value is 52.73%
  • yellow value is 38.64%
  • key color value is 13.73%

CMYK: (0,53,39,14)
C0M53Y39K14 (0%, 53%, 39%, 14%)
(0.00 / 0.53 / 0.39 / 0.14)

CMYK percentages

%0
%52.73
%38.64
%13.73

Codes

Color #DC6887 in popluar color models

DC 68 87
RGB 220 104 135
HSL 344° 62.37% 63.53%
HSB/HSV 344° 52.73% 86.27%
CMYK 0.00% 52.73% 38.64%
13.73%

Color #DC6887 in popluar number systems.

HEX DC 68 87
Decimal 220 104 135
Binary 11011100 1101000 10000111
Octal 334 150 207

Shades and tints

Shades of #DC6887

#DC6887
(220,104,135)
#C85F7B
(200,95,123)
#B4566F
(180,86,111)
#A04D63
(160,77,99)
#8C4457
(140,68,87)
#783B4B
(120,59,75)
#64323F
(100,50,63)
#502933
(80,41,51)
#3C2027
(60,32,39)
#28171B
(40,23,27)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #DC6887

#DC6887
(220,104,135)
#DF7591
(223,117,145)
#E2829B
(226,130,155)
#E58FA5
(229,143,165)
#E89CAF
(232,156,175)
#EBA9B9
(235,169,185)
#EEB6C3
(238,182,195)
#F1C3CD
(241,195,205)
#F4D0D7
(244,208,215)
#F7DDE1
(247,221,225)
#FAEAEB
(250,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC6887 color. Also use rgb(220,104,135) instead hex code.

Text Font Color

.myTextColor { color: #DC6887; }

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

This text font color is #DC6887.

Background Color

.myBgColor { background-color: #DC6887; }

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

This div background color is #DC6887.

Border color

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

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

This div border color is #DC6887.

Opacity

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

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

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

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

This text has shadow with #DC6887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC6887.

Preview

Color preview on black background

This text has color #DC6887 on black background.


Color preview on white background

This text has color #DC6887 on white background.


Black color preview on #DC6887 background

This text has black color on #DC6887 background.


White color preview on #DC6887 background

This text has white color on #DC6887 background.


Related colors

Complementary color

Complementary color for #hex is #239778.


I love getcolorcode.com

Triadic colors

1 #87DC68 and #6887DC with #DC6887 are triadic colors.

2 #8768DC and #68DC87 with #DC6887 are triadic colors.