COLOR #D2749E

HEX: #D2749E
RGB: (210,116,158)

Color info

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

RGB color model

#D2749E color RGB value is (210,116,158).

  • red value is 210;
  • green value is 116;
  • blue value is 158.
RGB:
(210,116,158)
(82%,45%,62%)

RGB channels and saturation

R 210 of 255 = 82%
G 116 of 255 = 45%
B 158 of 255 = 62%

210
116
158

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

Portions of RGB colors in percentages

R + G + B =
210 + 116 + 158 = 484 (100%)
R 210 of 484 ~ 43.39%
G 116 of 484 ~ 23.97%
B 158 of 484 ~ 32.64%

%43.39
%23.97
%32.64

CMYK color model

#D2749E color CMYK value is (0,45,25,18).

  • cyan value is 0.00%
  • magenta value is 44.76%
  • yellow value is 24.76%
  • key color value is 17.65%
CMYK:
(0,45,25,18)
C0M45Y25K18 
(0%,45%,25%,18%)
(0.00/0.45/0.25/0.18)	

CMYK percentages

%0
%44.76
%24.76
%17.65

Codes

Color #D2749E in popluar color models

D2749E
RGB210116158
HSL333°51.09%63.92%
HSB/HSV333°44.76%82.35%
CMYK0.00%44.76%24.76%
17.65%

Color #D2749E in popluar number systems.

HEXD2749E
Decimal210116158
Binary11010010111010010011110
Octal322164236

Shades and tints

Shades of #D2749E

#D2749E
(210,116,158)
#BF6A90
(191,106,144)
#AC6082
(172,96,130)
#995674
(153,86,116)
#864C66
(134,76,102)
#734258
(115,66,88)
#60384A
(96,56,74)
#4D2E3C
(77,46,60)
#3A242E
(58,36,46)
#271A20
(39,26,32)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #D2749E

#D2749E
(210,116,158)
#D680A6
(214,128,166)
#DA8CAE
(218,140,174)
#DE98B6
(222,152,182)
#E2A4BE
(226,164,190)
#E6B0C6
(230,176,198)
#EABCCE
(234,188,206)
#EEC8D6
(238,200,214)
#F2D4DE
(242,212,222)
#F6E0E6
(246,224,230)
#FAECEE
(250,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2749E color. Also use rgb(210,116,158) instead hex code.

Text Font Color

.myTextColor { color: #D2749E; }

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

This text font color is #D2749E.


Background Color

.myBgColor { background-color: #D2749E; }

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

This div background color is #D2749E.


Border color

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

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

This div border color is #D2749E.


Opacity

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

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

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

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

This text has shadow with #D2749E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2749E on black background.


Color preview on white background

This text has color #D2749E on white background.



Black color preview on #D2749E background

This text has black color on #D2749E background.


White color preview on #D2749E background

This text has white color on #D2749E background.