COLOR #DC918D

HEX: #DC918D
RGB: (220,145,141)

Color info

#DC918D contains mainly red color. Web safe color of #DC918D is #CC9999 (or #C99).

RGB color model

#DC918D color RGB value is (220,145,141).

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

RGB channels and saturation

R 220 of 255 = 86%
G 145 of 255 = 57%
B 141 of 255 = 55%

220
145
141

R + G + B ~ 66%. #DC918D is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 145 + 141 = 506 (100%)
R 220 of 506 ~ 43.48%
G 145 of 506 ~ 28.66%
B 141 of 506 ~ 27.87%

%43.48
%28.66
%27.87

CMYK color model

#DC918D color CMYK value is (0,34,36,14).

  • cyan value is 0.00%
  • magenta value is 34.09%
  • yellow value is 35.91%
  • key color value is 13.73%
CMYK:
(0,34,36,14)
C0M34Y36K14 
(0%,34%,36%,14%)
(0.00/0.34/0.36/0.14)	

CMYK percentages

%0
%34.09
%35.91
%13.73

Codes

Color #DC918D in popluar color models

DC918D
RGB220145141
HSL53.02%70.78%
HSB/HSV35.91%86.27%
CMYK0.00%34.09%35.91%
13.73%

Color #DC918D in popluar number systems.

HEXDC918D
Decimal220145141
Binary110111001001000110001101
Octal334221215

Shades and tints

Shades of #DC918D

#DC918D
(220,145,141)
#C88481
(200,132,129)
#B47775
(180,119,117)
#A06A69
(160,106,105)
#8C5D5D
(140,93,93)
#785051
(120,80,81)
#644345
(100,67,69)
#503639
(80,54,57)
#3C292D
(60,41,45)
#281C21
(40,28,33)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #DC918D

#DC918D
(220,145,141)
#DF9B97
(223,155,151)
#E2A5A1
(226,165,161)
#E5AFAB
(229,175,171)
#E8B9B5
(232,185,181)
#EBC3BF
(235,195,191)
#EECDC9
(238,205,201)
#F1D7D3
(241,215,211)
#F4E1DD
(244,225,221)
#F7EBE7
(247,235,231)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC918D; }

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

This text font color is #DC918D.


Background Color

.myBgColor { background-color: #DC918D; }

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

This div background color is #DC918D.


Border color

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

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

This div border color is #DC918D.


Opacity

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

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

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

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

This text has shadow with #DC918D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC918D on black background.


Color preview on white background

This text has color #DC918D on white background.



Black color preview on #DC918D background

This text has black color on #DC918D background.


White color preview on #DC918D background

This text has white color on #DC918D background.