COLOR #D47598

HEX: #D47598
RGB: (212,117,152)

Color info

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

RGB color model

#D47598 color RGB value is (212,117,152).

  • red value is 212;
  • green value is 117;
  • blue value is 152.
RGB:
(212,117,152)
(83%,46%,60%)

RGB channels and saturation

R 212 of 255 = 83%
G 117 of 255 = 46%
B 152 of 255 = 60%

212
117
152

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

Portions of RGB colors in percentages

R + G + B =
212 + 117 + 152 = 481 (100%)
R 212 of 481 ~ 44.07%
G 117 of 481 ~ 24.32%
B 152 of 481 ~ 31.6%

%44.07
%24.32
%31.6

CMYK color model

#D47598 color CMYK value is (0,45,28,17).

  • cyan value is 0.00%
  • magenta value is 44.81%
  • yellow value is 28.30%
  • key color value is 16.86%
CMYK:
(0,45,28,17)
C0M45Y28K17 
(0%,45%,28%,17%)
(0.00/0.45/0.28/0.17)	

CMYK percentages

%0
%44.81
%28.3
%16.86

Codes

Color #D47598 in popluar color models

D47598
RGB212117152
HSL338°52.49%64.51%
HSB/HSV338°44.81%83.14%
CMYK0.00%44.81%28.30%
16.86%

Color #D47598 in popluar number systems.

HEXD47598
Decimal212117152
Binary11010100111010110011000
Octal324165230

Shades and tints

Shades of #D47598

#D47598
(212,117,152)
#C16B8B
(193,107,139)
#AE617E
(174,97,126)
#9B5771
(155,87,113)
#884D64
(136,77,100)
#754357
(117,67,87)
#62394A
(98,57,74)
#4F2F3D
(79,47,61)
#3C2530
(60,37,48)
#291B23
(41,27,35)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #D47598

#D47598
(212,117,152)
#D781A1
(215,129,161)
#DA8DAA
(218,141,170)
#DD99B3
(221,153,179)
#E0A5BC
(224,165,188)
#E3B1C5
(227,177,197)
#E6BDCE
(230,189,206)
#E9C9D7
(233,201,215)
#ECD5E0
(236,213,224)
#EFE1E9
(239,225,233)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47598 color. Also use rgb(212,117,152) instead hex code.

Text Font Color

.myTextColor { color: #D47598; }

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

This text font color is #D47598.


Background Color

.myBgColor { background-color: #D47598; }

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

This div background color is #D47598.


Border color

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

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

This div border color is #D47598.


Opacity

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

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

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

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

This text has shadow with #D47598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47598 on black background.


Color preview on white background

This text has color #D47598 on white background.



Black color preview on #D47598 background

This text has black color on #D47598 background.


White color preview on #D47598 background

This text has white color on #D47598 background.