COLOR #D59BDE

HEX: #D59BDE RGB: (213,155,222)

Color info

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

RGB color model

#D59BDE color RGB value is (213,155,222).

RGB: (213,155,222) (84%, 61%, 87%)

RGB channels and saturation

R 213 of 255 = 84%
G 155 of 255 = 61%
B 222 of 255 = 87%

213
155
222

R + G + B ~ 77%. #D59BDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 155 + 222 = 590 (100%)
R 213 of 590 ~ 36.1%
G 155 of 590 ~ 26.27%
B 222 of 590 ~ 37.63'%

%36.1
%26.27
%37.63

CMYK color model

#D59BDE color CMYK value is (4,30,0,13).

  • cyan value is 4.05%
  • magenta value is 30.18%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (4,30,0,13) C4M30Y0K13 (4%,30%,0%,13%) (0.04/0.30/0.00/0.13) 

CMYK percentages

%4.05
%30.18
%0
%12.94

Codes

Color #D59BDE in popluar color models

D5 9B DE
RGB 213 155 222
HSL 292° 50.38% 73.92%
HSB/HSV 292° 30.18% 87.06%
CMYK 4.05% 30.18% 0.00%
12.94%

Color #D59BDE in popluar number systems.

HEX D5 9B DE
Decimal 213 155 222
Binary 11010101 10011011 11011110
Octal 325 233 336

Shades and tints

Shades of #D59BDE

#D59BDE
(213,155,222)
#C28DCA
(194,141,202)
#AF7FB6
(175,127,182)
#9C71A2
(156,113,162)
#89638E
(137,99,142)
#76557A
(118,85,122)
#634766
(99,71,102)
#503952
(80,57,82)
#3D2B3E
(61,43,62)
#2A1D2A
(42,29,42)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #D59BDE

#D59BDE
(213,155,222)
#D8A4E1
(216,164,225)
#DBADE4
(219,173,228)
#DEB6E7
(222,182,231)
#E1BFEA
(225,191,234)
#E4C8ED
(228,200,237)
#E7D1F0
(231,209,240)
#EADAF3
(234,218,243)
#EDE3F6
(237,227,246)
#F0ECF9
(240,236,249)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59BDE; }

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

This text font color is #D59BDE.

Background Color

.myBgColor { background-color: #D59BDE; }

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

This div background color is #D59BDE.

Border color

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

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

This div border color is #D59BDE.

Opacity

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

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

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

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

This text has shadow with #D59BDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59BDE.

Preview

Color preview on black background

This text has color #D59BDE on black background.


Color preview on white background

This text has color #D59BDE on white background.


Black color preview on #D59BDE background

This text has black color on #D59BDE background.


White color preview on #D59BDE background

This text has white color on #D59BDE background.


Related colors

Complementary color

Complementary color for #hex is #2A6421.


I love getcolorcode.com

Triadic colors

1 #DED59B and #9BDED5 with #D59BDE are triadic colors.

2 #DE9BD5 and #9BD5DE with #D59BDE are triadic colors.