COLOR #D88FA2

HEX: #D88FA2 RGB: (216,143,162)

Color info

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

RGB color model

#D88FA2 color RGB value is (216,143,162).

RGB: (216,143,162) (85%, 56%, 64%)

RGB channels and saturation

R 216 of 255 = 85%
G 143 of 255 = 56%
B 162 of 255 = 64%

216
143
162

R + G + B ~ 68%. #D88FA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 143 + 162 = 521 (100%)
R 216 of 521 ~ 41.46%
G 143 of 521 ~ 27.45%
B 162 of 521 ~ 31.09'%

%41.46
%27.45
%31.09

CMYK color model

#D88FA2 color CMYK value is (0,34,25,15).

  • cyan value is 0.00%
  • magenta value is 33.80%
  • yellow value is 25.00%
  • key color value is 15.29%
CMYK: (0,34,25,15) C0M34Y25K15 (0%,34%,25%,15%) (0.00/0.34/0.25/0.15) 

CMYK percentages

%0
%33.8
%25
%15.29

Codes

Color #D88FA2 in popluar color models

D8 8F A2
RGB 216 143 162
HSL 344° 48.34% 70.39%
HSB/HSV 344° 33.80% 84.71%
CMYK 0.00% 33.80% 25.00%
15.29%

Color #D88FA2 in popluar number systems.

HEX D8 8F A2
Decimal 216 143 162
Binary 11011000 10001111 10100010
Octal 330 217 242

Shades and tints

Shades of #D88FA2

#D88FA2
(216,143,162)
#C58294
(197,130,148)
#B27586
(178,117,134)
#9F6878
(159,104,120)
#8C5B6A
(140,91,106)
#794E5C
(121,78,92)
#66414E
(102,65,78)
#533440
(83,52,64)
#402732
(64,39,50)
#2D1A24
(45,26,36)
#1A0D16
(26,13,22)
#000000
(0,0,0)

Tints of #D88FA2

#D88FA2
(216,143,162)
#DB99AA
(219,153,170)
#DEA3B2
(222,163,178)
#E1ADBA
(225,173,186)
#E4B7C2
(228,183,194)
#E7C1CA
(231,193,202)
#EACBD2
(234,203,210)
#EDD5DA
(237,213,218)
#F0DFE2
(240,223,226)
#F3E9EA
(243,233,234)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88FA2 color. Also use rgb(216,143,162) instead hex code.

Text Font Color

.myTextColor { color: #D88FA2; }

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

This text font color is #D88FA2.

Background Color

.myBgColor { background-color: #D88FA2; }

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

This div background color is #D88FA2.

Border color

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

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

This div border color is #D88FA2.

Opacity

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

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

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

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

This text has shadow with #D88FA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D88FA2.

Preview

Color preview on black background

This text has color #D88FA2 on black background.


Color preview on white background

This text has color #D88FA2 on white background.


Black color preview on #D88FA2 background

This text has black color on #D88FA2 background.


White color preview on #D88FA2 background

This text has white color on #D88FA2 background.


Related colors

Complementary color

Complementary color for #hex is #27705D.


I love getcolorcode.com

Triadic colors

1 #A2D88F and #8FA2D8 with #D88FA2 are triadic colors.

2 #A28FD8 and #8FD8A2 with #D88FA2 are triadic colors.