COLOR #D85A5A

HEX: #D85A5A
RGB: (216,90,90)

Color info

#D85A5A contains mainly red color. Web safe color of #D85A5A is #CC6666 (or #C66).

RGB color model

#D85A5A color RGB value is (216,90,90).

  • red value is 216;
  • green value is 90;
  • blue value is 90.
RGB:
(216,90,90)
(85%,35%,35%)

RGB channels and saturation

R 216 of 255 = 85%
G 90 of 255 = 35%
B 90 of 255 = 35%

216
90
90

R + G + B ~ 52%. #D85A5A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
216 + 90 + 90 = 396 (100%)
R 216 of 396 ~ 54.55%
G 90 of 396 ~ 22.73%
B 90 of 396 ~ 22.73%

%54.55
%22.73
%22.73

CMYK color model

#D85A5A color CMYK value is (0,58,58,15).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 58.33%
  • key color value is 15.29%
CMYK:
(0,58,58,15)
C0M58Y58K15 
(0%,58%,58%,15%)
(0.00/0.58/0.58/0.15)	

CMYK percentages

%0
%58.33
%58.33
%15.29

Codes

Color #D85A5A in popluar color models

D85A5A
RGB2169090
HSL61.76%60.00%
HSB/HSV58.33%84.71%
CMYK0.00%58.33%58.33%
15.29%

Color #D85A5A in popluar number systems.

HEXD85A5A
Decimal2169090
Binary1101100010110101011010
Octal330132132

Shades and tints

Shades of #D85A5A

#D85A5A
(216,90,90)
#C55252
(197,82,82)
#B24A4A
(178,74,74)
#9F4242
(159,66,66)
#8C3A3A
(140,58,58)
#793232
(121,50,50)
#662A2A
(102,42,42)
#532222
(83,34,34)
#401A1A
(64,26,26)
#2D1212
(45,18,18)
#1A0A0A
(26,10,10)
#000000
(0,0,0)

Tints of #D85A5A

#D85A5A
(216,90,90)
#DB6969
(219,105,105)
#DE7878
(222,120,120)
#E18787
(225,135,135)
#E49696
(228,150,150)
#E7A5A5
(231,165,165)
#EAB4B4
(234,180,180)
#EDC3C3
(237,195,195)
#F0D2D2
(240,210,210)
#F3E1E1
(243,225,225)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D85A5A color. Also use rgb(216,90,90) instead hex code.

Text Font Color

.myTextColor { color: #D85A5A; }

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

This text font color is #D85A5A.


Background Color

.myBgColor { background-color: #D85A5A; }

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

This div background color is #D85A5A.


Border color

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

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

This div border color is #D85A5A.


Opacity

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

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

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

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

This text has shadow with #D85A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D85A5A on black background.


Color preview on white background

This text has color #D85A5A on white background.



Black color preview on #D85A5A background

This text has black color on #D85A5A background.


White color preview on #D85A5A background

This text has white color on #D85A5A background.