COLOR #D74A97

HEX: #D74A97 RGB: (215,74,151)

Color info

#D74A97 contains mainly red color. Web safe color of #D74A97 is #CC3399 (or #C39).

RGB color model

#D74A97 color RGB value is (215,74,151).

RGB: (215,74,151) (84%, 29%, 59%)

RGB channels and saturation

R 215 of 255 = 84%
G 74 of 255 = 29%
B 151 of 255 = 59%

215
74
151

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

Portions of RGB colors in percentages

R + G + B = 215 + 74 + 151 = 440 (100%)
R 215 of 440 ~ 48.86%
G 74 of 440 ~ 16.82%
B 151 of 440 ~ 34.32'%

%48.86
%16.82
%34.32

CMYK color model

#D74A97 color CMYK value is (0,66,30,16).

  • cyan value is 0.00%
  • magenta value is 65.58%
  • yellow value is 29.77%
  • key color value is 15.69%

CMYK: (0,66,30,16)
C0M66Y30K16 (0%, 66%, 30%, 16%)
(0.00 / 0.66 / 0.30 / 0.16)

CMYK percentages

%0
%65.58
%29.77
%15.69

Codes

Color #D74A97 in popluar color models

D7 4A 97
RGB 215 74 151
HSL 327° 63.80% 56.67%
HSB/HSV 327° 65.58% 84.31%
CMYK 0.00% 65.58% 29.77%
15.69%

Color #D74A97 in popluar number systems.

HEX D7 4A 97
Decimal 215 74 151
Binary 11010111 1001010 10010111
Octal 327 112 227

Shades and tints

Shades of #D74A97

#D74A97
(215,74,151)
#C4448A
(196,68,138)
#B13E7D
(177,62,125)
#9E3870
(158,56,112)
#8B3263
(139,50,99)
#782C56
(120,44,86)
#652649
(101,38,73)
#52203C
(82,32,60)
#3F1A2F
(63,26,47)
#2C1422
(44,20,34)
#190E15
(25,14,21)
#000000
(0,0,0)

Tints of #D74A97

#D74A97
(215,74,151)
#DA5AA0
(218,90,160)
#DD6AA9
(221,106,169)
#E07AB2
(224,122,178)
#E38ABB
(227,138,187)
#E69AC4
(230,154,196)
#E9AACD
(233,170,205)
#ECBAD6
(236,186,214)
#EFCADF
(239,202,223)
#F2DAE8
(242,218,232)
#F5EAF1
(245,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D74A97 color. Also use rgb(215,74,151) instead hex code.

Text Font Color

.myTextColor { color: #D74A97; }

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

This text font color is #D74A97.

Background Color

.myBgColor { background-color: #D74A97; }

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

This div background color is #D74A97.

Border color

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

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

This div border color is #D74A97.

Opacity

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

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

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

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

This text has shadow with #D74A97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D74A97.

Preview

Color preview on black background

This text has color #D74A97 on black background.


Color preview on white background

This text has color #D74A97 on white background.


Black color preview on #D74A97 background

This text has black color on #D74A97 background.


White color preview on #D74A97 background

This text has white color on #D74A97 background.


Related colors

Complementary color

Complementary color for #hex is #28B568.


I love getcolorcode.com

Triadic colors

1 #97D74A and #4A97D7 with #D74A97 are triadic colors.

2 #974AD7 and #4AD797 with #D74A97 are triadic colors.