COLOR #D475A9

HEX: #D475A9
RGB: (212,117,169)

Color info

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

RGB color model

#D475A9 color RGB value is (212,117,169).

  • red value is 212;
  • green value is 117;
  • blue value is 169.
RGB:
(212,117,169)
(83%,46%,66%)

RGB channels and saturation

R 212 of 255 = 83%
G 117 of 255 = 46%
B 169 of 255 = 66%

212
117
169

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

Portions of RGB colors in percentages

R + G + B =
212 + 117 + 169 = 498 (100%)
R 212 of 498 ~ 42.57%
G 117 of 498 ~ 23.49%
B 169 of 498 ~ 33.94%

%42.57
%23.49
%33.94

CMYK color model

#D475A9 color CMYK value is (0,45,20,17).

  • cyan value is 0.00%
  • magenta value is 44.81%
  • yellow value is 20.28%
  • key color value is 16.86%
CMYK:
(0,45,20,17)
C0M45Y20K17 
(0%,45%,20%,17%)
(0.00/0.45/0.20/0.17)	

CMYK percentages

%0
%44.81
%20.28
%16.86

Codes

Color #D475A9 in popluar color models

D475A9
RGB212117169
HSL327°52.49%64.51%
HSB/HSV327°44.81%83.14%
CMYK0.00%44.81%20.28%
16.86%

Color #D475A9 in popluar number systems.

HEXD475A9
Decimal212117169
Binary11010100111010110101001
Octal324165251

Shades and tints

Shades of #D475A9

#D475A9
(212,117,169)
#C16B9A
(193,107,154)
#AE618B
(174,97,139)
#9B577C
(155,87,124)
#884D6D
(136,77,109)
#75435E
(117,67,94)
#62394F
(98,57,79)
#4F2F40
(79,47,64)
#3C2531
(60,37,49)
#291B22
(41,27,34)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #D475A9

#D475A9
(212,117,169)
#D781B0
(215,129,176)
#DA8DB7
(218,141,183)
#DD99BE
(221,153,190)
#E0A5C5
(224,165,197)
#E3B1CC
(227,177,204)
#E6BDD3
(230,189,211)
#E9C9DA
(233,201,218)
#ECD5E1
(236,213,225)
#EFE1E8
(239,225,232)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D475A9 color. Also use rgb(212,117,169) instead hex code.

Text Font Color

.myTextColor { color: #D475A9; }

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

This text font color is #D475A9.


Background Color

.myBgColor { background-color: #D475A9; }

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

This div background color is #D475A9.


Border color

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

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

This div border color is #D475A9.


Opacity

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

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

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

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

This text has shadow with #D475A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D475A9 on black background.


Color preview on white background

This text has color #D475A9 on white background.



Black color preview on #D475A9 background

This text has black color on #D475A9 background.


White color preview on #D475A9 background

This text has white color on #D475A9 background.