COLOR #D594AD

HEX: #D594AD
RGB: (213,148,173)

Color info

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

RGB color model

#D594AD color RGB value is (213,148,173).

  • red value is 213;
  • green value is 148;
  • blue value is 173.
RGB:
(213,148,173)
(84%,58%,68%)

RGB channels and saturation

R 213 of 255 = 84%
G 148 of 255 = 58%
B 173 of 255 = 68%

213
148
173

R + G + B ~ 70%. #D594AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 148 + 173 = 534 (100%)
R 213 of 534 ~ 39.89%
G 148 of 534 ~ 27.72%
B 173 of 534 ~ 32.4%

%39.89
%27.72
%32.4

CMYK color model

#D594AD color CMYK value is (0,31,19,16).

  • cyan value is 0.00%
  • magenta value is 30.52%
  • yellow value is 18.78%
  • key color value is 16.47%
CMYK:
(0,31,19,16)
C0M31Y19K16 
(0%,31%,19%,16%)
(0.00/0.31/0.19/0.16)	

CMYK percentages

%0
%30.52
%18.78
%16.47

Codes

Color #D594AD in popluar color models

D594AD
RGB213148173
HSL337°43.62%70.78%
HSB/HSV337°30.52%83.53%
CMYK0.00%30.52%18.78%
16.47%

Color #D594AD in popluar number systems.

HEXD594AD
Decimal213148173
Binary110101011001010010101101
Octal325224255

Shades and tints

Shades of #D594AD

#D594AD
(213,148,173)
#C2879E
(194,135,158)
#AF7A8F
(175,122,143)
#9C6D80
(156,109,128)
#896071
(137,96,113)
#765362
(118,83,98)
#634653
(99,70,83)
#503944
(80,57,68)
#3D2C35
(61,44,53)
#2A1F26
(42,31,38)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #D594AD

#D594AD
(213,148,173)
#D89DB4
(216,157,180)
#DBA6BB
(219,166,187)
#DEAFC2
(222,175,194)
#E1B8C9
(225,184,201)
#E4C1D0
(228,193,208)
#E7CAD7
(231,202,215)
#EAD3DE
(234,211,222)
#EDDCE5
(237,220,229)
#F0E5EC
(240,229,236)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D594AD color. Also use rgb(213,148,173) instead hex code.

Text Font Color

.myTextColor { color: #D594AD; }

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

This text font color is #D594AD.


Background Color

.myBgColor { background-color: #D594AD; }

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

This div background color is #D594AD.


Border color

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

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

This div border color is #D594AD.


Opacity

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

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

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

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

This text has shadow with #D594AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D594AD on black background.


Color preview on white background

This text has color #D594AD on white background.



Black color preview on #D594AD background

This text has black color on #D594AD background.


White color preview on #D594AD background

This text has white color on #D594AD background.