COLOR #DC838F

HEX: #DC838F
RGB: (220,131,143)

Color info

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

RGB color model

#DC838F color RGB value is (220,131,143).

  • red value is 220;
  • green value is 131;
  • blue value is 143.
RGB:
(220,131,143)
(86%,51%,56%)

RGB channels and saturation

R 220 of 255 = 86%
G 131 of 255 = 51%
B 143 of 255 = 56%

220
131
143

R + G + B ~ 64%. #DC838F is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 131 + 143 = 494 (100%)
R 220 of 494 ~ 44.53%
G 131 of 494 ~ 26.52%
B 143 of 494 ~ 28.95%

%44.53
%26.52
%28.95

CMYK color model

#DC838F color CMYK value is (0,40,35,14).

  • cyan value is 0.00%
  • magenta value is 40.45%
  • yellow value is 35.00%
  • key color value is 13.73%
CMYK:
(0,40,35,14)
C0M40Y35K14 
(0%,40%,35%,14%)
(0.00/0.40/0.35/0.14)	

CMYK percentages

%0
%40.45
%35
%13.73

Codes

Color #DC838F in popluar color models

DC838F
RGB220131143
HSL352°55.97%68.82%
HSB/HSV352°40.45%86.27%
CMYK0.00%40.45%35.00%
13.73%

Color #DC838F in popluar number systems.

HEXDC838F
Decimal220131143
Binary110111001000001110001111
Octal334203217

Shades and tints

Shades of #DC838F

#DC838F
(220,131,143)
#C87882
(200,120,130)
#B46D75
(180,109,117)
#A06268
(160,98,104)
#8C575B
(140,87,91)
#784C4E
(120,76,78)
#644141
(100,65,65)
#503634
(80,54,52)
#3C2B27
(60,43,39)
#28201A
(40,32,26)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #DC838F

#DC838F
(220,131,143)
#DF8E99
(223,142,153)
#E299A3
(226,153,163)
#E5A4AD
(229,164,173)
#E8AFB7
(232,175,183)
#EBBAC1
(235,186,193)
#EEC5CB
(238,197,203)
#F1D0D5
(241,208,213)
#F4DBDF
(244,219,223)
#F7E6E9
(247,230,233)
#FAF1F3
(250,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC838F color. Also use rgb(220,131,143) instead hex code.

Text Font Color

.myTextColor { color: #DC838F; }

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

This text font color is #DC838F.


Background Color

.myBgColor { background-color: #DC838F; }

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

This div background color is #DC838F.


Border color

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

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

This div border color is #DC838F.


Opacity

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

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

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

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

This text has shadow with #DC838F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC838F on black background.


Color preview on white background

This text has color #DC838F on white background.



Black color preview on #DC838F background

This text has black color on #DC838F background.


White color preview on #DC838F background

This text has white color on #DC838F background.