COLOR #DC848B

HEX: #DC848B
RGB: (220,132,139)

Color info

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

RGB color model

#DC848B color RGB value is (220,132,139).

  • red value is 220;
  • green value is 132;
  • blue value is 139.
RGB:
(220,132,139)
(86%,52%,55%)

RGB channels and saturation

R 220 of 255 = 86%
G 132 of 255 = 52%
B 139 of 255 = 55%

220
132
139

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

Portions of RGB colors in percentages

R + G + B =
220 + 132 + 139 = 491 (100%)
R 220 of 491 ~ 44.81%
G 132 of 491 ~ 26.88%
B 139 of 491 ~ 28.31%

%44.81
%26.88
%28.31

CMYK color model

#DC848B color CMYK value is (0,40,37,14).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 36.82%
  • key color value is 13.73%
CMYK:
(0,40,37,14)
C0M40Y37K14 
(0%,40%,37%,14%)
(0.00/0.40/0.37/0.14)	

CMYK percentages

%0
%40
%36.82
%13.73

Codes

Color #DC848B in popluar color models

DC848B
RGB220132139
HSL355°55.70%69.02%
HSB/HSV355°40.00%86.27%
CMYK0.00%40.00%36.82%
13.73%

Color #DC848B in popluar number systems.

HEXDC848B
Decimal220132139
Binary110111001000010010001011
Octal334204213

Shades and tints

Shades of #DC848B

#DC848B
(220,132,139)
#C8787F
(200,120,127)
#B46C73
(180,108,115)
#A06067
(160,96,103)
#8C545B
(140,84,91)
#78484F
(120,72,79)
#643C43
(100,60,67)
#503037
(80,48,55)
#3C242B
(60,36,43)
#28181F
(40,24,31)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #DC848B

#DC848B
(220,132,139)
#DF8F95
(223,143,149)
#E29A9F
(226,154,159)
#E5A5A9
(229,165,169)
#E8B0B3
(232,176,179)
#EBBBBD
(235,187,189)
#EEC6C7
(238,198,199)
#F1D1D1
(241,209,209)
#F4DCDB
(244,220,219)
#F7E7E5
(247,231,229)
#FAF2EF
(250,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC848B color. Also use rgb(220,132,139) instead hex code.

Text Font Color

.myTextColor { color: #DC848B; }

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

This text font color is #DC848B.


Background Color

.myBgColor { background-color: #DC848B; }

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

This div background color is #DC848B.


Border color

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

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

This div border color is #DC848B.


Opacity

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

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

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

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

This text has shadow with #DC848B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC848B on black background.


Color preview on white background

This text has color #DC848B on white background.



Black color preview on #DC848B background

This text has black color on #DC848B background.


White color preview on #DC848B background

This text has white color on #DC848B background.