COLOR #DC6C89

HEX: #DC6C89 RGB: (220,108,137)

Color info

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

RGB color model

#DC6C89 color RGB value is (220,108,137).

RGB: (220,108,137) (86%, 42%, 54%)

RGB channels and saturation

R 220 of 255 = 86%
G 108 of 255 = 42%
B 137 of 255 = 54%

220
108
137

R + G + B ~ 61%. #DC6C89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 108 + 137 = 465 (100%)
R 220 of 465 ~ 47.31%
G 108 of 465 ~ 23.23%
B 137 of 465 ~ 29.46'%

%47.31
%23.23
%29.46

CMYK color model

#DC6C89 color CMYK value is (0,51,38,14).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 37.73%
  • key color value is 13.73%

CMYK: (0,51,38,14)
C0M51Y38K14 (0%, 51%, 38%, 14%)
(0.00 / 0.51 / 0.38 / 0.14)

CMYK percentages

%0
%50.91
%37.73
%13.73

Codes

Color #DC6C89 in popluar color models

DC 6C 89
RGB 220 108 137
HSL 344° 61.54% 64.31%
HSB/HSV 344° 50.91% 86.27%
CMYK 0.00% 50.91% 37.73%
13.73%

Color #DC6C89 in popluar number systems.

HEX DC 6C 89
Decimal 220 108 137
Binary 11011100 1101100 10001001
Octal 334 154 211

Shades and tints

Shades of #DC6C89

#DC6C89
(220,108,137)
#C8637D
(200,99,125)
#B45A71
(180,90,113)
#A05165
(160,81,101)
#8C4859
(140,72,89)
#783F4D
(120,63,77)
#643641
(100,54,65)
#502D35
(80,45,53)
#3C2429
(60,36,41)
#281B1D
(40,27,29)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #DC6C89

#DC6C89
(220,108,137)
#DF7993
(223,121,147)
#E2869D
(226,134,157)
#E593A7
(229,147,167)
#E8A0B1
(232,160,177)
#EBADBB
(235,173,187)
#EEBAC5
(238,186,197)
#F1C7CF
(241,199,207)
#F4D4D9
(244,212,217)
#F7E1E3
(247,225,227)
#FAEEED
(250,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC6C89 color. Also use rgb(220,108,137) instead hex code.

Text Font Color

.myTextColor { color: #DC6C89; }

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

This text font color is #DC6C89.

Background Color

.myBgColor { background-color: #DC6C89; }

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

This div background color is #DC6C89.

Border color

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

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

This div border color is #DC6C89.

Opacity

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

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

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

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

This text has shadow with #DC6C89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC6C89.

Preview

Color preview on black background

This text has color #DC6C89 on black background.


Color preview on white background

This text has color #DC6C89 on white background.


Black color preview on #DC6C89 background

This text has black color on #DC6C89 background.


White color preview on #DC6C89 background

This text has white color on #DC6C89 background.


Related colors

Complementary color

Complementary color for #hex is #239376.


I love getcolorcode.com

Triadic colors

1 #89DC6C and #6C89DC with #DC6C89 are triadic colors.

2 #896CDC and #6CDC89 with #DC6C89 are triadic colors.