COLOR #D57090

HEX: #D57090 RGB: (213,112,144)

Color info

#D57090 contains mainly red color. Web safe color of #D57090 is #CC6699 (or #C69).

RGB color model

#D57090 color RGB value is (213,112,144).

RGB: (213,112,144) (84%, 44%, 56%)

RGB channels and saturation

R 213 of 255 = 84%
G 112 of 255 = 44%
B 144 of 255 = 56%

213
112
144

R + G + B ~ 61%. #D57090 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 112 + 144 = 469 (100%)
R 213 of 469 ~ 45.42%
G 112 of 469 ~ 23.88%
B 144 of 469 ~ 30.7'%

%45.42
%23.88
%30.7

CMYK color model

#D57090 color CMYK value is (0,47,32,16).

  • cyan value is 0.00%
  • magenta value is 47.42%
  • yellow value is 32.39%
  • key color value is 16.47%

CMYK: (0,47,32,16)
C0M47Y32K16 (0%, 47%, 32%, 16%)
(0.00 / 0.47 / 0.32 / 0.16)

CMYK percentages

%0
%47.42
%32.39
%16.47

Codes

Color #D57090 in popluar color models

D5 70 90
RGB 213 112 144
HSL 341° 54.59% 63.73%
HSB/HSV 341° 47.42% 83.53%
CMYK 0.00% 47.42% 32.39%
16.47%

Color #D57090 in popluar number systems.

HEX D5 70 90
Decimal 213 112 144
Binary 11010101 1110000 10010000
Octal 325 160 220

Shades and tints

Shades of #D57090

#D57090
(213,112,144)
#C26683
(194,102,131)
#AF5C76
(175,92,118)
#9C5269
(156,82,105)
#89485C
(137,72,92)
#763E4F
(118,62,79)
#633442
(99,52,66)
#502A35
(80,42,53)
#3D2028
(61,32,40)
#2A161B
(42,22,27)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #D57090

#D57090
(213,112,144)
#D87D9A
(216,125,154)
#DB8AA4
(219,138,164)
#DE97AE
(222,151,174)
#E1A4B8
(225,164,184)
#E4B1C2
(228,177,194)
#E7BECC
(231,190,204)
#EACBD6
(234,203,214)
#EDD8E0
(237,216,224)
#F0E5EA
(240,229,234)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57090 color. Also use rgb(213,112,144) instead hex code.

Text Font Color

.myTextColor { color: #D57090; }

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

This text font color is #D57090.

Background Color

.myBgColor { background-color: #D57090; }

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

This div background color is #D57090.

Border color

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

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

This div border color is #D57090.

Opacity

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

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

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

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

This text has shadow with #D57090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D57090.

Preview

Color preview on black background

This text has color #D57090 on black background.


Color preview on white background

This text has color #D57090 on white background.


Black color preview on #D57090 background

This text has black color on #D57090 background.


White color preview on #D57090 background

This text has white color on #D57090 background.


Related colors

Complementary color

Complementary color for #hex is #2A8F6F.


I love getcolorcode.com

Triadic colors

1 #90D570 and #7090D5 with #D57090 are triadic colors.

2 #9070D5 and #70D590 with #D57090 are triadic colors.