COLOR #DC6C8D

HEX: #DC6C8D
RGB: (220,108,141)

Color info

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

RGB color model

#DC6C8D color RGB value is (220,108,141).

  • red value is 220;
  • green value is 108;
  • blue value is 141.
RGB:
(220,108,141)
(86%,42%,55%)

RGB channels and saturation

R 220 of 255 = 86%
G 108 of 255 = 42%
B 141 of 255 = 55%

220
108
141

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

Portions of RGB colors in percentages

R + G + B =
220 + 108 + 141 = 469 (100%)
R 220 of 469 ~ 46.91%
G 108 of 469 ~ 23.03%
B 141 of 469 ~ 30.06%

%46.91
%23.03
%30.06

CMYK color model

#DC6C8D color CMYK value is (0,51,36,14).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 35.91%
  • key color value is 13.73%
CMYK:
(0,51,36,14)
C0M51Y36K14 
(0%,51%,36%,14%)
(0.00/0.51/0.36/0.14)	

CMYK percentages

%0
%50.91
%35.91
%13.73

Codes

Color #DC6C8D in popluar color models

DC6C8D
RGB220108141
HSL342°61.54%64.31%
HSB/HSV342°50.91%86.27%
CMYK0.00%50.91%35.91%
13.73%

Color #DC6C8D in popluar number systems.

HEXDC6C8D
Decimal220108141
Binary11011100110110010001101
Octal334154215

Shades and tints

Shades of #DC6C8D

#DC6C8D
(220,108,141)
#C86381
(200,99,129)
#B45A75
(180,90,117)
#A05169
(160,81,105)
#8C485D
(140,72,93)
#783F51
(120,63,81)
#643645
(100,54,69)
#502D39
(80,45,57)
#3C242D
(60,36,45)
#281B21
(40,27,33)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #DC6C8D

#DC6C8D
(220,108,141)
#DF7997
(223,121,151)
#E286A1
(226,134,161)
#E593AB
(229,147,171)
#E8A0B5
(232,160,181)
#EBADBF
(235,173,191)
#EEBAC9
(238,186,201)
#F1C7D3
(241,199,211)
#F4D4DD
(244,212,221)
#F7E1E7
(247,225,231)
#FAEEF1
(250,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC6C8D; }

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

This text font color is #DC6C8D.


Background Color

.myBgColor { background-color: #DC6C8D; }

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

This div background color is #DC6C8D.


Border color

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

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

This div border color is #DC6C8D.


Opacity

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

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

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

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

This text has shadow with #DC6C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC6C8D on black background.


Color preview on white background

This text has color #DC6C8D on white background.



Black color preview on #DC6C8D background

This text has black color on #DC6C8D background.


White color preview on #DC6C8D background

This text has white color on #DC6C8D background.