COLOR #D478B6

HEX: #D478B6
RGB: (212,120,182)

Color info

#D478B6 contains mainly red and blue colors. Web safe color of #D478B6 is #CC66CC (or #C6C).

RGB color model

#D478B6 color RGB value is (212,120,182).

  • red value is 212;
  • green value is 120;
  • blue value is 182.
RGB:
(212,120,182)
(83%,47%,71%)

RGB channels and saturation

R 212 of 255 = 83%
G 120 of 255 = 47%
B 182 of 255 = 71%

212
120
182

R + G + B ~ 67%. #D478B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 120 + 182 = 514 (100%)
R 212 of 514 ~ 41.25%
G 120 of 514 ~ 23.35%
B 182 of 514 ~ 35.41%

%41.25
%23.35
%35.41

CMYK color model

#D478B6 color CMYK value is (0,43,14,17).

  • cyan value is 0.00%
  • magenta value is 43.40%
  • yellow value is 14.15%
  • key color value is 16.86%
CMYK:
(0,43,14,17)
C0M43Y14K17 
(0%,43%,14%,17%)
(0.00/0.43/0.14/0.17)	

CMYK percentages

%0
%43.4
%14.15
%16.86

Codes

Color #D478B6 in popluar color models

D478B6
RGB212120182
HSL320°51.69%65.10%
HSB/HSV320°43.40%83.14%
CMYK0.00%43.40%14.15%
16.86%

Color #D478B6 in popluar number systems.

HEXD478B6
Decimal212120182
Binary11010100111100010110110
Octal324170266

Shades and tints

Shades of #D478B6

#D478B6
(212,120,182)
#C16EA6
(193,110,166)
#AE6496
(174,100,150)
#9B5A86
(155,90,134)
#885076
(136,80,118)
#754666
(117,70,102)
#623C56
(98,60,86)
#4F3246
(79,50,70)
#3C2836
(60,40,54)
#291E26
(41,30,38)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #D478B6

#D478B6
(212,120,182)
#D784BC
(215,132,188)
#DA90C2
(218,144,194)
#DD9CC8
(221,156,200)
#E0A8CE
(224,168,206)
#E3B4D4
(227,180,212)
#E6C0DA
(230,192,218)
#E9CCE0
(233,204,224)
#ECD8E6
(236,216,230)
#EFE4EC
(239,228,236)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D478B6 color. Also use rgb(212,120,182) instead hex code.

Text Font Color

.myTextColor { color: #D478B6; }

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

This text font color is #D478B6.


Background Color

.myBgColor { background-color: #D478B6; }

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

This div background color is #D478B6.


Border color

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

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

This div border color is #D478B6.


Opacity

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

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

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

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

This text has shadow with #D478B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D478B6 on black background.


Color preview on white background

This text has color #D478B6 on white background.



Black color preview on #D478B6 background

This text has black color on #D478B6 background.


White color preview on #D478B6 background

This text has white color on #D478B6 background.