COLOR #D599AF

HEX: #D599AF
RGB: (213,153,175)

Color info

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

RGB color model

#D599AF color RGB value is (213,153,175).

  • red value is 213;
  • green value is 153;
  • blue value is 175.
RGB:
(213,153,175)
(84%,60%,69%)

RGB channels and saturation

R 213 of 255 = 84%
G 153 of 255 = 60%
B 175 of 255 = 69%

213
153
175

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

Portions of RGB colors in percentages

R + G + B =
213 + 153 + 175 = 541 (100%)
R 213 of 541 ~ 39.37%
G 153 of 541 ~ 28.28%
B 175 of 541 ~ 32.35%

%39.37
%28.28
%32.35

CMYK color model

#D599AF color CMYK value is (0,28,18,16).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 17.84%
  • key color value is 16.47%
CMYK:
(0,28,18,16)
C0M28Y18K16 
(0%,28%,18%,16%)
(0.00/0.28/0.18/0.16)	

CMYK percentages

%0
%28.17
%17.84
%16.47

Codes

Color #D599AF in popluar color models

D599AF
RGB213153175
HSL338°41.67%71.76%
HSB/HSV338°28.17%83.53%
CMYK0.00%28.17%17.84%
16.47%

Color #D599AF in popluar number systems.

HEXD599AF
Decimal213153175
Binary110101011001100110101111
Octal325231257

Shades and tints

Shades of #D599AF

#D599AF
(213,153,175)
#C28CA0
(194,140,160)
#AF7F91
(175,127,145)
#9C7282
(156,114,130)
#896573
(137,101,115)
#765864
(118,88,100)
#634B55
(99,75,85)
#503E46
(80,62,70)
#3D3137
(61,49,55)
#2A2428
(42,36,40)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #D599AF

#D599AF
(213,153,175)
#D8A2B6
(216,162,182)
#DBABBD
(219,171,189)
#DEB4C4
(222,180,196)
#E1BDCB
(225,189,203)
#E4C6D2
(228,198,210)
#E7CFD9
(231,207,217)
#EAD8E0
(234,216,224)
#EDE1E7
(237,225,231)
#F0EAEE
(240,234,238)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D599AF color. Also use rgb(213,153,175) instead hex code.

Text Font Color

.myTextColor { color: #D599AF; }

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

This text font color is #D599AF.


Background Color

.myBgColor { background-color: #D599AF; }

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

This div background color is #D599AF.


Border color

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

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

This div border color is #D599AF.


Opacity

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

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

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

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

This text has shadow with #D599AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D599AF on black background.


Color preview on white background

This text has color #D599AF on white background.



Black color preview on #D599AF background

This text has black color on #D599AF background.


White color preview on #D599AF background

This text has white color on #D599AF background.