COLOR #D974A5

HEX: #D974A5 RGB: (217,116,165)

Color info

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

RGB color model

#D974A5 color RGB value is (217,116,165).

RGB: (217,116,165) (85%, 45%, 65%)

RGB channels and saturation

R 217 of 255 = 85%
G 116 of 255 = 45%
B 165 of 255 = 65%

217
116
165

R + G + B ~ 65%. #D974A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 116 + 165 = 498 (100%)
R 217 of 498 ~ 43.57%
G 116 of 498 ~ 23.29%
B 165 of 498 ~ 33.13'%

%43.57
%23.29
%33.13

CMYK color model

#D974A5 color CMYK value is (0,47,24,15).

  • cyan value is 0.00%
  • magenta value is 46.54%
  • yellow value is 23.96%
  • key color value is 14.90%

CMYK: (0,47,24,15)
C0M47Y24K15 (0%, 47%, 24%, 15%)
(0.00 / 0.47 / 0.24 / 0.15)

CMYK percentages

%0
%46.54
%23.96
%14.9

Codes

Color #D974A5 in popluar color models

D9 74 A5
RGB 217 116 165
HSL 331° 57.06% 65.29%
HSB/HSV 331° 46.54% 85.10%
CMYK 0.00% 46.54% 23.96%
14.90%

Color #D974A5 in popluar number systems.

HEX D9 74 A5
Decimal 217 116 165
Binary 11011001 1110100 10100101
Octal 331 164 245

Shades and tints

Shades of #D974A5

#D974A5
(217,116,165)
#C66A96
(198,106,150)
#B36087
(179,96,135)
#A05678
(160,86,120)
#8D4C69
(141,76,105)
#7A425A
(122,66,90)
#67384B
(103,56,75)
#542E3C
(84,46,60)
#41242D
(65,36,45)
#2E1A1E
(46,26,30)
#1B100F
(27,16,15)
#000000
(0,0,0)

Tints of #D974A5

#D974A5
(217,116,165)
#DC80AD
(220,128,173)
#DF8CB5
(223,140,181)
#E298BD
(226,152,189)
#E5A4C5
(229,164,197)
#E8B0CD
(232,176,205)
#EBBCD5
(235,188,213)
#EEC8DD
(238,200,221)
#F1D4E5
(241,212,229)
#F4E0ED
(244,224,237)
#F7ECF5
(247,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D974A5 color. Also use rgb(217,116,165) instead hex code.

Text Font Color

.myTextColor { color: #D974A5; }

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

This text font color is #D974A5.

Background Color

.myBgColor { background-color: #D974A5; }

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

This div background color is #D974A5.

Border color

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

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

This div border color is #D974A5.

Opacity

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

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

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

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

This text has shadow with #D974A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D974A5.

Preview

Color preview on black background

This text has color #D974A5 on black background.


Color preview on white background

This text has color #D974A5 on white background.


Black color preview on #D974A5 background

This text has black color on #D974A5 background.


White color preview on #D974A5 background

This text has white color on #D974A5 background.


Related colors

Complementary color

Complementary color for #hex is #268B5A.


I love getcolorcode.com

Triadic colors

1 #A5D974 and #74A5D9 with #D974A5 are triadic colors.

2 #A574D9 and #74D9A5 with #D974A5 are triadic colors.