COLOR #D4588D

HEX: #D4588D
RGB: (212,88,141)

Color info

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

RGB color model

#D4588D color RGB value is (212,88,141).

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

RGB channels and saturation

R 212 of 255 = 83%
G 88 of 255 = 35%
B 141 of 255 = 55%

212
88
141

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

Portions of RGB colors in percentages

R + G + B =
212 + 88 + 141 = 441 (100%)
R 212 of 441 ~ 48.07%
G 88 of 441 ~ 19.95%
B 141 of 441 ~ 31.97%

%48.07
%19.95
%31.97

CMYK color model

#D4588D color CMYK value is (0,58,33,17).

  • cyan value is 0.00%
  • magenta value is 58.49%
  • yellow value is 33.49%
  • key color value is 16.86%
CMYK:
(0,58,33,17)
C0M58Y33K17 
(0%,58%,33%,17%)
(0.00/0.58/0.33/0.17)	

CMYK percentages

%0
%58.49
%33.49
%16.86

Codes

Color #D4588D in popluar color models

D4588D
RGB21288141
HSL334°59.05%58.82%
HSB/HSV334°58.49%83.14%
CMYK0.00%58.49%33.49%
16.86%

Color #D4588D in popluar number systems.

HEXD4588D
Decimal21288141
Binary11010100101100010001101
Octal324130215

Shades and tints

Shades of #D4588D

#D4588D
(212,88,141)
#C15081
(193,80,129)
#AE4875
(174,72,117)
#9B4069
(155,64,105)
#88385D
(136,56,93)
#753051
(117,48,81)
#622845
(98,40,69)
#4F2039
(79,32,57)
#3C182D
(60,24,45)
#291021
(41,16,33)
#160815
(22,8,21)
#000000
(0,0,0)

Tints of #D4588D

#D4588D
(212,88,141)
#D76797
(215,103,151)
#DA76A1
(218,118,161)
#DD85AB
(221,133,171)
#E094B5
(224,148,181)
#E3A3BF
(227,163,191)
#E6B2C9
(230,178,201)
#E9C1D3
(233,193,211)
#ECD0DD
(236,208,221)
#EFDFE7
(239,223,231)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4588D; }

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

This text font color is #D4588D.


Background Color

.myBgColor { background-color: #D4588D; }

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

This div background color is #D4588D.


Border color

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

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

This div border color is #D4588D.


Opacity

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

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

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

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

This text has shadow with #D4588D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4588D on black background.


Color preview on white background

This text has color #D4588D on white background.



Black color preview on #D4588D background

This text has black color on #D4588D background.


White color preview on #D4588D background

This text has white color on #D4588D background.