COLOR #D288A4

HEX: #D288A4
RGB: (210,136,164)

Color info

#D288A4 contains mainly red and blue colors. Web safe color of #D288A4 is #CC9999 (or #C99).

RGB color model

#D288A4 color RGB value is (210,136,164).

  • red value is 210;
  • green value is 136;
  • blue value is 164.
RGB:
(210,136,164)
(82%,53%,64%)

RGB channels and saturation

R 210 of 255 = 82%
G 136 of 255 = 53%
B 164 of 255 = 64%

210
136
164

R + G + B ~ 66%. #D288A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 136 + 164 = 510 (100%)
R 210 of 510 ~ 41.18%
G 136 of 510 ~ 26.67%
B 164 of 510 ~ 32.16%

%41.18
%26.67
%32.16

CMYK color model

#D288A4 color CMYK value is (0,35,22,18).

  • cyan value is 0.00%
  • magenta value is 35.24%
  • yellow value is 21.90%
  • key color value is 17.65%
CMYK:
(0,35,22,18)
C0M35Y22K18 
(0%,35%,22%,18%)
(0.00/0.35/0.22/0.18)	

CMYK percentages

%0
%35.24
%21.9
%17.65

Codes

Color #D288A4 in popluar color models

D288A4
RGB210136164
HSL337°45.12%67.84%
HSB/HSV337°35.24%82.35%
CMYK0.00%35.24%21.90%
17.65%

Color #D288A4 in popluar number systems.

HEXD288A4
Decimal210136164
Binary110100101000100010100100
Octal322210244

Shades and tints

Shades of #D288A4

#D288A4
(210,136,164)
#BF7C96
(191,124,150)
#AC7088
(172,112,136)
#99647A
(153,100,122)
#86586C
(134,88,108)
#734C5E
(115,76,94)
#604050
(96,64,80)
#4D3442
(77,52,66)
#3A2834
(58,40,52)
#271C26
(39,28,38)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #D288A4

#D288A4
(210,136,164)
#D692AC
(214,146,172)
#DA9CB4
(218,156,180)
#DEA6BC
(222,166,188)
#E2B0C4
(226,176,196)
#E6BACC
(230,186,204)
#EAC4D4
(234,196,212)
#EECEDC
(238,206,220)
#F2D8E4
(242,216,228)
#F6E2EC
(246,226,236)
#FAECF4
(250,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D288A4 color. Also use rgb(210,136,164) instead hex code.

Text Font Color

.myTextColor { color: #D288A4; }

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

This text font color is #D288A4.


Background Color

.myBgColor { background-color: #D288A4; }

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

This div background color is #D288A4.


Border color

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

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

This div border color is #D288A4.


Opacity

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

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

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

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

This text has shadow with #D288A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D288A4 on black background.


Color preview on white background

This text has color #D288A4 on white background.



Black color preview on #D288A4 background

This text has black color on #D288A4 background.


White color preview on #D288A4 background

This text has white color on #D288A4 background.