COLOR #D474B2

HEX: #D474B2
RGB: (212,116,178)

Color info

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

RGB color model

#D474B2 color RGB value is (212,116,178).

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

RGB channels and saturation

R 212 of 255 = 83%
G 116 of 255 = 45%
B 178 of 255 = 70%

212
116
178

R + G + B ~ 66%. #D474B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 116 + 178 = 506 (100%)
R 212 of 506 ~ 41.9%
G 116 of 506 ~ 22.92%
B 178 of 506 ~ 35.18%

%41.9
%22.92
%35.18

CMYK color model

#D474B2 color CMYK value is (0,45,16,17).

  • cyan value is 0.00%
  • magenta value is 45.28%
  • yellow value is 16.04%
  • key color value is 16.86%
CMYK:
(0,45,16,17)
C0M45Y16K17 
(0%,45%,16%,17%)
(0.00/0.45/0.16/0.17)	

CMYK percentages

%0
%45.28
%16.04
%16.86

Codes

Color #D474B2 in popluar color models

D474B2
RGB212116178
HSL321°52.75%64.31%
HSB/HSV321°45.28%83.14%
CMYK0.00%45.28%16.04%
16.86%

Color #D474B2 in popluar number systems.

HEXD474B2
Decimal212116178
Binary11010100111010010110010
Octal324164262

Shades and tints

Shades of #D474B2

#D474B2
(212,116,178)
#C16AA2
(193,106,162)
#AE6092
(174,96,146)
#9B5682
(155,86,130)
#884C72
(136,76,114)
#754262
(117,66,98)
#623852
(98,56,82)
#4F2E42
(79,46,66)
#3C2432
(60,36,50)
#291A22
(41,26,34)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #D474B2

#D474B2
(212,116,178)
#D780B9
(215,128,185)
#DA8CC0
(218,140,192)
#DD98C7
(221,152,199)
#E0A4CE
(224,164,206)
#E3B0D5
(227,176,213)
#E6BCDC
(230,188,220)
#E9C8E3
(233,200,227)
#ECD4EA
(236,212,234)
#EFE0F1
(239,224,241)
#F2ECF8
(242,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D474B2; }

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

This text font color is #D474B2.


Background Color

.myBgColor { background-color: #D474B2; }

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

This div background color is #D474B2.


Border color

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

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

This div border color is #D474B2.


Opacity

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

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

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

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

This text has shadow with #D474B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D474B2 on black background.


Color preview on white background

This text has color #D474B2 on white background.



Black color preview on #D474B2 background

This text has black color on #D474B2 background.


White color preview on #D474B2 background

This text has white color on #D474B2 background.