COLOR #D789B2

HEX: #D789B2 RGB: (215,137,178)

Color info

#D789B2 contains mainly red and blue colors. Web safe color of #D789B2 is #CC9999 (or #C99).

RGB color model

#D789B2 color RGB value is (215,137,178).

RGB: (215,137,178) (84%, 54%, 70%)

RGB channels and saturation

R 215 of 255 = 84%
G 137 of 255 = 54%
B 178 of 255 = 70%

215
137
178

R + G + B ~ 69%. #D789B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 137 + 178 = 530 (100%)
R 215 of 530 ~ 40.57%
G 137 of 530 ~ 25.85%
B 178 of 530 ~ 33.58'%

%40.57
%25.85
%33.58

CMYK color model

#D789B2 color CMYK value is (0,36,17,16).

  • cyan value is 0.00%
  • magenta value is 36.28%
  • yellow value is 17.21%
  • key color value is 15.69%

CMYK: (0,36,17,16)
C0M36Y17K16 (0%, 36%, 17%, 16%)
(0.00 / 0.36 / 0.17 / 0.16)

CMYK percentages

%0
%36.28
%17.21
%15.69

Codes

Color #D789B2 in popluar color models

D7 89 B2
RGB 215 137 178
HSL 328° 49.37% 69.02%
HSB/HSV 328° 36.28% 84.31%
CMYK 0.00% 36.28% 17.21%
15.69%

Color #D789B2 in popluar number systems.

HEX D7 89 B2
Decimal 215 137 178
Binary 11010111 10001001 10110010
Octal 327 211 262

Shades and tints

Shades of #D789B2

#D789B2
(215,137,178)
#C47DA2
(196,125,162)
#B17192
(177,113,146)
#9E6582
(158,101,130)
#8B5972
(139,89,114)
#784D62
(120,77,98)
#654152
(101,65,82)
#523542
(82,53,66)
#3F2932
(63,41,50)
#2C1D22
(44,29,34)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #D789B2

#D789B2
(215,137,178)
#DA93B9
(218,147,185)
#DD9DC0
(221,157,192)
#E0A7C7
(224,167,199)
#E3B1CE
(227,177,206)
#E6BBD5
(230,187,213)
#E9C5DC
(233,197,220)
#ECCFE3
(236,207,227)
#EFD9EA
(239,217,234)
#F2E3F1
(242,227,241)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D789B2 color. Also use rgb(215,137,178) instead hex code.

Text Font Color

.myTextColor { color: #D789B2; }

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

This text font color is #D789B2.

Background Color

.myBgColor { background-color: #D789B2; }

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

This div background color is #D789B2.

Border color

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

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

This div border color is #D789B2.

Opacity

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

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

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

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

This text has shadow with #D789B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D789B2.

Preview

Color preview on black background

This text has color #D789B2 on black background.


Color preview on white background

This text has color #D789B2 on white background.


Black color preview on #D789B2 background

This text has black color on #D789B2 background.


White color preview on #D789B2 background

This text has white color on #D789B2 background.


Related colors

Complementary color

Complementary color for #hex is #28764D.


I love getcolorcode.com

Triadic colors

1 #B2D789 and #89B2D7 with #D789B2 are triadic colors.

2 #B289D7 and #89D7B2 with #D789B2 are triadic colors.