COLOR #D59CF9

HEX: #D59CF9
RGB: (213,156,249)

Color info

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

RGB color model

#D59CF9 color RGB value is (213,156,249).

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

RGB channels and saturation

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

213
156
249

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

Portions of RGB colors in percentages

R + G + B =
213 + 156 + 249 = 618 (100%)
R 213 of 618 ~ 34.47%
G 156 of 618 ~ 25.24%
B 249 of 618 ~ 40.29%

%34.47
%25.24
%40.29

CMYK color model

#D59CF9 color CMYK value is (14,37,0,2).

  • cyan value is 14.46%
  • magenta value is 37.35%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(14,37,0,2)
C14M37Y0K2 
(14%,37%,0%,2%)
(0.14/0.37/0.00/0.02)	

CMYK percentages

%14.46
%37.35
%0
%2.35

Codes

Color #D59CF9 in popluar color models

D59CF9
RGB213156249
HSL277°88.57%79.41%
HSB/HSV277°37.35%97.65%
CMYK14.46%37.35%0.00%
2.35%

Color #D59CF9 in popluar number systems.

HEXD59CF9
Decimal213156249
Binary110101011001110011111001
Octal325234371

Shades and tints

Shades of #D59CF9

#D59CF9
(213,156,249)
#C28EE3
(194,142,227)
#AF80CD
(175,128,205)
#9C72B7
(156,114,183)
#8964A1
(137,100,161)
#76568B
(118,86,139)
#634875
(99,72,117)
#503A5F
(80,58,95)
#3D2C49
(61,44,73)
#2A1E33
(42,30,51)
#17101D
(23,16,29)
#000000
(0,0,0)

Tints of #D59CF9

#D59CF9
(213,156,249)
#D8A5F9
(216,165,249)
#DBAEF9
(219,174,249)
#DEB7F9
(222,183,249)
#E1C0F9
(225,192,249)
#E4C9F9
(228,201,249)
#E7D2F9
(231,210,249)
#EADBF9
(234,219,249)
#EDE4F9
(237,228,249)
#F0EDF9
(240,237,249)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59CF9; }

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

This text font color is #D59CF9.


Background Color

.myBgColor { background-color: #D59CF9; }

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

This div background color is #D59CF9.


Border color

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

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

This div border color is #D59CF9.


Opacity

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

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

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

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

This text has shadow with #D59CF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59CF9 on black background.


Color preview on white background

This text has color #D59CF9 on white background.



Black color preview on #D59CF9 background

This text has black color on #D59CF9 background.


White color preview on #D59CF9 background

This text has white color on #D59CF9 background.