COLOR #D5619F

HEX: #D5619F
RGB: (213,97,159)

Color info

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

RGB color model

#D5619F color RGB value is (213,97,159).

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

RGB channels and saturation

R 213 of 255 = 84%
G 97 of 255 = 38%
B 159 of 255 = 62%

213
97
159

R + G + B ~ 61%. #D5619F is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 97 + 159 = 469 (100%)
R 213 of 469 ~ 45.42%
G 97 of 469 ~ 20.68%
B 159 of 469 ~ 33.9%

%45.42
%20.68
%33.9

CMYK color model

#D5619F color CMYK value is (0,54,25,16).

  • cyan value is 0.00%
  • magenta value is 54.46%
  • yellow value is 25.35%
  • key color value is 16.47%
CMYK:
(0,54,25,16)
C0M54Y25K16 
(0%,54%,25%,16%)
(0.00/0.54/0.25/0.16)	

CMYK percentages

%0
%54.46
%25.35
%16.47

Codes

Color #D5619F in popluar color models

D5619F
RGB21397159
HSL328°58.00%60.78%
HSB/HSV328°54.46%83.53%
CMYK0.00%54.46%25.35%
16.47%

Color #D5619F in popluar number systems.

HEXD5619F
Decimal21397159
Binary11010101110000110011111
Octal325141237

Shades and tints

Shades of #D5619F

#D5619F
(213,97,159)
#C25991
(194,89,145)
#AF5183
(175,81,131)
#9C4975
(156,73,117)
#894167
(137,65,103)
#763959
(118,57,89)
#63314B
(99,49,75)
#50293D
(80,41,61)
#3D212F
(61,33,47)
#2A1921
(42,25,33)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #D5619F

#D5619F
(213,97,159)
#D86FA7
(216,111,167)
#DB7DAF
(219,125,175)
#DE8BB7
(222,139,183)
#E199BF
(225,153,191)
#E4A7C7
(228,167,199)
#E7B5CF
(231,181,207)
#EAC3D7
(234,195,215)
#EDD1DF
(237,209,223)
#F0DFE7
(240,223,231)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5619F; }

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

This text font color is #D5619F.


Background Color

.myBgColor { background-color: #D5619F; }

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

This div background color is #D5619F.


Border color

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

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

This div border color is #D5619F.


Opacity

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

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

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

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

This text has shadow with #D5619F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5619F on black background.


Color preview on white background

This text has color #D5619F on white background.



Black color preview on #D5619F background

This text has black color on #D5619F background.


White color preview on #D5619F background

This text has white color on #D5619F background.