COLOR #D593B6

HEX: #D593B6 RGB: (213,147,182)

Color info

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

RGB color model

#D593B6 color RGB value is (213,147,182).

RGB: (213,147,182) (84%, 58%, 71%)

RGB channels and saturation

R 213 of 255 = 84%
G 147 of 255 = 58%
B 182 of 255 = 71%

213
147
182

R + G + B ~ 71%. #D593B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 147 + 182 = 542 (100%)
R 213 of 542 ~ 39.3%
G 147 of 542 ~ 27.12%
B 182 of 542 ~ 33.58'%

%39.3
%27.12
%33.58

CMYK color model

#D593B6 color CMYK value is (0,31,15,16).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 14.55%
  • key color value is 16.47%

CMYK: (0,31,15,16)
C0M31Y15K16 (0%, 31%, 15%, 16%)
(0.00 / 0.31 / 0.15 / 0.16)

CMYK percentages

%0
%30.99
%14.55
%16.47

Codes

Color #D593B6 in popluar color models

D5 93 B6
RGB 213 147 182
HSL 328° 44.00% 70.59%
HSB/HSV 328° 30.99% 83.53%
CMYK 0.00% 30.99% 14.55%
16.47%

Color #D593B6 in popluar number systems.

HEX D5 93 B6
Decimal 213 147 182
Binary 11010101 10010011 10110110
Octal 325 223 266

Shades and tints

Shades of #D593B6

#D593B6
(213,147,182)
#C286A6
(194,134,166)
#AF7996
(175,121,150)
#9C6C86
(156,108,134)
#895F76
(137,95,118)
#765266
(118,82,102)
#634556
(99,69,86)
#503846
(80,56,70)
#3D2B36
(61,43,54)
#2A1E26
(42,30,38)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #D593B6

#D593B6
(213,147,182)
#D89CBC
(216,156,188)
#DBA5C2
(219,165,194)
#DEAEC8
(222,174,200)
#E1B7CE
(225,183,206)
#E4C0D4
(228,192,212)
#E7C9DA
(231,201,218)
#EAD2E0
(234,210,224)
#EDDBE6
(237,219,230)
#F0E4EC
(240,228,236)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D593B6 color. Also use rgb(213,147,182) instead hex code.

Text Font Color

.myTextColor { color: #D593B6; }

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

This text font color is #D593B6.

Background Color

.myBgColor { background-color: #D593B6; }

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

This div background color is #D593B6.

Border color

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

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

This div border color is #D593B6.

Opacity

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

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

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

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

This text has shadow with #D593B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D593B6.

Preview

Color preview on black background

This text has color #D593B6 on black background.


Color preview on white background

This text has color #D593B6 on white background.


Black color preview on #D593B6 background

This text has black color on #D593B6 background.


White color preview on #D593B6 background

This text has white color on #D593B6 background.


Related colors

Complementary color

Complementary color for #hex is #2A6C49.


I love getcolorcode.com

Triadic colors

1 #B6D593 and #93B6D5 with #D593B6 are triadic colors.

2 #B693D5 and #93D5B6 with #D593B6 are triadic colors.