COLOR #D59BF9

HEX: #D59BF9
RGB: (213,155,249)

Color info

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

RGB color model

#D59BF9 color RGB value is (213,155,249).

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

RGB channels and saturation

R 213 of 255 = 84%
G 155 of 255 = 61%
B 249 of 255 = 98%

213
155
249

R + G + B ~ 81%. #D59BF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 155 + 249 = 617 (100%)
R 213 of 617 ~ 34.52%
G 155 of 617 ~ 25.12%
B 249 of 617 ~ 40.36%

%34.52
%25.12
%40.36

CMYK color model

#D59BF9 color CMYK value is (14,38,0,2).

  • cyan value is 14.46%
  • magenta value is 37.75%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(14,38,0,2)
C14M38Y0K2 
(14%,38%,0%,2%)
(0.14/0.38/0.00/0.02)	

CMYK percentages

%14.46
%37.75
%0
%2.35

Codes

Color #D59BF9 in popluar color models

D59BF9
RGB213155249
HSL277°88.68%79.22%
HSB/HSV277°37.75%97.65%
CMYK14.46%37.75%0.00%
2.35%

Color #D59BF9 in popluar number systems.

HEXD59BF9
Decimal213155249
Binary110101011001101111111001
Octal325233371

Shades and tints

Shades of #D59BF9

#D59BF9
(213,155,249)
#C28DE3
(194,141,227)
#AF7FCD
(175,127,205)
#9C71B7
(156,113,183)
#8963A1
(137,99,161)
#76558B
(118,85,139)
#634775
(99,71,117)
#50395F
(80,57,95)
#3D2B49
(61,43,73)
#2A1D33
(42,29,51)
#170F1D
(23,15,29)
#000000
(0,0,0)

Tints of #D59BF9

#D59BF9
(213,155,249)
#D8A4F9
(216,164,249)
#DBADF9
(219,173,249)
#DEB6F9
(222,182,249)
#E1BFF9
(225,191,249)
#E4C8F9
(228,200,249)
#E7D1F9
(231,209,249)
#EADAF9
(234,218,249)
#EDE3F9
(237,227,249)
#F0ECF9
(240,236,249)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59BF9; }

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

This text font color is #D59BF9.


Background Color

.myBgColor { background-color: #D59BF9; }

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

This div background color is #D59BF9.


Border color

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

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

This div border color is #D59BF9.


Opacity

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

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

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

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

This text has shadow with #D59BF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59BF9 on black background.


Color preview on white background

This text has color #D59BF9 on white background.



Black color preview on #D59BF9 background

This text has black color on #D59BF9 background.


White color preview on #D59BF9 background

This text has white color on #D59BF9 background.