COLOR #D596C6

HEX: #D596C6
RGB: (213,150,198)

Color info

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

RGB color model

#D596C6 color RGB value is (213,150,198).

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

RGB channels and saturation

R 213 of 255 = 84%
G 150 of 255 = 59%
B 198 of 255 = 78%

213
150
198

R + G + B ~ 74%. #D596C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 150 + 198 = 561 (100%)
R 213 of 561 ~ 37.97%
G 150 of 561 ~ 26.74%
B 198 of 561 ~ 35.29%

%37.97
%26.74
%35.29

CMYK color model

#D596C6 color CMYK value is (0,30,7,16).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 7.04%
  • key color value is 16.47%
CMYK:
(0,30,7,16)
C0M30Y7K16 
(0%,30%,7%,16%)
(0.00/0.30/0.07/0.16)	

CMYK percentages

%0
%29.58
%7.04
%16.47

Codes

Color #D596C6 in popluar color models

D596C6
RGB213150198
HSL314°42.86%71.18%
HSB/HSV314°29.58%83.53%
CMYK0.00%29.58%7.04%
16.47%

Color #D596C6 in popluar number systems.

HEXD596C6
Decimal213150198
Binary110101011001011011000110
Octal325226306

Shades and tints

Shades of #D596C6

#D596C6
(213,150,198)
#C289B4
(194,137,180)
#AF7CA2
(175,124,162)
#9C6F90
(156,111,144)
#89627E
(137,98,126)
#76556C
(118,85,108)
#63485A
(99,72,90)
#503B48
(80,59,72)
#3D2E36
(61,46,54)
#2A2124
(42,33,36)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #D596C6

#D596C6
(213,150,198)
#D89FCB
(216,159,203)
#DBA8D0
(219,168,208)
#DEB1D5
(222,177,213)
#E1BADA
(225,186,218)
#E4C3DF
(228,195,223)
#E7CCE4
(231,204,228)
#EAD5E9
(234,213,233)
#EDDEEE
(237,222,238)
#F0E7F3
(240,231,243)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D596C6; }

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

This text font color is #D596C6.


Background Color

.myBgColor { background-color: #D596C6; }

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

This div background color is #D596C6.


Border color

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

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

This div border color is #D596C6.


Opacity

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

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

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

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

This text has shadow with #D596C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D596C6 on black background.


Color preview on white background

This text has color #D596C6 on white background.



Black color preview on #D596C6 background

This text has black color on #D596C6 background.


White color preview on #D596C6 background

This text has white color on #D596C6 background.