COLOR #D596ED

HEX: #D596ED
RGB: (213,150,237)

Color info

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

RGB color model

#D596ED color RGB value is (213,150,237).

  • red value is 213;
  • green value is 150;
  • blue value is 237.
RGB:
(213,150,237)
(84%,59%,93%)

RGB channels and saturation

R 213 of 255 = 84%
G 150 of 255 = 59%
B 237 of 255 = 93%

213
150
237

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

Portions of RGB colors in percentages

R + G + B =
213 + 150 + 237 = 600 (100%)
R 213 of 600 ~ 35.5%
G 150 of 600 ~ 25%
B 237 of 600 ~ 39.5%

%35.5
%25
%39.5

CMYK color model

#D596ED color CMYK value is (10,37,0,7).

  • cyan value is 10.13%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(10,37,0,7)
C10M37Y0K7 
(10%,37%,0%,7%)
(0.10/0.37/0.00/0.07)	

CMYK percentages

%10.13
%36.71
%0
%7.06

Codes

Color #D596ED in popluar color models

D596ED
RGB213150237
HSL283°70.73%75.88%
HSB/HSV283°36.71%92.94%
CMYK10.13%36.71%0.00%
7.06%

Color #D596ED in popluar number systems.

HEXD596ED
Decimal213150237
Binary110101011001011011101101
Octal325226355

Shades and tints

Shades of #D596ED

#D596ED
(213,150,237)
#C289D8
(194,137,216)
#AF7CC3
(175,124,195)
#9C6FAE
(156,111,174)
#896299
(137,98,153)
#765584
(118,85,132)
#63486F
(99,72,111)
#503B5A
(80,59,90)
#3D2E45
(61,46,69)
#2A2130
(42,33,48)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #D596ED

#D596ED
(213,150,237)
#D89FEE
(216,159,238)
#DBA8EF
(219,168,239)
#DEB1F0
(222,177,240)
#E1BAF1
(225,186,241)
#E4C3F2
(228,195,242)
#E7CCF3
(231,204,243)
#EAD5F4
(234,213,244)
#EDDEF5
(237,222,245)
#F0E7F6
(240,231,246)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D596ED color. Also use rgb(213,150,237) instead hex code.

Text Font Color

.myTextColor { color: #D596ED; }

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

This text font color is #D596ED.


Background Color

.myBgColor { background-color: #D596ED; }

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

This div background color is #D596ED.


Border color

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

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

This div border color is #D596ED.


Opacity

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

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

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

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

This text has shadow with #D596ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D596ED on black background.


Color preview on white background

This text has color #D596ED on white background.



Black color preview on #D596ED background

This text has black color on #D596ED background.


White color preview on #D596ED background

This text has white color on #D596ED background.