COLOR #D597CE

HEX: #D597CE
RGB: (213,151,206)

Color info

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

RGB color model

#D597CE color RGB value is (213,151,206).

  • red value is 213;
  • green value is 151;
  • blue value is 206.
RGB:
(213,151,206)
(84%,59%,81%)

RGB channels and saturation

R 213 of 255 = 84%
G 151 of 255 = 59%
B 206 of 255 = 81%

213
151
206

R + G + B ~ 75%. #D597CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 151 + 206 = 570 (100%)
R 213 of 570 ~ 37.37%
G 151 of 570 ~ 26.49%
B 206 of 570 ~ 36.14%

%37.37
%26.49
%36.14

CMYK color model

#D597CE color CMYK value is (0,29,3,16).

  • cyan value is 0.00%
  • magenta value is 29.11%
  • yellow value is 3.29%
  • key color value is 16.47%
CMYK:
(0,29,3,16)
C0M29Y3K16 
(0%,29%,3%,16%)
(0.00/0.29/0.03/0.16)	

CMYK percentages

%0
%29.11
%3.29
%16.47

Codes

Color #D597CE in popluar color models

D597CE
RGB213151206
HSL307°42.47%71.37%
HSB/HSV307°29.11%83.53%
CMYK0.00%29.11%3.29%
16.47%

Color #D597CE in popluar number systems.

HEXD597CE
Decimal213151206
Binary110101011001011111001110
Octal325227316

Shades and tints

Shades of #D597CE

#D597CE
(213,151,206)
#C28ABC
(194,138,188)
#AF7DAA
(175,125,170)
#9C7098
(156,112,152)
#896386
(137,99,134)
#765674
(118,86,116)
#634962
(99,73,98)
#503C50
(80,60,80)
#3D2F3E
(61,47,62)
#2A222C
(42,34,44)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #D597CE

#D597CE
(213,151,206)
#D8A0D2
(216,160,210)
#DBA9D6
(219,169,214)
#DEB2DA
(222,178,218)
#E1BBDE
(225,187,222)
#E4C4E2
(228,196,226)
#E7CDE6
(231,205,230)
#EAD6EA
(234,214,234)
#EDDFEE
(237,223,238)
#F0E8F2
(240,232,242)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D597CE color. Also use rgb(213,151,206) instead hex code.

Text Font Color

.myTextColor { color: #D597CE; }

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

This text font color is #D597CE.


Background Color

.myBgColor { background-color: #D597CE; }

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

This div background color is #D597CE.


Border color

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

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

This div border color is #D597CE.


Opacity

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

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

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

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

This text has shadow with #D597CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D597CE on black background.


Color preview on white background

This text has color #D597CE on white background.



Black color preview on #D597CE background

This text has black color on #D597CE background.


White color preview on #D597CE background

This text has white color on #D597CE background.