COLOR #D599B7

HEX: #D599B7
RGB: (213,153,183)

Color info

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

RGB color model

#D599B7 color RGB value is (213,153,183).

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

RGB channels and saturation

R 213 of 255 = 84%
G 153 of 255 = 60%
B 183 of 255 = 72%

213
153
183

R + G + B ~ 72%. #D599B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 153 + 183 = 549 (100%)
R 213 of 549 ~ 38.8%
G 153 of 549 ~ 27.87%
B 183 of 549 ~ 33.33%

%38.8
%27.87
%33.33

CMYK color model

#D599B7 color CMYK value is (0,28,14,16).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 14.08%
  • key color value is 16.47%
CMYK:
(0,28,14,16)
C0M28Y14K16 
(0%,28%,14%,16%)
(0.00/0.28/0.14/0.16)	

CMYK percentages

%0
%28.17
%14.08
%16.47

Codes

Color #D599B7 in popluar color models

D599B7
RGB213153183
HSL330°41.67%71.76%
HSB/HSV330°28.17%83.53%
CMYK0.00%28.17%14.08%
16.47%

Color #D599B7 in popluar number systems.

HEXD599B7
Decimal213153183
Binary110101011001100110110111
Octal325231267

Shades and tints

Shades of #D599B7

#D599B7
(213,153,183)
#C28CA7
(194,140,167)
#AF7F97
(175,127,151)
#9C7287
(156,114,135)
#896577
(137,101,119)
#765867
(118,88,103)
#634B57
(99,75,87)
#503E47
(80,62,71)
#3D3137
(61,49,55)
#2A2427
(42,36,39)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #D599B7

#D599B7
(213,153,183)
#D8A2BD
(216,162,189)
#DBABC3
(219,171,195)
#DEB4C9
(222,180,201)
#E1BDCF
(225,189,207)
#E4C6D5
(228,198,213)
#E7CFDB
(231,207,219)
#EAD8E1
(234,216,225)
#EDE1E7
(237,225,231)
#F0EAED
(240,234,237)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D599B7; }

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

This text font color is #D599B7.


Background Color

.myBgColor { background-color: #D599B7; }

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

This div background color is #D599B7.


Border color

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

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

This div border color is #D599B7.


Opacity

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

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

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

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

This text has shadow with #D599B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D599B7 on black background.


Color preview on white background

This text has color #D599B7 on white background.



Black color preview on #D599B7 background

This text has black color on #D599B7 background.


White color preview on #D599B7 background

This text has white color on #D599B7 background.