COLOR #D581B3

HEX: #D581B3
RGB: (213,129,179)

Color info

#D581B3 contains mainly red and blue colors. Web safe color of #D581B3 is #CC9999 (or #C99).

RGB color model

#D581B3 color RGB value is (213,129,179).

  • red value is 213;
  • green value is 129;
  • blue value is 179.
RGB:
(213,129,179)
(84%,51%,70%)

RGB channels and saturation

R 213 of 255 = 84%
G 129 of 255 = 51%
B 179 of 255 = 70%

213
129
179

R + G + B ~ 68%. #D581B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 129 + 179 = 521 (100%)
R 213 of 521 ~ 40.88%
G 129 of 521 ~ 24.76%
B 179 of 521 ~ 34.36%

%40.88
%24.76
%34.36

CMYK color model

#D581B3 color CMYK value is (0,39,16,16).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 15.96%
  • key color value is 16.47%
CMYK:
(0,39,16,16)
C0M39Y16K16 
(0%,39%,16%,16%)
(0.00/0.39/0.16/0.16)	

CMYK percentages

%0
%39.44
%15.96
%16.47

Codes

Color #D581B3 in popluar color models

D581B3
RGB213129179
HSL324°50.00%67.06%
HSB/HSV324°39.44%83.53%
CMYK0.00%39.44%15.96%
16.47%

Color #D581B3 in popluar number systems.

HEXD581B3
Decimal213129179
Binary110101011000000110110011
Octal325201263

Shades and tints

Shades of #D581B3

#D581B3
(213,129,179)
#C276A3
(194,118,163)
#AF6B93
(175,107,147)
#9C6083
(156,96,131)
#895573
(137,85,115)
#764A63
(118,74,99)
#633F53
(99,63,83)
#503443
(80,52,67)
#3D2933
(61,41,51)
#2A1E23
(42,30,35)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #D581B3

#D581B3
(213,129,179)
#D88CB9
(216,140,185)
#DB97BF
(219,151,191)
#DEA2C5
(222,162,197)
#E1ADCB
(225,173,203)
#E4B8D1
(228,184,209)
#E7C3D7
(231,195,215)
#EACEDD
(234,206,221)
#EDD9E3
(237,217,227)
#F0E4E9
(240,228,233)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D581B3 color. Also use rgb(213,129,179) instead hex code.

Text Font Color

.myTextColor { color: #D581B3; }

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

This text font color is #D581B3.


Background Color

.myBgColor { background-color: #D581B3; }

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

This div background color is #D581B3.


Border color

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

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

This div border color is #D581B3.


Opacity

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

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

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

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

This text has shadow with #D581B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D581B3 on black background.


Color preview on white background

This text has color #D581B3 on white background.



Black color preview on #D581B3 background

This text has black color on #D581B3 background.


White color preview on #D581B3 background

This text has white color on #D581B3 background.