COLOR #D4588A

HEX: #D4588A
RGB: (212,88,138)

Color info

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

RGB color model

#D4588A color RGB value is (212,88,138).

  • red value is 212;
  • green value is 88;
  • blue value is 138.
RGB:
(212,88,138)
(83%,35%,54%)

RGB channels and saturation

R 212 of 255 = 83%
G 88 of 255 = 35%
B 138 of 255 = 54%

212
88
138

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

Portions of RGB colors in percentages

R + G + B =
212 + 88 + 138 = 438 (100%)
R 212 of 438 ~ 48.4%
G 88 of 438 ~ 20.09%
B 138 of 438 ~ 31.51%

%48.4
%20.09
%31.51

CMYK color model

#D4588A color CMYK value is (0,58,35,17).

  • cyan value is 0.00%
  • magenta value is 58.49%
  • yellow value is 34.91%
  • key color value is 16.86%
CMYK:
(0,58,35,17)
C0M58Y35K17 
(0%,58%,35%,17%)
(0.00/0.58/0.35/0.17)	

CMYK percentages

%0
%58.49
%34.91
%16.86

Codes

Color #D4588A in popluar color models

D4588A
RGB21288138
HSL336°59.05%58.82%
HSB/HSV336°58.49%83.14%
CMYK0.00%58.49%34.91%
16.86%

Color #D4588A in popluar number systems.

HEXD4588A
Decimal21288138
Binary11010100101100010001010
Octal324130212

Shades and tints

Shades of #D4588A

#D4588A
(212,88,138)
#C1507E
(193,80,126)
#AE4872
(174,72,114)
#9B4066
(155,64,102)
#88385A
(136,56,90)
#75304E
(117,48,78)
#622842
(98,40,66)
#4F2036
(79,32,54)
#3C182A
(60,24,42)
#29101E
(41,16,30)
#160812
(22,8,18)
#000000
(0,0,0)

Tints of #D4588A

#D4588A
(212,88,138)
#D76794
(215,103,148)
#DA769E
(218,118,158)
#DD85A8
(221,133,168)
#E094B2
(224,148,178)
#E3A3BC
(227,163,188)
#E6B2C6
(230,178,198)
#E9C1D0
(233,193,208)
#ECD0DA
(236,208,218)
#EFDFE4
(239,223,228)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4588A color. Also use rgb(212,88,138) instead hex code.

Text Font Color

.myTextColor { color: #D4588A; }

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

This text font color is #D4588A.


Background Color

.myBgColor { background-color: #D4588A; }

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

This div background color is #D4588A.


Border color

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

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

This div border color is #D4588A.


Opacity

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

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

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

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

This text has shadow with #D4588A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4588A on black background.


Color preview on white background

This text has color #D4588A on white background.



Black color preview on #D4588A background

This text has black color on #D4588A background.


White color preview on #D4588A background

This text has white color on #D4588A background.