COLOR #D35583

HEX: #D35583
RGB: (211,85,131)

Color info

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

RGB color model

#D35583 color RGB value is (211,85,131).

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

RGB channels and saturation

R 211 of 255 = 83%
G 85 of 255 = 33%
B 131 of 255 = 51%

211
85
131

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

Portions of RGB colors in percentages

R + G + B =
211 + 85 + 131 = 427 (100%)
R 211 of 427 ~ 49.41%
G 85 of 427 ~ 19.91%
B 131 of 427 ~ 30.68%

%49.41
%19.91
%30.68

CMYK color model

#D35583 color CMYK value is (0,60,38,17).

  • cyan value is 0.00%
  • magenta value is 59.72%
  • yellow value is 37.91%
  • key color value is 17.25%
CMYK:
(0,60,38,17)
C0M60Y38K17 
(0%,60%,38%,17%)
(0.00/0.60/0.38/0.17)	

CMYK percentages

%0
%59.72
%37.91
%17.25

Codes

Color #D35583 in popluar color models

D35583
RGB21185131
HSL338°58.88%58.04%
HSB/HSV338°59.72%82.75%
CMYK0.00%59.72%37.91%
17.25%

Color #D35583 in popluar number systems.

HEXD35583
Decimal21185131
Binary11010011101010110000011
Octal323125203

Shades and tints

Shades of #D35583

#D35583
(211,85,131)
#C04E78
(192,78,120)
#AD476D
(173,71,109)
#9A4062
(154,64,98)
#873957
(135,57,87)
#74324C
(116,50,76)
#612B41
(97,43,65)
#4E2436
(78,36,54)
#3B1D2B
(59,29,43)
#281620
(40,22,32)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #D35583

#D35583
(211,85,131)
#D7648E
(215,100,142)
#DB7399
(219,115,153)
#DF82A4
(223,130,164)
#E391AF
(227,145,175)
#E7A0BA
(231,160,186)
#EBAFC5
(235,175,197)
#EFBED0
(239,190,208)
#F3CDDB
(243,205,219)
#F7DCE6
(247,220,230)
#FBEBF1
(251,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D35583; }

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

This text font color is #D35583.


Background Color

.myBgColor { background-color: #D35583; }

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

This div background color is #D35583.


Border color

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

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

This div border color is #D35583.


Opacity

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

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

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

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

This text has shadow with #D35583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D35583 on black background.


Color preview on white background

This text has color #D35583 on white background.



Black color preview on #D35583 background

This text has black color on #D35583 background.


White color preview on #D35583 background

This text has white color on #D35583 background.