COLOR #D35E82

HEX: #D35E82 RGB: (211,94,130)

Color info

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

RGB color model

#D35E82 color RGB value is (211,94,130).

RGB: (211,94,130) (83%, 37%, 51%)

RGB channels and saturation

R 211 of 255 = 83%
G 94 of 255 = 37%
B 130 of 255 = 51%

211
94
130

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

Portions of RGB colors in percentages

R + G + B = 211 + 94 + 130 = 435 (100%)
R 211 of 435 ~ 48.51%
G 94 of 435 ~ 21.61%
B 130 of 435 ~ 29.89'%

%48.51
%21.61
%29.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 55.45%
  • yellow value is 38.39%
  • 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
%55.45
%38.39
%17.25

Codes

Color #D35E82 in popluar color models

D3 5E 82
RGB 211 94 130
HSL 342° 57.07% 59.80%
HSB/HSV 342° 55.45% 82.75%
CMYK 0.00% 55.45% 38.39%
17.25%

Color #D35E82 in popluar number systems.

HEX D3 5E 82
Decimal 211 94 130
Binary 11010011 1011110 10000010
Octal 323 136 202

Shades and tints

Shades of #D35E82

#D35E82
(211,94,130)
#C05677
(192,86,119)
#AD4E6C
(173,78,108)
#9A4661
(154,70,97)
#873E56
(135,62,86)
#74364B
(116,54,75)
#612E40
(97,46,64)
#4E2635
(78,38,53)
#3B1E2A
(59,30,42)
#28161F
(40,22,31)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #D35E82

#D35E82
(211,94,130)
#D76C8D
(215,108,141)
#DB7A98
(219,122,152)
#DF88A3
(223,136,163)
#E396AE
(227,150,174)
#E7A4B9
(231,164,185)
#EBB2C4
(235,178,196)
#EFC0CF
(239,192,207)
#F3CEDA
(243,206,218)
#F7DCE5
(247,220,229)
#FBEAF0
(251,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D35E82 color. Also use rgb(211,94,130) instead hex code.

Text Font Color

.myTextColor { color: #D35E82; }

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

This text font color is #D35E82.

Background Color

.myBgColor { background-color: #D35E82; }

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

This div background color is #D35E82.

Border color

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

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

This div border color is #D35E82.

Opacity

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

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

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

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

This text has shadow with #D35E82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D35E82.

Preview

Color preview on black background

This text has color #D35E82 on black background.


Color preview on white background

This text has color #D35E82 on white background.


Black color preview on #D35E82 background

This text has black color on #D35E82 background.


White color preview on #D35E82 background

This text has white color on #D35E82 background.


Related colors

Complementary color

Complementary color for #hex is #2CA17D.


I love getcolorcode.com

Triadic colors

1 #82D35E and #5E82D3 with #D35E82 are triadic colors.

2 #825ED3 and #5ED382 with #D35E82 are triadic colors.