COLOR #D478CF

HEX: #D478CF
RGB: (212,120,207)

Color info

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

RGB color model

#D478CF color RGB value is (212,120,207).

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

RGB channels and saturation

R 212 of 255 = 83%
G 120 of 255 = 47%
B 207 of 255 = 81%

212
120
207

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

Portions of RGB colors in percentages

R + G + B =
212 + 120 + 207 = 539 (100%)
R 212 of 539 ~ 39.33%
G 120 of 539 ~ 22.26%
B 207 of 539 ~ 38.4%

%39.33
%22.26
%38.4

CMYK color model

#D478CF color CMYK value is (0,43,2,17).

  • cyan value is 0.00%
  • magenta value is 43.40%
  • yellow value is 2.36%
  • key color value is 16.86%
CMYK:
(0,43,2,17)
C0M43Y2K17 
(0%,43%,2%,17%)
(0.00/0.43/0.02/0.17)	

CMYK percentages

%0
%43.4
%2.36
%16.86

Codes

Color #D478CF in popluar color models

D478CF
RGB212120207
HSL303°51.69%65.10%
HSB/HSV303°43.40%83.14%
CMYK0.00%43.40%2.36%
16.86%

Color #D478CF in popluar number systems.

HEXD478CF
Decimal212120207
Binary11010100111100011001111
Octal324170317

Shades and tints

Shades of #D478CF

#D478CF
(212,120,207)
#C16EBD
(193,110,189)
#AE64AB
(174,100,171)
#9B5A99
(155,90,153)
#885087
(136,80,135)
#754675
(117,70,117)
#623C63
(98,60,99)
#4F3251
(79,50,81)
#3C283F
(60,40,63)
#291E2D
(41,30,45)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #D478CF

#D478CF
(212,120,207)
#D784D3
(215,132,211)
#DA90D7
(218,144,215)
#DD9CDB
(221,156,219)
#E0A8DF
(224,168,223)
#E3B4E3
(227,180,227)
#E6C0E7
(230,192,231)
#E9CCEB
(233,204,235)
#ECD8EF
(236,216,239)
#EFE4F3
(239,228,243)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D478CF; }

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

This text font color is #D478CF.


Background Color

.myBgColor { background-color: #D478CF; }

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

This div background color is #D478CF.


Border color

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

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

This div border color is #D478CF.


Opacity

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

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

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

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

This text has shadow with #D478CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D478CF on black background.


Color preview on white background

This text has color #D478CF on white background.



Black color preview on #D478CF background

This text has black color on #D478CF background.


White color preview on #D478CF background

This text has white color on #D478CF background.