COLOR #D7749E

HEX: #D7749E
RGB: (215,116,158)

Color info

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

RGB color model

#D7749E color RGB value is (215,116,158).

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

RGB channels and saturation

R 215 of 255 = 84%
G 116 of 255 = 45%
B 158 of 255 = 62%

215
116
158

R + G + B ~ 64%. #D7749E is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 116 + 158 = 489 (100%)
R 215 of 489 ~ 43.97%
G 116 of 489 ~ 23.72%
B 158 of 489 ~ 32.31%

%43.97
%23.72
%32.31

CMYK color model

#D7749E color CMYK value is (0,46,27,16).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 26.51%
  • key color value is 15.69%
CMYK:
(0,46,27,16)
C0M46Y27K16 
(0%,46%,27%,16%)
(0.00/0.46/0.27/0.16)	

CMYK percentages

%0
%46.05
%26.51
%15.69

Codes

Color #D7749E in popluar color models

D7749E
RGB215116158
HSL335°55.31%64.90%
HSB/HSV335°46.05%84.31%
CMYK0.00%46.05%26.51%
15.69%

Color #D7749E in popluar number systems.

HEXD7749E
Decimal215116158
Binary11010111111010010011110
Octal327164236

Shades and tints

Shades of #D7749E

#D7749E
(215,116,158)
#C46A90
(196,106,144)
#B16082
(177,96,130)
#9E5674
(158,86,116)
#8B4C66
(139,76,102)
#784258
(120,66,88)
#65384A
(101,56,74)
#522E3C
(82,46,60)
#3F242E
(63,36,46)
#2C1A20
(44,26,32)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #D7749E

#D7749E
(215,116,158)
#DA80A6
(218,128,166)
#DD8CAE
(221,140,174)
#E098B6
(224,152,182)
#E3A4BE
(227,164,190)
#E6B0C6
(230,176,198)
#E9BCCE
(233,188,206)
#ECC8D6
(236,200,214)
#EFD4DE
(239,212,222)
#F2E0E6
(242,224,230)
#F5ECEE
(245,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7749E; }

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

This text font color is #D7749E.


Background Color

.myBgColor { background-color: #D7749E; }

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

This div background color is #D7749E.


Border color

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

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

This div border color is #D7749E.


Opacity

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

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

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

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

This text has shadow with #D7749E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7749E on black background.


Color preview on white background

This text has color #D7749E on white background.



Black color preview on #D7749E background

This text has black color on #D7749E background.


White color preview on #D7749E background

This text has white color on #D7749E background.