COLOR #D59BE4

HEX: #D59BE4
RGB: (213,155,228)

Color info

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

RGB color model

#D59BE4 color RGB value is (213,155,228).

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

RGB channels and saturation

R 213 of 255 = 84%
G 155 of 255 = 61%
B 228 of 255 = 89%

213
155
228

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

Portions of RGB colors in percentages

R + G + B =
213 + 155 + 228 = 596 (100%)
R 213 of 596 ~ 35.74%
G 155 of 596 ~ 26.01%
B 228 of 596 ~ 38.26%

%35.74
%26.01
%38.26

CMYK color model

#D59BE4 color CMYK value is (7,32,0,11).

  • cyan value is 6.58%
  • magenta value is 32.02%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(7,32,0,11)
C7M32Y0K11 
(7%,32%,0%,11%)
(0.07/0.32/0.00/0.11)	

CMYK percentages

%6.58
%32.02
%0
%10.59

Codes

Color #D59BE4 in popluar color models

D59BE4
RGB213155228
HSL288°57.48%75.10%
HSB/HSV288°32.02%89.41%
CMYK6.58%32.02%0.00%
10.59%

Color #D59BE4 in popluar number systems.

HEXD59BE4
Decimal213155228
Binary110101011001101111100100
Octal325233344

Shades and tints

Shades of #D59BE4

#D59BE4
(213,155,228)
#C28DD0
(194,141,208)
#AF7FBC
(175,127,188)
#9C71A8
(156,113,168)
#896394
(137,99,148)
#765580
(118,85,128)
#63476C
(99,71,108)
#503958
(80,57,88)
#3D2B44
(61,43,68)
#2A1D30
(42,29,48)
#170F1C
(23,15,28)
#000000
(0,0,0)

Tints of #D59BE4

#D59BE4
(213,155,228)
#D8A4E6
(216,164,230)
#DBADE8
(219,173,232)
#DEB6EA
(222,182,234)
#E1BFEC
(225,191,236)
#E4C8EE
(228,200,238)
#E7D1F0
(231,209,240)
#EADAF2
(234,218,242)
#EDE3F4
(237,227,244)
#F0ECF6
(240,236,246)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59BE4; }

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

This text font color is #D59BE4.


Background Color

.myBgColor { background-color: #D59BE4; }

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

This div background color is #D59BE4.


Border color

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

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

This div border color is #D59BE4.


Opacity

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

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

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

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

This text has shadow with #D59BE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59BE4 on black background.


Color preview on white background

This text has color #D59BE4 on white background.



Black color preview on #D59BE4 background

This text has black color on #D59BE4 background.


White color preview on #D59BE4 background

This text has white color on #D59BE4 background.