COLOR #D5559F

HEX: #D5559F
RGB: (213,85,159)

Color info

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

RGB color model

#D5559F color RGB value is (213,85,159).

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

RGB channels and saturation

R 213 of 255 = 84%
G 85 of 255 = 33%
B 159 of 255 = 62%

213
85
159

R + G + B ~ 60%. #D5559F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
213 + 85 + 159 = 457 (100%)
R 213 of 457 ~ 46.61%
G 85 of 457 ~ 18.6%
B 159 of 457 ~ 34.79%

%46.61
%18.6
%34.79

CMYK color model

#D5559F color CMYK value is (0,60,25,16).

  • cyan value is 0.00%
  • magenta value is 60.09%
  • yellow value is 25.35%
  • key color value is 16.47%
CMYK:
(0,60,25,16)
C0M60Y25K16 
(0%,60%,25%,16%)
(0.00/0.60/0.25/0.16)	

CMYK percentages

%0
%60.09
%25.35
%16.47

Codes

Color #D5559F in popluar color models

D5559F
RGB21385159
HSL325°60.38%58.43%
HSB/HSV325°60.09%83.53%
CMYK0.00%60.09%25.35%
16.47%

Color #D5559F in popluar number systems.

HEXD5559F
Decimal21385159
Binary11010101101010110011111
Octal325125237

Shades and tints

Shades of #D5559F

#D5559F
(213,85,159)
#C24E91
(194,78,145)
#AF4783
(175,71,131)
#9C4075
(156,64,117)
#893967
(137,57,103)
#763259
(118,50,89)
#632B4B
(99,43,75)
#50243D
(80,36,61)
#3D1D2F
(61,29,47)
#2A1621
(42,22,33)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #D5559F

#D5559F
(213,85,159)
#D864A7
(216,100,167)
#DB73AF
(219,115,175)
#DE82B7
(222,130,183)
#E191BF
(225,145,191)
#E4A0C7
(228,160,199)
#E7AFCF
(231,175,207)
#EABED7
(234,190,215)
#EDCDDF
(237,205,223)
#F0DCE7
(240,220,231)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5559F; }

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

This text font color is #D5559F.


Background Color

.myBgColor { background-color: #D5559F; }

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

This div background color is #D5559F.


Border color

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

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

This div border color is #D5559F.


Opacity

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

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

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

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

This text has shadow with #D5559F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5559F on black background.


Color preview on white background

This text has color #D5559F on white background.



Black color preview on #D5559F background

This text has black color on #D5559F background.


White color preview on #D5559F background

This text has white color on #D5559F background.