COLOR #D598AD

HEX: #D598AD
RGB: (213,152,173)

Color info

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

RGB color model

#D598AD color RGB value is (213,152,173).

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

RGB channels and saturation

R 213 of 255 = 84%
G 152 of 255 = 60%
B 173 of 255 = 68%

213
152
173

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

Portions of RGB colors in percentages

R + G + B =
213 + 152 + 173 = 538 (100%)
R 213 of 538 ~ 39.59%
G 152 of 538 ~ 28.25%
B 173 of 538 ~ 32.16%

%39.59
%28.25
%32.16

CMYK color model

#D598AD color CMYK value is (0,29,19,16).

  • cyan value is 0.00%
  • magenta value is 28.64%
  • yellow value is 18.78%
  • key color value is 16.47%
CMYK:
(0,29,19,16)
C0M29Y19K16 
(0%,29%,19%,16%)
(0.00/0.29/0.19/0.16)	

CMYK percentages

%0
%28.64
%18.78
%16.47

Codes

Color #D598AD in popluar color models

D598AD
RGB213152173
HSL339°42.07%71.57%
HSB/HSV339°28.64%83.53%
CMYK0.00%28.64%18.78%
16.47%

Color #D598AD in popluar number systems.

HEXD598AD
Decimal213152173
Binary110101011001100010101101
Octal325230255

Shades and tints

Shades of #D598AD

#D598AD
(213,152,173)
#C28B9E
(194,139,158)
#AF7E8F
(175,126,143)
#9C7180
(156,113,128)
#896471
(137,100,113)
#765762
(118,87,98)
#634A53
(99,74,83)
#503D44
(80,61,68)
#3D3035
(61,48,53)
#2A2326
(42,35,38)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #D598AD

#D598AD
(213,152,173)
#D8A1B4
(216,161,180)
#DBAABB
(219,170,187)
#DEB3C2
(222,179,194)
#E1BCC9
(225,188,201)
#E4C5D0
(228,197,208)
#E7CED7
(231,206,215)
#EAD7DE
(234,215,222)
#EDE0E5
(237,224,229)
#F0E9EC
(240,233,236)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D598AD; }

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

This text font color is #D598AD.


Background Color

.myBgColor { background-color: #D598AD; }

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

This div background color is #D598AD.


Border color

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

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

This div border color is #D598AD.


Opacity

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

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

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

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

This text has shadow with #D598AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D598AD on black background.


Color preview on white background

This text has color #D598AD on white background.



Black color preview on #D598AD background

This text has black color on #D598AD background.


White color preview on #D598AD background

This text has white color on #D598AD background.