COLOR #D474A5

HEX: #D474A5
RGB: (212,116,165)

Color info

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

RGB color model

#D474A5 color RGB value is (212,116,165).

  • red value is 212;
  • green value is 116;
  • blue value is 165.
RGB:
(212,116,165)
(83%,45%,65%)

RGB channels and saturation

R 212 of 255 = 83%
G 116 of 255 = 45%
B 165 of 255 = 65%

212
116
165

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

Portions of RGB colors in percentages

R + G + B =
212 + 116 + 165 = 493 (100%)
R 212 of 493 ~ 43%
G 116 of 493 ~ 23.53%
B 165 of 493 ~ 33.47%

%43
%23.53
%33.47

CMYK color model

#D474A5 color CMYK value is (0,45,22,17).

  • cyan value is 0.00%
  • magenta value is 45.28%
  • yellow value is 22.17%
  • key color value is 16.86%
CMYK:
(0,45,22,17)
C0M45Y22K17 
(0%,45%,22%,17%)
(0.00/0.45/0.22/0.17)	

CMYK percentages

%0
%45.28
%22.17
%16.86

Codes

Color #D474A5 in popluar color models

D474A5
RGB212116165
HSL329°52.75%64.31%
HSB/HSV329°45.28%83.14%
CMYK0.00%45.28%22.17%
16.86%

Color #D474A5 in popluar number systems.

HEXD474A5
Decimal212116165
Binary11010100111010010100101
Octal324164245

Shades and tints

Shades of #D474A5

#D474A5
(212,116,165)
#C16A96
(193,106,150)
#AE6087
(174,96,135)
#9B5678
(155,86,120)
#884C69
(136,76,105)
#75425A
(117,66,90)
#62384B
(98,56,75)
#4F2E3C
(79,46,60)
#3C242D
(60,36,45)
#291A1E
(41,26,30)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #D474A5

#D474A5
(212,116,165)
#D780AD
(215,128,173)
#DA8CB5
(218,140,181)
#DD98BD
(221,152,189)
#E0A4C5
(224,164,197)
#E3B0CD
(227,176,205)
#E6BCD5
(230,188,213)
#E9C8DD
(233,200,221)
#ECD4E5
(236,212,229)
#EFE0ED
(239,224,237)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D474A5; }

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

This text font color is #D474A5.


Background Color

.myBgColor { background-color: #D474A5; }

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

This div background color is #D474A5.


Border color

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

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

This div border color is #D474A5.


Opacity

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

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

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

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

This text has shadow with #D474A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D474A5 on black background.


Color preview on white background

This text has color #D474A5 on white background.



Black color preview on #D474A5 background

This text has black color on #D474A5 background.


White color preview on #D474A5 background

This text has white color on #D474A5 background.