COLOR #D35F75

HEX: #D35F75
RGB: (211,95,117)

Color info

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

RGB color model

#D35F75 color RGB value is (211,95,117).

  • red value is 211;
  • green value is 95;
  • blue value is 117.
RGB:
(211,95,117)
(83%,37%,46%)

RGB channels and saturation

R 211 of 255 = 83%
G 95 of 255 = 37%
B 117 of 255 = 46%

211
95
117

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

Portions of RGB colors in percentages

R + G + B =
211 + 95 + 117 = 423 (100%)
R 211 of 423 ~ 49.88%
G 95 of 423 ~ 22.46%
B 117 of 423 ~ 27.66%

%49.88
%22.46
%27.66

CMYK color model

#D35F75 color CMYK value is (0,55,45,17).

  • cyan value is 0.00%
  • magenta value is 54.98%
  • yellow value is 44.55%
  • key color value is 17.25%
CMYK:
(0,55,45,17)
C0M55Y45K17 
(0%,55%,45%,17%)
(0.00/0.55/0.45/0.17)	

CMYK percentages

%0
%54.98
%44.55
%17.25

Codes

Color #D35F75 in popluar color models

D35F75
RGB21195117
HSL349°56.86%60.00%
HSB/HSV349°54.98%82.75%
CMYK0.00%54.98%44.55%
17.25%

Color #D35F75 in popluar number systems.

HEXD35F75
Decimal21195117
Binary1101001110111111110101
Octal323137165

Shades and tints

Shades of #D35F75

#D35F75
(211,95,117)
#C0576B
(192,87,107)
#AD4F61
(173,79,97)
#9A4757
(154,71,87)
#873F4D
(135,63,77)
#743743
(116,55,67)
#612F39
(97,47,57)
#4E272F
(78,39,47)
#3B1F25
(59,31,37)
#28171B
(40,23,27)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #D35F75

#D35F75
(211,95,117)
#D76D81
(215,109,129)
#DB7B8D
(219,123,141)
#DF8999
(223,137,153)
#E397A5
(227,151,165)
#E7A5B1
(231,165,177)
#EBB3BD
(235,179,189)
#EFC1C9
(239,193,201)
#F3CFD5
(243,207,213)
#F7DDE1
(247,221,225)
#FBEBED
(251,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D35F75 color. Also use rgb(211,95,117) instead hex code.

Text Font Color

.myTextColor { color: #D35F75; }

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

This text font color is #D35F75.


Background Color

.myBgColor { background-color: #D35F75; }

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

This div background color is #D35F75.


Border color

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

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

This div border color is #D35F75.


Opacity

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

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

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

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

This text has shadow with #D35F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D35F75 on black background.


Color preview on white background

This text has color #D35F75 on white background.



Black color preview on #D35F75 background

This text has black color on #D35F75 background.


White color preview on #D35F75 background

This text has white color on #D35F75 background.