COLOR #D479B5

HEX: #D479B5 RGB: (212,121,181)

Color info

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

RGB color model

#D479B5 color RGB value is (212,121,181).

RGB: (212,121,181) (83%, 47%, 71%)

RGB channels and saturation

R 212 of 255 = 83%
G 121 of 255 = 47%
B 181 of 255 = 71%

212
121
181

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

Portions of RGB colors in percentages

R + G + B = 212 + 121 + 181 = 514 (100%)
R 212 of 514 ~ 41.25%
G 121 of 514 ~ 23.54%
B 181 of 514 ~ 35.21'%

%41.25
%23.54
%35.21

CMYK color model

#D479B5 color CMYK value is (0,43,15,17).

  • cyan value is 0.00%
  • magenta value is 42.92%
  • yellow value is 14.62%
  • key color value is 16.86%
CMYK: (0,43,15,17) C0M43Y15K17 (0%,43%,15%,17%) (0.00/0.43/0.15/0.17) 

CMYK percentages

%0
%42.92
%14.62
%16.86

Codes

Color #D479B5 in popluar color models

D4 79 B5
RGB 212 121 181
HSL 320° 51.41% 65.29%
HSB/HSV 320° 42.92% 83.14%
CMYK 0.00% 42.92% 14.62%
16.86%

Color #D479B5 in popluar number systems.

HEX D4 79 B5
Decimal 212 121 181
Binary 11010100 1111001 10110101
Octal 324 171 265

Shades and tints

Shades of #D479B5

#D479B5
(212,121,181)
#C16EA5
(193,110,165)
#AE6395
(174,99,149)
#9B5885
(155,88,133)
#884D75
(136,77,117)
#754265
(117,66,101)
#623755
(98,55,85)
#4F2C45
(79,44,69)
#3C2135
(60,33,53)
#291625
(41,22,37)
#160B15
(22,11,21)
#000000
(0,0,0)

Tints of #D479B5

#D479B5
(212,121,181)
#D785BB
(215,133,187)
#DA91C1
(218,145,193)
#DD9DC7
(221,157,199)
#E0A9CD
(224,169,205)
#E3B5D3
(227,181,211)
#E6C1D9
(230,193,217)
#E9CDDF
(233,205,223)
#ECD9E5
(236,217,229)
#EFE5EB
(239,229,235)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D479B5; }

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

This text font color is #D479B5.

Background Color

.myBgColor { background-color: #D479B5; }

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

This div background color is #D479B5.

Border color

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

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

This div border color is #D479B5.

Opacity

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

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

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

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

This text has shadow with #D479B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D479B5.

Preview

Color preview on black background

This text has color #D479B5 on black background.


Color preview on white background

This text has color #D479B5 on white background.


Black color preview on #D479B5 background

This text has black color on #D479B5 background.


White color preview on #D479B5 background

This text has white color on #D479B5 background.


Related colors

Complementary color

Complementary color for #hex is #2B864A.


I love getcolorcode.com

Triadic colors

1 #B5D479 and #79B5D4 with #D479B5 are triadic colors.

2 #B579D4 and #79D4B5 with #D479B5 are triadic colors.