COLOR #D479C0

HEX: #D479C0
RGB: (212,121,192)

Color info

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

RGB color model

#D479C0 color RGB value is (212,121,192).

  • red value is 212;
  • green value is 121;
  • blue value is 192.
RGB:
(212,121,192)
(83%,47%,75%)

RGB channels and saturation

R 212 of 255 = 83%
G 121 of 255 = 47%
B 192 of 255 = 75%

212
121
192

R + G + B ~ 68%. #D479C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 121 + 192 = 525 (100%)
R 212 of 525 ~ 40.38%
G 121 of 525 ~ 23.05%
B 192 of 525 ~ 36.57%

%40.38
%23.05
%36.57

CMYK color model

#D479C0 color CMYK value is (0,43,9,17).

  • cyan value is 0.00%
  • magenta value is 42.92%
  • yellow value is 9.43%
  • key color value is 16.86%
CMYK:
(0,43,9,17)
C0M43Y9K17 
(0%,43%,9%,17%)
(0.00/0.43/0.09/0.17)	

CMYK percentages

%0
%42.92
%9.43
%16.86

Codes

Color #D479C0 in popluar color models

D479C0
RGB212121192
HSL313°51.41%65.29%
HSB/HSV313°42.92%83.14%
CMYK0.00%42.92%9.43%
16.86%

Color #D479C0 in popluar number systems.

HEXD479C0
Decimal212121192
Binary11010100111100111000000
Octal324171300

Shades and tints

Shades of #D479C0

#D479C0
(212,121,192)
#C16EAF
(193,110,175)
#AE639E
(174,99,158)
#9B588D
(155,88,141)
#884D7C
(136,77,124)
#75426B
(117,66,107)
#62375A
(98,55,90)
#4F2C49
(79,44,73)
#3C2138
(60,33,56)
#291627
(41,22,39)
#160B16
(22,11,22)
#000000
(0,0,0)

Tints of #D479C0

#D479C0
(212,121,192)
#D785C5
(215,133,197)
#DA91CA
(218,145,202)
#DD9DCF
(221,157,207)
#E0A9D4
(224,169,212)
#E3B5D9
(227,181,217)
#E6C1DE
(230,193,222)
#E9CDE3
(233,205,227)
#ECD9E8
(236,217,232)
#EFE5ED
(239,229,237)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D479C0 color. Also use rgb(212,121,192) instead hex code.

Text Font Color

.myTextColor { color: #D479C0; }

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

This text font color is #D479C0.


Background Color

.myBgColor { background-color: #D479C0; }

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

This div background color is #D479C0.


Border color

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

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

This div border color is #D479C0.


Opacity

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

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

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

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

This text has shadow with #D479C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D479C0 on black background.


Color preview on white background

This text has color #D479C0 on white background.



Black color preview on #D479C0 background

This text has black color on #D479C0 background.


White color preview on #D479C0 background

This text has white color on #D479C0 background.