COLOR #D59BEA

HEX: #D59BEA
RGB: (213,155,234)

Color info

#D59BEA contains mainly red and blue colors. Web safe color of #D59BEA is #CC99FF (or #C9F).

RGB color model

#D59BEA color RGB value is (213,155,234).

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

RGB channels and saturation

R 213 of 255 = 84%
G 155 of 255 = 61%
B 234 of 255 = 92%

213
155
234

R + G + B ~ 79%. #D59BEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 155 + 234 = 602 (100%)
R 213 of 602 ~ 35.38%
G 155 of 602 ~ 25.75%
B 234 of 602 ~ 38.87%

%35.38
%25.75
%38.87

CMYK color model

#D59BEA color CMYK value is (9,34,0,8).

  • cyan value is 8.97%
  • magenta value is 33.76%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(9,34,0,8)
C9M34Y0K8 
(9%,34%,0%,8%)
(0.09/0.34/0.00/0.08)	

CMYK percentages

%8.97
%33.76
%0
%8.24

Codes

Color #D59BEA in popluar color models

D59BEA
RGB213155234
HSL284°65.29%76.27%
HSB/HSV284°33.76%91.76%
CMYK8.97%33.76%0.00%
8.24%

Color #D59BEA in popluar number systems.

HEXD59BEA
Decimal213155234
Binary110101011001101111101010
Octal325233352

Shades and tints

Shades of #D59BEA

#D59BEA
(213,155,234)
#C28DD5
(194,141,213)
#AF7FC0
(175,127,192)
#9C71AB
(156,113,171)
#896396
(137,99,150)
#765581
(118,85,129)
#63476C
(99,71,108)
#503957
(80,57,87)
#3D2B42
(61,43,66)
#2A1D2D
(42,29,45)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #D59BEA

#D59BEA
(213,155,234)
#D8A4EB
(216,164,235)
#DBADEC
(219,173,236)
#DEB6ED
(222,182,237)
#E1BFEE
(225,191,238)
#E4C8EF
(228,200,239)
#E7D1F0
(231,209,240)
#EADAF1
(234,218,241)
#EDE3F2
(237,227,242)
#F0ECF3
(240,236,243)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59BEA; }

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

This text font color is #D59BEA.


Background Color

.myBgColor { background-color: #D59BEA; }

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

This div background color is #D59BEA.


Border color

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

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

This div border color is #D59BEA.


Opacity

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

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

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

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

This text has shadow with #D59BEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59BEA on black background.


Color preview on white background

This text has color #D59BEA on white background.



Black color preview on #D59BEA background

This text has black color on #D59BEA background.


White color preview on #D59BEA background

This text has white color on #D59BEA background.