COLOR #D527B9

HEX: #D527B9
RGB: (213,39,185)

Color info

#D527B9 contains mainly red and blue colors. Web safe color of #D527B9 is #CC33CC (or #C3C).

RGB color model

#D527B9 color RGB value is (213,39,185).

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

RGB channels and saturation

R 213 of 255 = 84%
G 39 of 255 = 15%
B 185 of 255 = 73%

213
39
185

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

Portions of RGB colors in percentages

R + G + B =
213 + 39 + 185 = 437 (100%)
R 213 of 437 ~ 48.74%
G 39 of 437 ~ 8.92%
B 185 of 437 ~ 42.33%

%48.74
%42.33

CMYK color model

#D527B9 color CMYK value is (0,82,13,16).

  • cyan value is 0.00%
  • magenta value is 81.69%
  • yellow value is 13.15%
  • key color value is 16.47%
CMYK:
(0,82,13,16)
C0M82Y13K16 
(0%,82%,13%,16%)
(0.00/0.82/0.13/0.16)	

CMYK percentages

%0
%81.69
%13.15
%16.47

Codes

Color #D527B9 in popluar color models

D527B9
RGB21339185
HSL310°69.05%49.41%
HSB/HSV310°81.69%83.53%
CMYK0.00%81.69%13.15%
16.47%

Color #D527B9 in popluar number systems.

HEXD527B9
Decimal21339185
Binary1101010110011110111001
Octal32547271

Shades and tints

Shades of #D527B9

#D527B9
(213,39,185)
#C224A9
(194,36,169)
#AF2199
(175,33,153)
#9C1E89
(156,30,137)
#891B79
(137,27,121)
#761869
(118,24,105)
#631559
(99,21,89)
#501249
(80,18,73)
#3D0F39
(61,15,57)
#2A0C29
(42,12,41)
#170919
(23,9,25)
#000000
(0,0,0)

Tints of #D527B9

#D527B9
(213,39,185)
#D83ABF
(216,58,191)
#DB4DC5
(219,77,197)
#DE60CB
(222,96,203)
#E173D1
(225,115,209)
#E486D7
(228,134,215)
#E799DD
(231,153,221)
#EAACE3
(234,172,227)
#EDBFE9
(237,191,233)
#F0D2EF
(240,210,239)
#F3E5F5
(243,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D527B9; }

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

This text font color is #D527B9.


Background Color

.myBgColor { background-color: #D527B9; }

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

This div background color is #D527B9.


Border color

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

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

This div border color is #D527B9.


Opacity

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

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

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

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

This text has shadow with #D527B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D527B9 on black background.


Color preview on white background

This text has color #D527B9 on white background.



Black color preview on #D527B9 background

This text has black color on #D527B9 background.


White color preview on #D527B9 background

This text has white color on #D527B9 background.