COLOR #D3517B

HEX: #D3517B RGB: (211,81,123)

Color info

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

RGB color model

#D3517B color RGB value is (211,81,123).

RGB: (211,81,123) (83%, 32%, 48%)

RGB channels and saturation

R 211 of 255 = 83%
G 81 of 255 = 32%
B 123 of 255 = 48%

211
81
123

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

Portions of RGB colors in percentages

R + G + B = 211 + 81 + 123 = 415 (100%)
R 211 of 415 ~ 50.84%
G 81 of 415 ~ 19.52%
B 123 of 415 ~ 29.64'%

%50.84
%19.52
%29.64

CMYK color model

#D3517B color CMYK value is (0,62,42,17).

  • cyan value is 0.00%
  • magenta value is 61.61%
  • yellow value is 41.71%
  • key color value is 17.25%

CMYK: (0,62,42,17)
C0M62Y42K17 (0%, 62%, 42%, 17%)
(0.00 / 0.62 / 0.42 / 0.17)

CMYK percentages

%0
%61.61
%41.71
%17.25

Codes

Color #D3517B in popluar color models

D3 51 7B
RGB 211 81 123
HSL 341° 59.63% 57.25%
HSB/HSV 341° 61.61% 82.75%
CMYK 0.00% 61.61% 41.71%
17.25%

Color #D3517B in popluar number systems.

HEX D3 51 7B
Decimal 211 81 123
Binary 11010011 1010001 1111011
Octal 323 121 173

Shades and tints

Shades of #D3517B

#D3517B
(211,81,123)
#C04A70
(192,74,112)
#AD4365
(173,67,101)
#9A3C5A
(154,60,90)
#87354F
(135,53,79)
#742E44
(116,46,68)
#612739
(97,39,57)
#4E202E
(78,32,46)
#3B1923
(59,25,35)
#281218
(40,18,24)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #D3517B

#D3517B
(211,81,123)
#D76087
(215,96,135)
#DB6F93
(219,111,147)
#DF7E9F
(223,126,159)
#E38DAB
(227,141,171)
#E79CB7
(231,156,183)
#EBABC3
(235,171,195)
#EFBACF
(239,186,207)
#F3C9DB
(243,201,219)
#F7D8E7
(247,216,231)
#FBE7F3
(251,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3517B color. Also use rgb(211,81,123) instead hex code.

Text Font Color

.myTextColor { color: #D3517B; }

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

This text font color is #D3517B.

Background Color

.myBgColor { background-color: #D3517B; }

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

This div background color is #D3517B.

Border color

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

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

This div border color is #D3517B.

Opacity

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

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

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

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

This text has shadow with #D3517B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3517B.

Preview

Color preview on black background

This text has color #D3517B on black background.


Color preview on white background

This text has color #D3517B on white background.


Black color preview on #D3517B background

This text has black color on #D3517B background.


White color preview on #D3517B background

This text has white color on #D3517B background.


Related colors

Complementary color

Complementary color for #hex is #2CAE84.


I love getcolorcode.com

Triadic colors

1 #7BD351 and #517BD3 with #D3517B are triadic colors.

2 #7B51D3 and #51D37B with #D3517B are triadic colors.