COLOR #D478CD

HEX: #D478CD
RGB: (212,120,205)

Color info

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

RGB color model

#D478CD color RGB value is (212,120,205).

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

RGB channels and saturation

R 212 of 255 = 83%
G 120 of 255 = 47%
B 205 of 255 = 80%

212
120
205

R + G + B ~ 70%. #D478CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 120 + 205 = 537 (100%)
R 212 of 537 ~ 39.48%
G 120 of 537 ~ 22.35%
B 205 of 537 ~ 38.18%

%39.48
%22.35
%38.18

CMYK color model

#D478CD color CMYK value is (0,43,3,17).

  • cyan value is 0.00%
  • magenta value is 43.40%
  • yellow value is 3.30%
  • key color value is 16.86%
CMYK:
(0,43,3,17)
C0M43Y3K17 
(0%,43%,3%,17%)
(0.00/0.43/0.03/0.17)	

CMYK percentages

%0
%43.4
%3.3
%16.86

Codes

Color #D478CD in popluar color models

D478CD
RGB212120205
HSL305°51.69%65.10%
HSB/HSV305°43.40%83.14%
CMYK0.00%43.40%3.30%
16.86%

Color #D478CD in popluar number systems.

HEXD478CD
Decimal212120205
Binary11010100111100011001101
Octal324170315

Shades and tints

Shades of #D478CD

#D478CD
(212,120,205)
#C16EBB
(193,110,187)
#AE64A9
(174,100,169)
#9B5A97
(155,90,151)
#885085
(136,80,133)
#754673
(117,70,115)
#623C61
(98,60,97)
#4F324F
(79,50,79)
#3C283D
(60,40,61)
#291E2B
(41,30,43)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #D478CD

#D478CD
(212,120,205)
#D784D1
(215,132,209)
#DA90D5
(218,144,213)
#DD9CD9
(221,156,217)
#E0A8DD
(224,168,221)
#E3B4E1
(227,180,225)
#E6C0E5
(230,192,229)
#E9CCE9
(233,204,233)
#ECD8ED
(236,216,237)
#EFE4F1
(239,228,241)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D478CD; }

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

This text font color is #D478CD.


Background Color

.myBgColor { background-color: #D478CD; }

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

This div background color is #D478CD.


Border color

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

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

This div border color is #D478CD.


Opacity

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

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

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

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

This text has shadow with #D478CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D478CD on black background.


Color preview on white background

This text has color #D478CD on white background.



Black color preview on #D478CD background

This text has black color on #D478CD background.


White color preview on #D478CD background

This text has white color on #D478CD background.