COLOR #D57878

HEX: #D57878
RGB: (213,120,120)

Color info

#D57878 contains mainly red color. Web safe color of #D57878 is #CC6666 (or #C66).

RGB color model

#D57878 color RGB value is (213,120,120).

  • red value is 213;
  • green value is 120;
  • blue value is 120.
RGB:
(213,120,120)
(84%,47%,47%)

RGB channels and saturation

R 213 of 255 = 84%
G 120 of 255 = 47%
B 120 of 255 = 47%

213
120
120

R + G + B ~ 59%. #D57878 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
213 + 120 + 120 = 453 (100%)
R 213 of 453 ~ 47.02%
G 120 of 453 ~ 26.49%
B 120 of 453 ~ 26.49%

%47.02
%26.49
%26.49

CMYK color model

#D57878 color CMYK value is (0,44,44,16).

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 43.66%
  • key color value is 16.47%
CMYK:
(0,44,44,16)
C0M44Y44K16 
(0%,44%,44%,16%)
(0.00/0.44/0.44/0.16)	

CMYK percentages

%0
%43.66
%43.66
%16.47

Codes

Color #D57878 in popluar color models

D57878
RGB213120120
HSL52.54%65.29%
HSB/HSV43.66%83.53%
CMYK0.00%43.66%43.66%
16.47%

Color #D57878 in popluar number systems.

HEXD57878
Decimal213120120
Binary1101010111110001111000
Octal325170170

Shades and tints

Shades of #D57878

#D57878
(213,120,120)
#C26E6E
(194,110,110)
#AF6464
(175,100,100)
#9C5A5A
(156,90,90)
#895050
(137,80,80)
#764646
(118,70,70)
#633C3C
(99,60,60)
#503232
(80,50,50)
#3D2828
(61,40,40)
#2A1E1E
(42,30,30)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #D57878

#D57878
(213,120,120)
#D88484
(216,132,132)
#DB9090
(219,144,144)
#DE9C9C
(222,156,156)
#E1A8A8
(225,168,168)
#E4B4B4
(228,180,180)
#E7C0C0
(231,192,192)
#EACCCC
(234,204,204)
#EDD8D8
(237,216,216)
#F0E4E4
(240,228,228)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D57878; }

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

This text font color is #D57878.


Background Color

.myBgColor { background-color: #D57878; }

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

This div background color is #D57878.


Border color

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

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

This div border color is #D57878.


Opacity

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

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

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

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

This text has shadow with #D57878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57878 on black background.


Color preview on white background

This text has color #D57878 on white background.



Black color preview on #D57878 background

This text has black color on #D57878 background.


White color preview on #D57878 background

This text has white color on #D57878 background.