COLOR #D59BE6

HEX: #D59BE6 RGB: (213,155,230)

Color info

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

RGB color model

#D59BE6 color RGB value is (213,155,230).

RGB: (213,155,230) (84%, 61%, 90%)

RGB channels and saturation

R 213 of 255 = 84%
G 155 of 255 = 61%
B 230 of 255 = 90%

213
155
230

R + G + B ~ 78%. #D59BE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 155 + 230 = 598 (100%)
R 213 of 598 ~ 35.62%
G 155 of 598 ~ 25.92%
B 230 of 598 ~ 38.46'%

%35.62
%25.92
%38.46

CMYK color model

#D59BE6 color CMYK value is (7,33,0,10).

  • cyan value is 7.39%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (7,33,0,10)
C7M33Y0K10 (7%, 33%, 0%, 10%)
(0.07 / 0.33 / 0.00 / 0.10)

CMYK percentages

%7.39
%32.61
%0
%9.8

Codes

Color #D59BE6 in popluar color models

D5 9B E6
RGB 213 155 230
HSL 286° 60.00% 75.49%
HSB/HSV 286° 32.61% 90.20%
CMYK 7.39% 32.61% 0.00%
9.80%

Color #D59BE6 in popluar number systems.

HEX D5 9B E6
Decimal 213 155 230
Binary 11010101 10011011 11100110
Octal 325 233 346

Shades and tints

Shades of #D59BE6

#D59BE6
(213,155,230)
#C28DD2
(194,141,210)
#AF7FBE
(175,127,190)
#9C71AA
(156,113,170)
#896396
(137,99,150)
#765582
(118,85,130)
#63476E
(99,71,110)
#50395A
(80,57,90)
#3D2B46
(61,43,70)
#2A1D32
(42,29,50)
#170F1E
(23,15,30)
#000000
(0,0,0)

Tints of #D59BE6

#D59BE6
(213,155,230)
#D8A4E8
(216,164,232)
#DBADEA
(219,173,234)
#DEB6EC
(222,182,236)
#E1BFEE
(225,191,238)
#E4C8F0
(228,200,240)
#E7D1F2
(231,209,242)
#EADAF4
(234,218,244)
#EDE3F6
(237,227,246)
#F0ECF8
(240,236,248)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59BE6; }

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

This text font color is #D59BE6.

Background Color

.myBgColor { background-color: #D59BE6; }

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

This div background color is #D59BE6.

Border color

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

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

This div border color is #D59BE6.

Opacity

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

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

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

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

This text has shadow with #D59BE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59BE6.

Preview

Color preview on black background

This text has color #D59BE6 on black background.


Color preview on white background

This text has color #D59BE6 on white background.


Black color preview on #D59BE6 background

This text has black color on #D59BE6 background.


White color preview on #D59BE6 background

This text has white color on #D59BE6 background.


Related colors

Complementary color

Complementary color for #hex is #2A6419.


I love getcolorcode.com

Triadic colors

1 #E6D59B and #9BE6D5 with #D59BE6 are triadic colors.

2 #E69BD5 and #9BD5E6 with #D59BE6 are triadic colors.