COLOR #D597BD

HEX: #D597BD RGB: (213,151,189)

Color info

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

RGB color model

#D597BD color RGB value is (213,151,189).

RGB: (213,151,189) (84%, 59%, 74%)

RGB channels and saturation

R 213 of 255 = 84%
G 151 of 255 = 59%
B 189 of 255 = 74%

213
151
189

R + G + B ~ 72%. #D597BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 151 + 189 = 553 (100%)
R 213 of 553 ~ 38.52%
G 151 of 553 ~ 27.31%
B 189 of 553 ~ 34.18'%

%38.52
%27.31
%34.18

CMYK color model

#D597BD color CMYK value is (0,29,11,16).

  • cyan value is 0.00%
  • magenta value is 29.11%
  • yellow value is 11.27%
  • key color value is 16.47%

CMYK: (0,29,11,16)
C0M29Y11K16 (0%, 29%, 11%, 16%)
(0.00 / 0.29 / 0.11 / 0.16)

CMYK percentages

%0
%29.11
%11.27
%16.47

Codes

Color #D597BD in popluar color models

D5 97 BD
RGB 213 151 189
HSL 323° 42.47% 71.37%
HSB/HSV 323° 29.11% 83.53%
CMYK 0.00% 29.11% 11.27%
16.47%

Color #D597BD in popluar number systems.

HEX D5 97 BD
Decimal 213 151 189
Binary 11010101 10010111 10111101
Octal 325 227 275

Shades and tints

Shades of #D597BD

#D597BD
(213,151,189)
#C28AAC
(194,138,172)
#AF7D9B
(175,125,155)
#9C708A
(156,112,138)
#896379
(137,99,121)
#765668
(118,86,104)
#634957
(99,73,87)
#503C46
(80,60,70)
#3D2F35
(61,47,53)
#2A2224
(42,34,36)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #D597BD

#D597BD
(213,151,189)
#D8A0C3
(216,160,195)
#DBA9C9
(219,169,201)
#DEB2CF
(222,178,207)
#E1BBD5
(225,187,213)
#E4C4DB
(228,196,219)
#E7CDE1
(231,205,225)
#EAD6E7
(234,214,231)
#EDDFED
(237,223,237)
#F0E8F3
(240,232,243)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D597BD; }

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

This text font color is #D597BD.

Background Color

.myBgColor { background-color: #D597BD; }

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

This div background color is #D597BD.

Border color

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

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

This div border color is #D597BD.

Opacity

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

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

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

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

This text has shadow with #D597BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D597BD.

Preview

Color preview on black background

This text has color #D597BD on black background.


Color preview on white background

This text has color #D597BD on white background.


Black color preview on #D597BD background

This text has black color on #D597BD background.


White color preview on #D597BD background

This text has white color on #D597BD background.


Related colors

Complementary color

Complementary color for #hex is #2A6842.


I love getcolorcode.com

Triadic colors

1 #BDD597 and #97BDD5 with #D597BD are triadic colors.

2 #BD97D5 and #97D5BD with #D597BD are triadic colors.