COLOR #D589C0

HEX: #D589C0
RGB: (213,137,192)

Color info

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

RGB color model

#D589C0 color RGB value is (213,137,192).

  • red value is 213;
  • green value is 137;
  • blue value is 192.
RGB:
(213,137,192)
(84%,54%,75%)

RGB channels and saturation

R 213 of 255 = 84%
G 137 of 255 = 54%
B 192 of 255 = 75%

213
137
192

R + G + B ~ 71%. #D589C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 137 + 192 = 542 (100%)
R 213 of 542 ~ 39.3%
G 137 of 542 ~ 25.28%
B 192 of 542 ~ 35.42%

%39.3
%25.28
%35.42

CMYK color model

#D589C0 color CMYK value is (0,36,10,16).

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 9.86%
  • key color value is 16.47%
CMYK:
(0,36,10,16)
C0M36Y10K16 
(0%,36%,10%,16%)
(0.00/0.36/0.10/0.16)	

CMYK percentages

%0
%35.68
%9.86
%16.47

Codes

Color #D589C0 in popluar color models

D589C0
RGB213137192
HSL317°47.50%68.63%
HSB/HSV317°35.68%83.53%
CMYK0.00%35.68%9.86%
16.47%

Color #D589C0 in popluar number systems.

HEXD589C0
Decimal213137192
Binary110101011000100111000000
Octal325211300

Shades and tints

Shades of #D589C0

#D589C0
(213,137,192)
#C27DAF
(194,125,175)
#AF719E
(175,113,158)
#9C658D
(156,101,141)
#89597C
(137,89,124)
#764D6B
(118,77,107)
#63415A
(99,65,90)
#503549
(80,53,73)
#3D2938
(61,41,56)
#2A1D27
(42,29,39)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #D589C0

#D589C0
(213,137,192)
#D893C5
(216,147,197)
#DB9DCA
(219,157,202)
#DEA7CF
(222,167,207)
#E1B1D4
(225,177,212)
#E4BBD9
(228,187,217)
#E7C5DE
(231,197,222)
#EACFE3
(234,207,227)
#EDD9E8
(237,217,232)
#F0E3ED
(240,227,237)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D589C0 color. Also use rgb(213,137,192) instead hex code.

Text Font Color

.myTextColor { color: #D589C0; }

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

This text font color is #D589C0.


Background Color

.myBgColor { background-color: #D589C0; }

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

This div background color is #D589C0.


Border color

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

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

This div border color is #D589C0.


Opacity

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

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

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

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

This text has shadow with #D589C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D589C0 on black background.


Color preview on white background

This text has color #D589C0 on white background.



Black color preview on #D589C0 background

This text has black color on #D589C0 background.


White color preview on #D589C0 background

This text has white color on #D589C0 background.