COLOR #D5679F

HEX: #D5679F
RGB: (213,103,159)

Color info

#D5679F contains mainly red and blue colors. Web safe color of #D5679F is #CC6699 (or #C69).

RGB color model

#D5679F color RGB value is (213,103,159).

  • red value is 213;
  • green value is 103;
  • blue value is 159.
RGB:
(213,103,159)
(84%,40%,62%)

RGB channels and saturation

R 213 of 255 = 84%
G 103 of 255 = 40%
B 159 of 255 = 62%

213
103
159

R + G + B ~ 62%. #D5679F is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 103 + 159 = 475 (100%)
R 213 of 475 ~ 44.84%
G 103 of 475 ~ 21.68%
B 159 of 475 ~ 33.47%

%44.84
%21.68
%33.47

CMYK color model

#D5679F color CMYK value is (0,52,25,16).

  • cyan value is 0.00%
  • magenta value is 51.64%
  • yellow value is 25.35%
  • key color value is 16.47%
CMYK:
(0,52,25,16)
C0M52Y25K16 
(0%,52%,25%,16%)
(0.00/0.52/0.25/0.16)	

CMYK percentages

%0
%51.64
%25.35
%16.47

Codes

Color #D5679F in popluar color models

D5679F
RGB213103159
HSL329°56.70%61.96%
HSB/HSV329°51.64%83.53%
CMYK0.00%51.64%25.35%
16.47%

Color #D5679F in popluar number systems.

HEXD5679F
Decimal213103159
Binary11010101110011110011111
Octal325147237

Shades and tints

Shades of #D5679F

#D5679F
(213,103,159)
#C25E91
(194,94,145)
#AF5583
(175,85,131)
#9C4C75
(156,76,117)
#894367
(137,67,103)
#763A59
(118,58,89)
#63314B
(99,49,75)
#50283D
(80,40,61)
#3D1F2F
(61,31,47)
#2A1621
(42,22,33)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #D5679F

#D5679F
(213,103,159)
#D874A7
(216,116,167)
#DB81AF
(219,129,175)
#DE8EB7
(222,142,183)
#E19BBF
(225,155,191)
#E4A8C7
(228,168,199)
#E7B5CF
(231,181,207)
#EAC2D7
(234,194,215)
#EDCFDF
(237,207,223)
#F0DCE7
(240,220,231)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5679F color. Also use rgb(213,103,159) instead hex code.

Text Font Color

.myTextColor { color: #D5679F; }

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

This text font color is #D5679F.


Background Color

.myBgColor { background-color: #D5679F; }

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

This div background color is #D5679F.


Border color

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

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

This div border color is #D5679F.


Opacity

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

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

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

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

This text has shadow with #D5679F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5679F on black background.


Color preview on white background

This text has color #D5679F on white background.



Black color preview on #D5679F background

This text has black color on #D5679F background.


White color preview on #D5679F background

This text has white color on #D5679F background.