COLOR #D2759D

HEX: #D2759D RGB: (210,117,157)

Color info

#D2759D contains mainly red and blue colors. Web safe color of #D2759D is #CC6699 (or #C69).

RGB color model

#D2759D color RGB value is (210,117,157).

RGB: (210,117,157) (82%, 46%, 62%)

RGB channels and saturation

R 210 of 255 = 82%
G 117 of 255 = 46%
B 157 of 255 = 62%

210
117
157

R + G + B ~ 63%. #D2759D is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 117 + 157 = 484 (100%)
R 210 of 484 ~ 43.39%
G 117 of 484 ~ 24.17%
B 157 of 484 ~ 32.44'%

%43.39
%24.17
%32.44

CMYK color model

#D2759D color CMYK value is (0,44,25,18).

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

CMYK: (0,44,25,18)
C0M44Y25K18 (0%, 44%, 25%, 18%)
(0.00 / 0.44 / 0.25 / 0.18)

CMYK percentages

%0
%44.29
%25.24
%17.65

Codes

Color #D2759D in popluar color models

D2 75 9D
RGB 210 117 157
HSL 334° 50.82% 64.12%
HSB/HSV 334° 44.29% 82.35%
CMYK 0.00% 44.29% 25.24%
17.65%

Color #D2759D in popluar number systems.

HEX D2 75 9D
Decimal 210 117 157
Binary 11010010 1110101 10011101
Octal 322 165 235

Shades and tints

Shades of #D2759D

#D2759D
(210,117,157)
#BF6B8F
(191,107,143)
#AC6181
(172,97,129)
#995773
(153,87,115)
#864D65
(134,77,101)
#734357
(115,67,87)
#603949
(96,57,73)
#4D2F3B
(77,47,59)
#3A252D
(58,37,45)
#271B1F
(39,27,31)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #D2759D

#D2759D
(210,117,157)
#D681A5
(214,129,165)
#DA8DAD
(218,141,173)
#DE99B5
(222,153,181)
#E2A5BD
(226,165,189)
#E6B1C5
(230,177,197)
#EABDCD
(234,189,205)
#EEC9D5
(238,201,213)
#F2D5DD
(242,213,221)
#F6E1E5
(246,225,229)
#FAEDED
(250,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2759D; }

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

This text font color is #D2759D.

Background Color

.myBgColor { background-color: #D2759D; }

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

This div background color is #D2759D.

Border color

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

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

This div border color is #D2759D.

Opacity

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

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

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

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

This text has shadow with #D2759D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2759D.

Preview

Color preview on black background

This text has color #D2759D on black background.


Color preview on white background

This text has color #D2759D on white background.


Black color preview on #D2759D background

This text has black color on #D2759D background.


White color preview on #D2759D background

This text has white color on #D2759D background.


Related colors

Complementary color

Complementary color for #hex is #2D8A62.


I love getcolorcode.com

Triadic colors

1 #9DD275 and #759DD2 with #D2759D are triadic colors.

2 #9D75D2 and #75D29D with #D2759D are triadic colors.