COLOR #D35D5C

HEX: #D35D5C
RGB: (211,93,92)

Color info

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

RGB color model

#D35D5C color RGB value is (211,93,92).

  • red value is 211;
  • green value is 93;
  • blue value is 92.
RGB:
(211,93,92)
(83%,36%,36%)

RGB channels and saturation

R 211 of 255 = 83%
G 93 of 255 = 36%
B 92 of 255 = 36%

211
93
92

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

Portions of RGB colors in percentages

R + G + B =
211 + 93 + 92 = 396 (100%)
R 211 of 396 ~ 53.28%
G 93 of 396 ~ 23.48%
B 92 of 396 ~ 23.23%

%53.28
%23.48
%23.23

CMYK color model

#D35D5C color CMYK value is (0,56,56,17).

  • cyan value is 0.00%
  • magenta value is 55.92%
  • yellow value is 56.40%
  • key color value is 17.25%
CMYK:
(0,56,56,17)
C0M56Y56K17 
(0%,56%,56%,17%)
(0.00/0.56/0.56/0.17)	

CMYK percentages

%0
%55.92
%56.4
%17.25

Codes

Color #D35D5C in popluar color models

D35D5C
RGB2119392
HSL57.49%59.41%
HSB/HSV56.40%82.75%
CMYK0.00%55.92%56.40%
17.25%

Color #D35D5C in popluar number systems.

HEXD35D5C
Decimal2119392
Binary1101001110111011011100
Octal323135134

Shades and tints

Shades of #D35D5C

#D35D5C
(211,93,92)
#C05554
(192,85,84)
#AD4D4C
(173,77,76)
#9A4544
(154,69,68)
#873D3C
(135,61,60)
#743534
(116,53,52)
#612D2C
(97,45,44)
#4E2524
(78,37,36)
#3B1D1C
(59,29,28)
#281514
(40,21,20)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #D35D5C

#D35D5C
(211,93,92)
#D76B6A
(215,107,106)
#DB7978
(219,121,120)
#DF8786
(223,135,134)
#E39594
(227,149,148)
#E7A3A2
(231,163,162)
#EBB1B0
(235,177,176)
#EFBFBE
(239,191,190)
#F3CDCC
(243,205,204)
#F7DBDA
(247,219,218)
#FBE9E8
(251,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D35D5C color. Also use rgb(211,93,92) instead hex code.

Text Font Color

.myTextColor { color: #D35D5C; }

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

This text font color is #D35D5C.


Background Color

.myBgColor { background-color: #D35D5C; }

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

This div background color is #D35D5C.


Border color

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

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

This div border color is #D35D5C.


Opacity

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

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

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

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

This text has shadow with #D35D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D35D5C on black background.


Color preview on white background

This text has color #D35D5C on white background.



Black color preview on #D35D5C background

This text has black color on #D35D5C background.


White color preview on #D35D5C background

This text has white color on #D35D5C background.