COLOR #D579B9

HEX: #D579B9
RGB: (213,121,185)

Color info

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

RGB color model

#D579B9 color RGB value is (213,121,185).

  • red value is 213;
  • green value is 121;
  • blue value is 185.
RGB:
(213,121,185)
(84%,47%,73%)

RGB channels and saturation

R 213 of 255 = 84%
G 121 of 255 = 47%
B 185 of 255 = 73%

213
121
185

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

Portions of RGB colors in percentages

R + G + B =
213 + 121 + 185 = 519 (100%)
R 213 of 519 ~ 41.04%
G 121 of 519 ~ 23.31%
B 185 of 519 ~ 35.65%

%41.04
%23.31
%35.65

CMYK color model

#D579B9 color CMYK value is (0,43,13,16).

  • cyan value is 0.00%
  • magenta value is 43.19%
  • yellow value is 13.15%
  • key color value is 16.47%
CMYK:
(0,43,13,16)
C0M43Y13K16 
(0%,43%,13%,16%)
(0.00/0.43/0.13/0.16)	

CMYK percentages

%0
%43.19
%13.15
%16.47

Codes

Color #D579B9 in popluar color models

D579B9
RGB213121185
HSL318°52.27%65.49%
HSB/HSV318°43.19%83.53%
CMYK0.00%43.19%13.15%
16.47%

Color #D579B9 in popluar number systems.

HEXD579B9
Decimal213121185
Binary11010101111100110111001
Octal325171271

Shades and tints

Shades of #D579B9

#D579B9
(213,121,185)
#C26EA9
(194,110,169)
#AF6399
(175,99,153)
#9C5889
(156,88,137)
#894D79
(137,77,121)
#764269
(118,66,105)
#633759
(99,55,89)
#502C49
(80,44,73)
#3D2139
(61,33,57)
#2A1629
(42,22,41)
#170B19
(23,11,25)
#000000
(0,0,0)

Tints of #D579B9

#D579B9
(213,121,185)
#D885BF
(216,133,191)
#DB91C5
(219,145,197)
#DE9DCB
(222,157,203)
#E1A9D1
(225,169,209)
#E4B5D7
(228,181,215)
#E7C1DD
(231,193,221)
#EACDE3
(234,205,227)
#EDD9E9
(237,217,233)
#F0E5EF
(240,229,239)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D579B9 color. Also use rgb(213,121,185) instead hex code.

Text Font Color

.myTextColor { color: #D579B9; }

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

This text font color is #D579B9.


Background Color

.myBgColor { background-color: #D579B9; }

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

This div background color is #D579B9.


Border color

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

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

This div border color is #D579B9.


Opacity

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

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

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

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

This text has shadow with #D579B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D579B9 on black background.


Color preview on white background

This text has color #D579B9 on white background.



Black color preview on #D579B9 background

This text has black color on #D579B9 background.


White color preview on #D579B9 background

This text has white color on #D579B9 background.