COLOR #D59DDC

HEX: #D59DDC
RGB: (213,157,220)

Color info

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

RGB color model

#D59DDC color RGB value is (213,157,220).

  • red value is 213;
  • green value is 157;
  • blue value is 220.
RGB:
(213,157,220)
(84%,62%,86%)

RGB channels and saturation

R 213 of 255 = 84%
G 157 of 255 = 62%
B 220 of 255 = 86%

213
157
220

R + G + B ~ 77%. #D59DDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 157 + 220 = 590 (100%)
R 213 of 590 ~ 36.1%
G 157 of 590 ~ 26.61%
B 220 of 590 ~ 37.29%

%36.1
%26.61
%37.29

CMYK color model

#D59DDC color CMYK value is (3,29,0,14).

  • cyan value is 3.18%
  • magenta value is 28.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(3,29,0,14)
C3M29Y0K14 
(3%,29%,0%,14%)
(0.03/0.29/0.00/0.14)	

CMYK percentages

%3.18
%28.64
%0
%13.73

Codes

Color #D59DDC in popluar color models

D59DDC
RGB213157220
HSL293°47.37%73.92%
HSB/HSV293°28.64%86.27%
CMYK3.18%28.64%0.00%
13.73%

Color #D59DDC in popluar number systems.

HEXD59DDC
Decimal213157220
Binary110101011001110111011100
Octal325235334

Shades and tints

Shades of #D59DDC

#D59DDC
(213,157,220)
#C28FC8
(194,143,200)
#AF81B4
(175,129,180)
#9C73A0
(156,115,160)
#89658C
(137,101,140)
#765778
(118,87,120)
#634964
(99,73,100)
#503B50
(80,59,80)
#3D2D3C
(61,45,60)
#2A1F28
(42,31,40)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #D59DDC

#D59DDC
(213,157,220)
#D8A5DF
(216,165,223)
#DBADE2
(219,173,226)
#DEB5E5
(222,181,229)
#E1BDE8
(225,189,232)
#E4C5EB
(228,197,235)
#E7CDEE
(231,205,238)
#EAD5F1
(234,213,241)
#EDDDF4
(237,221,244)
#F0E5F7
(240,229,247)
#F3EDFA
(243,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59DDC color. Also use rgb(213,157,220) instead hex code.

Text Font Color

.myTextColor { color: #D59DDC; }

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

This text font color is #D59DDC.


Background Color

.myBgColor { background-color: #D59DDC; }

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

This div background color is #D59DDC.


Border color

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

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

This div border color is #D59DDC.


Opacity

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

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

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

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

This text has shadow with #D59DDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59DDC on black background.


Color preview on white background

This text has color #D59DDC on white background.



Black color preview on #D59DDC background

This text has black color on #D59DDC background.


White color preview on #D59DDC background

This text has white color on #D59DDC background.