COLOR #D5707B

HEX: #D5707B RGB: (213,112,123)

Color info

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

RGB color model

#D5707B color RGB value is (213,112,123).

RGB: (213,112,123) (84%, 44%, 48%)

RGB channels and saturation

R 213 of 255 = 84%
G 112 of 255 = 44%
B 123 of 255 = 48%

213
112
123

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

Portions of RGB colors in percentages

R + G + B = 213 + 112 + 123 = 448 (100%)
R 213 of 448 ~ 47.54%
G 112 of 448 ~ 25%
B 123 of 448 ~ 27.46'%

%47.54
%25
%27.46

CMYK color model

#D5707B color CMYK value is (0,47,42,16).

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

CMYK: (0,47,42,16)
C0M47Y42K16 (0%, 47%, 42%, 16%)
(0.00 / 0.47 / 0.42 / 0.16)

CMYK percentages

%0
%47.42
%42.25
%16.47

Codes

Color #D5707B in popluar color models

D5 70 7B
RGB 213 112 123
HSL 353° 54.59% 63.73%
HSB/HSV 353° 47.42% 83.53%
CMYK 0.00% 47.42% 42.25%
16.47%

Color #D5707B in popluar number systems.

HEX D5 70 7B
Decimal 213 112 123
Binary 11010101 1110000 1111011
Octal 325 160 173

Shades and tints

Shades of #D5707B

#D5707B
(213,112,123)
#C26670
(194,102,112)
#AF5C65
(175,92,101)
#9C525A
(156,82,90)
#89484F
(137,72,79)
#763E44
(118,62,68)
#633439
(99,52,57)
#502A2E
(80,42,46)
#3D2023
(61,32,35)
#2A1618
(42,22,24)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #D5707B

#D5707B
(213,112,123)
#D87D87
(216,125,135)
#DB8A93
(219,138,147)
#DE979F
(222,151,159)
#E1A4AB
(225,164,171)
#E4B1B7
(228,177,183)
#E7BEC3
(231,190,195)
#EACBCF
(234,203,207)
#EDD8DB
(237,216,219)
#F0E5E7
(240,229,231)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5707B; }

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

This text font color is #D5707B.

Background Color

.myBgColor { background-color: #D5707B; }

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

This div background color is #D5707B.

Border color

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

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

This div border color is #D5707B.

Opacity

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

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

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

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

This text has shadow with #D5707B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5707B.

Preview

Color preview on black background

This text has color #D5707B on black background.


Color preview on white background

This text has color #D5707B on white background.


Black color preview on #D5707B background

This text has black color on #D5707B background.


White color preview on #D5707B background

This text has white color on #D5707B background.


Related colors

Complementary color

Complementary color for #hex is #2A8F84.


I love getcolorcode.com

Triadic colors

1 #7BD570 and #707BD5 with #D5707B are triadic colors.

2 #7B70D5 and #70D57B with #D5707B are triadic colors.