COLOR #D2537F

HEX: #D2537F RGB: (210,83,127)

Color info

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

RGB color model

#D2537F color RGB value is (210,83,127).

RGB: (210,83,127) (82%, 33%, 50%)

RGB channels and saturation

R 210 of 255 = 82%
G 83 of 255 = 33%
B 127 of 255 = 50%

210
83
127

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

Portions of RGB colors in percentages

R + G + B = 210 + 83 + 127 = 420 (100%)
R 210 of 420 ~ 50%
G 83 of 420 ~ 19.76%
B 127 of 420 ~ 30.24'%

%50
%19.76
%30.24

CMYK color model

#D2537F color CMYK value is (0,60,40,18).

  • cyan value is 0.00%
  • magenta value is 60.48%
  • yellow value is 39.52%
  • key color value is 17.65%

CMYK: (0,60,40,18)
C0M60Y40K18 (0%, 60%, 40%, 18%)
(0.00 / 0.60 / 0.40 / 0.18)

CMYK percentages

%0
%60.48
%39.52
%17.65

Codes

Color #D2537F in popluar color models

D2 53 7F
RGB 210 83 127
HSL 339° 58.53% 57.45%
HSB/HSV 339° 60.48% 82.35%
CMYK 0.00% 60.48% 39.52%
17.65%

Color #D2537F in popluar number systems.

HEX D2 53 7F
Decimal 210 83 127
Binary 11010010 1010011 1111111
Octal 322 123 177

Shades and tints

Shades of #D2537F

#D2537F
(210,83,127)
#BF4C74
(191,76,116)
#AC4569
(172,69,105)
#993E5E
(153,62,94)
#863753
(134,55,83)
#733048
(115,48,72)
#60293D
(96,41,61)
#4D2232
(77,34,50)
#3A1B27
(58,27,39)
#27141C
(39,20,28)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #D2537F

#D2537F
(210,83,127)
#D6628A
(214,98,138)
#DA7195
(218,113,149)
#DE80A0
(222,128,160)
#E28FAB
(226,143,171)
#E69EB6
(230,158,182)
#EAADC1
(234,173,193)
#EEBCCC
(238,188,204)
#F2CBD7
(242,203,215)
#F6DAE2
(246,218,226)
#FAE9ED
(250,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2537F color. Also use rgb(210,83,127) instead hex code.

Text Font Color

.myTextColor { color: #D2537F; }

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

This text font color is #D2537F.

Background Color

.myBgColor { background-color: #D2537F; }

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

This div background color is #D2537F.

Border color

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

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

This div border color is #D2537F.

Opacity

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

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

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

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

This text has shadow with #D2537F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2537F.

Preview

Color preview on black background

This text has color #D2537F on black background.


Color preview on white background

This text has color #D2537F on white background.


Black color preview on #D2537F background

This text has black color on #D2537F background.


White color preview on #D2537F background

This text has white color on #D2537F background.


Related colors

Complementary color

Complementary color for #hex is #2DAC80.


I love getcolorcode.com

Triadic colors

1 #7FD253 and #537FD2 with #D2537F are triadic colors.

2 #7F53D2 and #53D27F with #D2537F are triadic colors.