COLOR #D2756F

HEX: #D2756F RGB: (210,117,111)

Color info

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

RGB color model

#D2756F color RGB value is (210,117,111).

RGB: (210,117,111) (82%, 46%, 44%)

RGB channels and saturation

R 210 of 255 = 82%
G 117 of 255 = 46%
B 111 of 255 = 44%

210
117
111

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

Portions of RGB colors in percentages

R + G + B = 210 + 117 + 111 = 438 (100%)
R 210 of 438 ~ 47.95%
G 117 of 438 ~ 26.71%
B 111 of 438 ~ 25.34'%

%47.95
%26.71
%25.34

CMYK color model

#D2756F color CMYK value is (0,44,47,18).

  • cyan value is 0.00%
  • magenta value is 44.29%
  • yellow value is 47.14%
  • key color value is 17.65%

CMYK: (0,44,47,18)
C0M44Y47K18 (0%, 44%, 47%, 18%)
(0.00 / 0.44 / 0.47 / 0.18)

CMYK percentages

%0
%44.29
%47.14
%17.65

Codes

Color #D2756F in popluar color models

D2 75 6F
RGB 210 117 111
HSL 52.38% 62.94%
HSB/HSV 47.14% 82.35%
CMYK 0.00% 44.29% 47.14%
17.65%

Color #D2756F in popluar number systems.

HEX D2 75 6F
Decimal 210 117 111
Binary 11010010 1110101 1101111
Octal 322 165 157

Shades and tints

Shades of #D2756F

#D2756F
(210,117,111)
#BF6B65
(191,107,101)
#AC615B
(172,97,91)
#995751
(153,87,81)
#864D47
(134,77,71)
#73433D
(115,67,61)
#603933
(96,57,51)
#4D2F29
(77,47,41)
#3A251F
(58,37,31)
#271B15
(39,27,21)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #D2756F

#D2756F
(210,117,111)
#D6817C
(214,129,124)
#DA8D89
(218,141,137)
#DE9996
(222,153,150)
#E2A5A3
(226,165,163)
#E6B1B0
(230,177,176)
#EABDBD
(234,189,189)
#EEC9CA
(238,201,202)
#F2D5D7
(242,213,215)
#F6E1E4
(246,225,228)
#FAEDF1
(250,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2756F color. Also use rgb(210,117,111) instead hex code.

Text Font Color

.myTextColor { color: #D2756F; }

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

This text font color is #D2756F.

Background Color

.myBgColor { background-color: #D2756F; }

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

This div background color is #D2756F.

Border color

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

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

This div border color is #D2756F.

Opacity

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

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

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

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

This text has shadow with #D2756F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2756F.

Preview

Color preview on black background

This text has color #D2756F on black background.


Color preview on white background

This text has color #D2756F on white background.


Black color preview on #D2756F background

This text has black color on #D2756F background.


White color preview on #D2756F background

This text has white color on #D2756F background.


Related colors

Complementary color

Complementary color for #hex is #2D8A90.


I love getcolorcode.com

Triadic colors

1 #6FD275 and #756FD2 with #D2756F are triadic colors.

2 #6F75D2 and #75D26F with #D2756F are triadic colors.