COLOR #D59BD7

HEX: #D59BD7
RGB: (213,155,215)

Color info

#D59BD7 contains mainly red and blue colors. Web safe color of #D59BD7 is #CC99CC (or #C9C).

RGB color model

#D59BD7 color RGB value is (213,155,215).

  • red value is 213;
  • green value is 155;
  • blue value is 215.
RGB:
(213,155,215)
(84%,61%,84%)

RGB channels and saturation

R 213 of 255 = 84%
G 155 of 255 = 61%
B 215 of 255 = 84%

213
155
215

R + G + B ~ 76%. #D59BD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 155 + 215 = 583 (100%)
R 213 of 583 ~ 36.54%
G 155 of 583 ~ 26.59%
B 215 of 583 ~ 36.88%

%36.54
%26.59
%36.88

CMYK color model

#D59BD7 color CMYK value is (1,28,0,16).

  • cyan value is 0.93%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(1,28,0,16)
C1M28Y0K16 
(1%,28%,0%,16%)
(0.01/0.28/0.00/0.16)	

CMYK percentages

%0.93
%27.91
%0
%15.69

Codes

Color #D59BD7 in popluar color models

D59BD7
RGB213155215
HSL298°42.86%72.55%
HSB/HSV298°27.91%84.31%
CMYK0.93%27.91%0.00%
15.69%

Color #D59BD7 in popluar number systems.

HEXD59BD7
Decimal213155215
Binary110101011001101111010111
Octal325233327

Shades and tints

Shades of #D59BD7

#D59BD7
(213,155,215)
#C28DC4
(194,141,196)
#AF7FB1
(175,127,177)
#9C719E
(156,113,158)
#89638B
(137,99,139)
#765578
(118,85,120)
#634765
(99,71,101)
#503952
(80,57,82)
#3D2B3F
(61,43,63)
#2A1D2C
(42,29,44)
#170F19
(23,15,25)
#000000
(0,0,0)

Tints of #D59BD7

#D59BD7
(213,155,215)
#D8A4DA
(216,164,218)
#DBADDD
(219,173,221)
#DEB6E0
(222,182,224)
#E1BFE3
(225,191,227)
#E4C8E6
(228,200,230)
#E7D1E9
(231,209,233)
#EADAEC
(234,218,236)
#EDE3EF
(237,227,239)
#F0ECF2
(240,236,242)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59BD7 color. Also use rgb(213,155,215) instead hex code.

Text Font Color

.myTextColor { color: #D59BD7; }

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

This text font color is #D59BD7.


Background Color

.myBgColor { background-color: #D59BD7; }

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

This div background color is #D59BD7.


Border color

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

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

This div border color is #D59BD7.


Opacity

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

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

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

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

This text has shadow with #D59BD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59BD7 on black background.


Color preview on white background

This text has color #D59BD7 on white background.



Black color preview on #D59BD7 background

This text has black color on #D59BD7 background.


White color preview on #D59BD7 background

This text has white color on #D59BD7 background.