COLOR #D35F83

HEX: #D35F83
RGB: (211,95,131)

Color info

#D35F83 contains mainly red color. Web safe color of #D35F83 is #CC6699 (or #C69).

RGB color model

#D35F83 color RGB value is (211,95,131).

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

RGB channels and saturation

R 211 of 255 = 83%
G 95 of 255 = 37%
B 131 of 255 = 51%

211
95
131

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

Portions of RGB colors in percentages

R + G + B =
211 + 95 + 131 = 437 (100%)
R 211 of 437 ~ 48.28%
G 95 of 437 ~ 21.74%
B 131 of 437 ~ 29.98%

%48.28
%21.74
%29.98

CMYK color model

#D35F83 color CMYK value is (0,55,38,17).

  • cyan value is 0.00%
  • magenta value is 54.98%
  • yellow value is 37.91%
  • key color value is 17.25%
CMYK:
(0,55,38,17)
C0M55Y38K17 
(0%,55%,38%,17%)
(0.00/0.55/0.38/0.17)	

CMYK percentages

%0
%54.98
%37.91
%17.25

Codes

Color #D35F83 in popluar color models

D35F83
RGB21195131
HSL341°56.86%60.00%
HSB/HSV341°54.98%82.75%
CMYK0.00%54.98%37.91%
17.25%

Color #D35F83 in popluar number systems.

HEXD35F83
Decimal21195131
Binary11010011101111110000011
Octal323137203

Shades and tints

Shades of #D35F83

#D35F83
(211,95,131)
#C05778
(192,87,120)
#AD4F6D
(173,79,109)
#9A4762
(154,71,98)
#873F57
(135,63,87)
#74374C
(116,55,76)
#612F41
(97,47,65)
#4E2736
(78,39,54)
#3B1F2B
(59,31,43)
#281720
(40,23,32)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #D35F83

#D35F83
(211,95,131)
#D76D8E
(215,109,142)
#DB7B99
(219,123,153)
#DF89A4
(223,137,164)
#E397AF
(227,151,175)
#E7A5BA
(231,165,186)
#EBB3C5
(235,179,197)
#EFC1D0
(239,193,208)
#F3CFDB
(243,207,219)
#F7DDE6
(247,221,230)
#FBEBF1
(251,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D35F83; }

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

This text font color is #D35F83.


Background Color

.myBgColor { background-color: #D35F83; }

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

This div background color is #D35F83.


Border color

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

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

This div border color is #D35F83.


Opacity

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

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

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

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

This text has shadow with #D35F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D35F83 on black background.


Color preview on white background

This text has color #D35F83 on white background.



Black color preview on #D35F83 background

This text has black color on #D35F83 background.


White color preview on #D35F83 background

This text has white color on #D35F83 background.