COLOR #D5729A

HEX: #D5729A
RGB: (213,114,154)

Color info

#D5729A contains mainly red and blue colors. Web safe color of #D5729A is #CC6699 (or #C69).

RGB color model

#D5729A color RGB value is (213,114,154).

  • red value is 213;
  • green value is 114;
  • blue value is 154.
RGB:
(213,114,154)
(84%,45%,60%)

RGB channels and saturation

R 213 of 255 = 84%
G 114 of 255 = 45%
B 154 of 255 = 60%

213
114
154

R + G + B ~ 63%. #D5729A is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 114 + 154 = 481 (100%)
R 213 of 481 ~ 44.28%
G 114 of 481 ~ 23.7%
B 154 of 481 ~ 32.02%

%44.28
%23.7
%32.02

CMYK color model

#D5729A color CMYK value is (0,46,28,16).

  • cyan value is 0.00%
  • magenta value is 46.48%
  • yellow value is 27.70%
  • key color value is 16.47%
CMYK:
(0,46,28,16)
C0M46Y28K16 
(0%,46%,28%,16%)
(0.00/0.46/0.28/0.16)	

CMYK percentages

%0
%46.48
%27.7
%16.47

Codes

Color #D5729A in popluar color models

D5729A
RGB213114154
HSL336°54.10%64.12%
HSB/HSV336°46.48%83.53%
CMYK0.00%46.48%27.70%
16.47%

Color #D5729A in popluar number systems.

HEXD5729A
Decimal213114154
Binary11010101111001010011010
Octal325162232

Shades and tints

Shades of #D5729A

#D5729A
(213,114,154)
#C2688C
(194,104,140)
#AF5E7E
(175,94,126)
#9C5470
(156,84,112)
#894A62
(137,74,98)
#764054
(118,64,84)
#633646
(99,54,70)
#502C38
(80,44,56)
#3D222A
(61,34,42)
#2A181C
(42,24,28)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #D5729A

#D5729A
(213,114,154)
#D87EA3
(216,126,163)
#DB8AAC
(219,138,172)
#DE96B5
(222,150,181)
#E1A2BE
(225,162,190)
#E4AEC7
(228,174,199)
#E7BAD0
(231,186,208)
#EAC6D9
(234,198,217)
#EDD2E2
(237,210,226)
#F0DEEB
(240,222,235)
#F3EAF4
(243,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5729A; }

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

This text font color is #D5729A.


Background Color

.myBgColor { background-color: #D5729A; }

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

This div background color is #D5729A.


Border color

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

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

This div border color is #D5729A.


Opacity

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

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

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

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

This text has shadow with #D5729A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5729A on black background.


Color preview on white background

This text has color #D5729A on white background.



Black color preview on #D5729A background

This text has black color on #D5729A background.


White color preview on #D5729A background

This text has white color on #D5729A background.