COLOR #DA8484

HEX: #DA8484
RGB: (218,132,132)

Color info

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

RGB color model

#DA8484 color RGB value is (218,132,132).

  • red value is 218;
  • green value is 132;
  • blue value is 132.
RGB:
(218,132,132)
(85%,52%,52%)

RGB channels and saturation

R 218 of 255 = 85%
G 132 of 255 = 52%
B 132 of 255 = 52%

218
132
132

R + G + B ~ 63%. #DA8484 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 132 + 132 = 482 (100%)
R 218 of 482 ~ 45.23%
G 132 of 482 ~ 27.39%
B 132 of 482 ~ 27.39%

%45.23
%27.39
%27.39

CMYK color model

#DA8484 color CMYK value is (0,39,39,15).

  • cyan value is 0.00%
  • magenta value is 39.45%
  • yellow value is 39.45%
  • key color value is 14.51%
CMYK:
(0,39,39,15)
C0M39Y39K15 
(0%,39%,39%,15%)
(0.00/0.39/0.39/0.15)	

CMYK percentages

%0
%39.45
%39.45
%14.51

Codes

Color #DA8484 in popluar color models

DA8484
RGB218132132
HSL53.75%68.63%
HSB/HSV39.45%85.49%
CMYK0.00%39.45%39.45%
14.51%

Color #DA8484 in popluar number systems.

HEXDA8484
Decimal218132132
Binary110110101000010010000100
Octal332204204

Shades and tints

Shades of #DA8484

#DA8484
(218,132,132)
#C77878
(199,120,120)
#B46C6C
(180,108,108)
#A16060
(161,96,96)
#8E5454
(142,84,84)
#7B4848
(123,72,72)
#683C3C
(104,60,60)
#553030
(85,48,48)
#422424
(66,36,36)
#2F1818
(47,24,24)
#1C0C0C
(28,12,12)
#000000
(0,0,0)

Tints of #DA8484

#DA8484
(218,132,132)
#DD8F8F
(221,143,143)
#E09A9A
(224,154,154)
#E3A5A5
(227,165,165)
#E6B0B0
(230,176,176)
#E9BBBB
(233,187,187)
#ECC6C6
(236,198,198)
#EFD1D1
(239,209,209)
#F2DCDC
(242,220,220)
#F5E7E7
(245,231,231)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA8484; }

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

This text font color is #DA8484.


Background Color

.myBgColor { background-color: #DA8484; }

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

This div background color is #DA8484.


Border color

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

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

This div border color is #DA8484.


Opacity

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

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

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

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

This text has shadow with #DA8484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8484 on black background.


Color preview on white background

This text has color #DA8484 on white background.



Black color preview on #DA8484 background

This text has black color on #DA8484 background.


White color preview on #DA8484 background

This text has white color on #DA8484 background.