COLOR #D594DF

HEX: #D594DF RGB: (213,148,223)

Color info

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

RGB color model

#D594DF color RGB value is (213,148,223).

RGB: (213,148,223) (84%, 58%, 87%)

RGB channels and saturation

R 213 of 255 = 84%
G 148 of 255 = 58%
B 223 of 255 = 87%

213
148
223

R + G + B ~ 76%. #D594DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 148 + 223 = 584 (100%)
R 213 of 584 ~ 36.47%
G 148 of 584 ~ 25.34%
B 223 of 584 ~ 38.18'%

%36.47
%25.34
%38.18

CMYK color model

#D594DF color CMYK value is (4,34,0,13).

  • cyan value is 4.48%
  • magenta value is 33.63%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (4,34,0,13)
C4M34Y0K13 (4%, 34%, 0%, 13%)
(0.04 / 0.34 / 0.00 / 0.13)

CMYK percentages

%4.48
%33.63
%0
%12.55

Codes

Color #D594DF in popluar color models

D5 94 DF
RGB 213 148 223
HSL 292° 53.96% 72.75%
HSB/HSV 292° 33.63% 87.45%
CMYK 4.48% 33.63% 0.00%
12.55%

Color #D594DF in popluar number systems.

HEX D5 94 DF
Decimal 213 148 223
Binary 11010101 10010100 11011111
Octal 325 224 337

Shades and tints

Shades of #D594DF

#D594DF
(213,148,223)
#C287CB
(194,135,203)
#AF7AB7
(175,122,183)
#9C6DA3
(156,109,163)
#89608F
(137,96,143)
#76537B
(118,83,123)
#634667
(99,70,103)
#503953
(80,57,83)
#3D2C3F
(61,44,63)
#2A1F2B
(42,31,43)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #D594DF

#D594DF
(213,148,223)
#D89DE1
(216,157,225)
#DBA6E3
(219,166,227)
#DEAFE5
(222,175,229)
#E1B8E7
(225,184,231)
#E4C1E9
(228,193,233)
#E7CAEB
(231,202,235)
#EAD3ED
(234,211,237)
#EDDCEF
(237,220,239)
#F0E5F1
(240,229,241)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D594DF color. Also use rgb(213,148,223) instead hex code.

Text Font Color

.myTextColor { color: #D594DF; }

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

This text font color is #D594DF.

Background Color

.myBgColor { background-color: #D594DF; }

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

This div background color is #D594DF.

Border color

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

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

This div border color is #D594DF.

Opacity

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

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

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

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

This text has shadow with #D594DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D594DF.

Preview

Color preview on black background

This text has color #D594DF on black background.


Color preview on white background

This text has color #D594DF on white background.


Black color preview on #D594DF background

This text has black color on #D594DF background.


White color preview on #D594DF background

This text has white color on #D594DF background.


Related colors

Complementary color

Complementary color for #hex is #2A6B20.


I love getcolorcode.com

Triadic colors

1 #DFD594 and #94DFD5 with #D594DF are triadic colors.

2 #DF94D5 and #94D5DF with #D594DF are triadic colors.