COLOR #D599C5

HEX: #D599C5
RGB: (213,153,197)

Color info

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

RGB color model

#D599C5 color RGB value is (213,153,197).

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

RGB channels and saturation

R 213 of 255 = 84%
G 153 of 255 = 60%
B 197 of 255 = 77%

213
153
197

R + G + B ~ 74%. #D599C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 153 + 197 = 563 (100%)
R 213 of 563 ~ 37.83%
G 153 of 563 ~ 27.18%
B 197 of 563 ~ 34.99%

%37.83
%27.18
%34.99

CMYK color model

#D599C5 color CMYK value is (0,28,8,16).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 7.51%
  • key color value is 16.47%
CMYK:
(0,28,8,16)
C0M28Y8K16 
(0%,28%,8%,16%)
(0.00/0.28/0.08/0.16)	

CMYK percentages

%0
%28.17
%7.51
%16.47

Codes

Color #D599C5 in popluar color models

D599C5
RGB213153197
HSL316°41.67%71.76%
HSB/HSV316°28.17%83.53%
CMYK0.00%28.17%7.51%
16.47%

Color #D599C5 in popluar number systems.

HEXD599C5
Decimal213153197
Binary110101011001100111000101
Octal325231305

Shades and tints

Shades of #D599C5

#D599C5
(213,153,197)
#C28CB4
(194,140,180)
#AF7FA3
(175,127,163)
#9C7292
(156,114,146)
#896581
(137,101,129)
#765870
(118,88,112)
#634B5F
(99,75,95)
#503E4E
(80,62,78)
#3D313D
(61,49,61)
#2A242C
(42,36,44)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #D599C5

#D599C5
(213,153,197)
#D8A2CA
(216,162,202)
#DBABCF
(219,171,207)
#DEB4D4
(222,180,212)
#E1BDD9
(225,189,217)
#E4C6DE
(228,198,222)
#E7CFE3
(231,207,227)
#EAD8E8
(234,216,232)
#EDE1ED
(237,225,237)
#F0EAF2
(240,234,242)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D599C5; }

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

This text font color is #D599C5.


Background Color

.myBgColor { background-color: #D599C5; }

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

This div background color is #D599C5.


Border color

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

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

This div border color is #D599C5.


Opacity

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

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

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

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

This text has shadow with #D599C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D599C5 on black background.


Color preview on white background

This text has color #D599C5 on white background.



Black color preview on #D599C5 background

This text has black color on #D599C5 background.


White color preview on #D599C5 background

This text has white color on #D599C5 background.