COLOR #D599DC

HEX: #D599DC
RGB: (213,153,220)

Color info

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

RGB color model

#D599DC color RGB value is (213,153,220).

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

RGB channels and saturation

R 213 of 255 = 84%
G 153 of 255 = 60%
B 220 of 255 = 86%

213
153
220

R + G + B ~ 77%. #D599DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 153 + 220 = 586 (100%)
R 213 of 586 ~ 36.35%
G 153 of 586 ~ 26.11%
B 220 of 586 ~ 37.54%

%36.35
%26.11
%37.54

CMYK color model

#D599DC color CMYK value is (3,30,0,14).

  • cyan value is 3.18%
  • magenta value is 30.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(3,30,0,14)
C3M30Y0K14 
(3%,30%,0%,14%)
(0.03/0.30/0.00/0.14)	

CMYK percentages

%3.18
%30.45
%0
%13.73

Codes

Color #D599DC in popluar color models

D599DC
RGB213153220
HSL294°48.91%73.14%
HSB/HSV294°30.45%86.27%
CMYK3.18%30.45%0.00%
13.73%

Color #D599DC in popluar number systems.

HEXD599DC
Decimal213153220
Binary110101011001100111011100
Octal325231334

Shades and tints

Shades of #D599DC

#D599DC
(213,153,220)
#C28CC8
(194,140,200)
#AF7FB4
(175,127,180)
#9C72A0
(156,114,160)
#89658C
(137,101,140)
#765878
(118,88,120)
#634B64
(99,75,100)
#503E50
(80,62,80)
#3D313C
(61,49,60)
#2A2428
(42,36,40)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #D599DC

#D599DC
(213,153,220)
#D8A2DF
(216,162,223)
#DBABE2
(219,171,226)
#DEB4E5
(222,180,229)
#E1BDE8
(225,189,232)
#E4C6EB
(228,198,235)
#E7CFEE
(231,207,238)
#EAD8F1
(234,216,241)
#EDE1F4
(237,225,244)
#F0EAF7
(240,234,247)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D599DC; }

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

This text font color is #D599DC.


Background Color

.myBgColor { background-color: #D599DC; }

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

This div background color is #D599DC.


Border color

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

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

This div border color is #D599DC.


Opacity

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

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

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

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

This text has shadow with #D599DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D599DC on black background.


Color preview on white background

This text has color #D599DC on white background.



Black color preview on #D599DC background

This text has black color on #D599DC background.


White color preview on #D599DC background

This text has white color on #D599DC background.