COLOR #D599BF

HEX: #D599BF
RGB: (213,153,191)

Color info

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

RGB color model

#D599BF color RGB value is (213,153,191).

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

RGB channels and saturation

R 213 of 255 = 84%
G 153 of 255 = 60%
B 191 of 255 = 75%

213
153
191

R + G + B ~ 73%. #D599BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 153 + 191 = 557 (100%)
R 213 of 557 ~ 38.24%
G 153 of 557 ~ 27.47%
B 191 of 557 ~ 34.29%

%38.24
%27.47
%34.29

CMYK color model

#D599BF color CMYK value is (0,28,10,16).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 10.33%
  • key color value is 16.47%
CMYK:
(0,28,10,16)
C0M28Y10K16 
(0%,28%,10%,16%)
(0.00/0.28/0.10/0.16)	

CMYK percentages

%0
%28.17
%10.33
%16.47

Codes

Color #D599BF in popluar color models

D599BF
RGB213153191
HSL322°41.67%71.76%
HSB/HSV322°28.17%83.53%
CMYK0.00%28.17%10.33%
16.47%

Color #D599BF in popluar number systems.

HEXD599BF
Decimal213153191
Binary110101011001100110111111
Octal325231277

Shades and tints

Shades of #D599BF

#D599BF
(213,153,191)
#C28CAE
(194,140,174)
#AF7F9D
(175,127,157)
#9C728C
(156,114,140)
#89657B
(137,101,123)
#76586A
(118,88,106)
#634B59
(99,75,89)
#503E48
(80,62,72)
#3D3137
(61,49,55)
#2A2426
(42,36,38)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #D599BF

#D599BF
(213,153,191)
#D8A2C4
(216,162,196)
#DBABC9
(219,171,201)
#DEB4CE
(222,180,206)
#E1BDD3
(225,189,211)
#E4C6D8
(228,198,216)
#E7CFDD
(231,207,221)
#EAD8E2
(234,216,226)
#EDE1E7
(237,225,231)
#F0EAEC
(240,234,236)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D599BF; }

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

This text font color is #D599BF.


Background Color

.myBgColor { background-color: #D599BF; }

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

This div background color is #D599BF.


Border color

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

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

This div border color is #D599BF.


Opacity

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

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

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

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

This text has shadow with #D599BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D599BF on black background.


Color preview on white background

This text has color #D599BF on white background.



Black color preview on #D599BF background

This text has black color on #D599BF background.


White color preview on #D599BF background

This text has white color on #D599BF background.