COLOR #D5519E

HEX: #D5519E RGB: (213,81,158)

Color info

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

RGB color model

#D5519E color RGB value is (213,81,158).

RGB: (213,81,158) (84%, 32%, 62%)

RGB channels and saturation

R 213 of 255 = 84%
G 81 of 255 = 32%
B 158 of 255 = 62%

213
81
158

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

Portions of RGB colors in percentages

R + G + B = 213 + 81 + 158 = 452 (100%)
R 213 of 452 ~ 47.12%
G 81 of 452 ~ 17.92%
B 158 of 452 ~ 34.96'%

%47.12
%17.92
%34.96

CMYK color model

#D5519E color CMYK value is (0,62,26,16).

  • cyan value is 0.00%
  • magenta value is 61.97%
  • yellow value is 25.82%
  • key color value is 16.47%

CMYK: (0,62,26,16)
C0M62Y26K16 (0%, 62%, 26%, 16%)
(0.00 / 0.62 / 0.26 / 0.16)

CMYK percentages

%0
%61.97
%25.82
%16.47

Codes

Color #D5519E in popluar color models

D5 51 9E
RGB 213 81 158
HSL 325° 61.11% 57.65%
HSB/HSV 325° 61.97% 83.53%
CMYK 0.00% 61.97% 25.82%
16.47%

Color #D5519E in popluar number systems.

HEX D5 51 9E
Decimal 213 81 158
Binary 11010101 1010001 10011110
Octal 325 121 236

Shades and tints

Shades of #D5519E

#D5519E
(213,81,158)
#C24A90
(194,74,144)
#AF4382
(175,67,130)
#9C3C74
(156,60,116)
#893566
(137,53,102)
#762E58
(118,46,88)
#63274A
(99,39,74)
#50203C
(80,32,60)
#3D192E
(61,25,46)
#2A1220
(42,18,32)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #D5519E

#D5519E
(213,81,158)
#D860A6
(216,96,166)
#DB6FAE
(219,111,174)
#DE7EB6
(222,126,182)
#E18DBE
(225,141,190)
#E49CC6
(228,156,198)
#E7ABCE
(231,171,206)
#EABAD6
(234,186,214)
#EDC9DE
(237,201,222)
#F0D8E6
(240,216,230)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5519E color. Also use rgb(213,81,158) instead hex code.

Text Font Color

.myTextColor { color: #D5519E; }

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

This text font color is #D5519E.

Background Color

.myBgColor { background-color: #D5519E; }

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

This div background color is #D5519E.

Border color

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

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

This div border color is #D5519E.

Opacity

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

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

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

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

This text has shadow with #D5519E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5519E.

Preview

Color preview on black background

This text has color #D5519E on black background.


Color preview on white background

This text has color #D5519E on white background.


Black color preview on #D5519E background

This text has black color on #D5519E background.


White color preview on #D5519E background

This text has white color on #D5519E background.


Related colors

Complementary color

Complementary color for #hex is #2AAE61.


I love getcolorcode.com

Triadic colors

1 #9ED551 and #519ED5 with #D5519E are triadic colors.

2 #9E51D5 and #51D59E with #D5519E are triadic colors.