COLOR #D5768B

HEX: #D5768B
RGB: (213,118,139)

Color info

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

RGB color model

#D5768B color RGB value is (213,118,139).

  • red value is 213;
  • green value is 118;
  • blue value is 139.
RGB:
(213,118,139)
(84%,46%,55%)

RGB channels and saturation

R 213 of 255 = 84%
G 118 of 255 = 46%
B 139 of 255 = 55%

213
118
139

R + G + B ~ 62%. #D5768B is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 118 + 139 = 470 (100%)
R 213 of 470 ~ 45.32%
G 118 of 470 ~ 25.11%
B 139 of 470 ~ 29.57%

%45.32
%25.11
%29.57

CMYK color model

#D5768B color CMYK value is (0,45,35,16).

  • cyan value is 0.00%
  • magenta value is 44.60%
  • yellow value is 34.74%
  • key color value is 16.47%
CMYK:
(0,45,35,16)
C0M45Y35K16 
(0%,45%,35%,16%)
(0.00/0.45/0.35/0.16)	

CMYK percentages

%0
%44.6
%34.74
%16.47

Codes

Color #D5768B in popluar color models

D5768B
RGB213118139
HSL347°53.07%64.90%
HSB/HSV347°44.60%83.53%
CMYK0.00%44.60%34.74%
16.47%

Color #D5768B in popluar number systems.

HEXD5768B
Decimal213118139
Binary11010101111011010001011
Octal325166213

Shades and tints

Shades of #D5768B

#D5768B
(213,118,139)
#C26C7F
(194,108,127)
#AF6273
(175,98,115)
#9C5867
(156,88,103)
#894E5B
(137,78,91)
#76444F
(118,68,79)
#633A43
(99,58,67)
#503037
(80,48,55)
#3D262B
(61,38,43)
#2A1C1F
(42,28,31)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #D5768B

#D5768B
(213,118,139)
#D88295
(216,130,149)
#DB8E9F
(219,142,159)
#DE9AA9
(222,154,169)
#E1A6B3
(225,166,179)
#E4B2BD
(228,178,189)
#E7BEC7
(231,190,199)
#EACAD1
(234,202,209)
#EDD6DB
(237,214,219)
#F0E2E5
(240,226,229)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5768B; }

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

This text font color is #D5768B.


Background Color

.myBgColor { background-color: #D5768B; }

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

This div background color is #D5768B.


Border color

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

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

This div border color is #D5768B.


Opacity

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

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

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

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

This text has shadow with #D5768B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5768B on black background.


Color preview on white background

This text has color #D5768B on white background.



Black color preview on #D5768B background

This text has black color on #D5768B background.


White color preview on #D5768B background

This text has white color on #D5768B background.