COLOR #D894B2

HEX: #D894B2
RGB: (216,148,178)

Color info

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

RGB color model

#D894B2 color RGB value is (216,148,178).

  • red value is 216;
  • green value is 148;
  • blue value is 178.
RGB:
(216,148,178)
(85%,58%,70%)

RGB channels and saturation

R 216 of 255 = 85%
G 148 of 255 = 58%
B 178 of 255 = 70%

216
148
178

R + G + B ~ 71%. #D894B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 148 + 178 = 542 (100%)
R 216 of 542 ~ 39.85%
G 148 of 542 ~ 27.31%
B 178 of 542 ~ 32.84%

%39.85
%27.31
%32.84

CMYK color model

#D894B2 color CMYK value is (0,31,18,15).

  • cyan value is 0.00%
  • magenta value is 31.48%
  • yellow value is 17.59%
  • key color value is 15.29%
CMYK:
(0,31,18,15)
C0M31Y18K15 
(0%,31%,18%,15%)
(0.00/0.31/0.18/0.15)	

CMYK percentages

%0
%31.48
%17.59
%15.29

Codes

Color #D894B2 in popluar color models

D894B2
RGB216148178
HSL334°46.58%71.37%
HSB/HSV334°31.48%84.71%
CMYK0.00%31.48%17.59%
15.29%

Color #D894B2 in popluar number systems.

HEXD894B2
Decimal216148178
Binary110110001001010010110010
Octal330224262

Shades and tints

Shades of #D894B2

#D894B2
(216,148,178)
#C587A2
(197,135,162)
#B27A92
(178,122,146)
#9F6D82
(159,109,130)
#8C6072
(140,96,114)
#795362
(121,83,98)
#664652
(102,70,82)
#533942
(83,57,66)
#402C32
(64,44,50)
#2D1F22
(45,31,34)
#1A1212
(26,18,18)
#000000
(0,0,0)

Tints of #D894B2

#D894B2
(216,148,178)
#DB9DB9
(219,157,185)
#DEA6C0
(222,166,192)
#E1AFC7
(225,175,199)
#E4B8CE
(228,184,206)
#E7C1D5
(231,193,213)
#EACADC
(234,202,220)
#EDD3E3
(237,211,227)
#F0DCEA
(240,220,234)
#F3E5F1
(243,229,241)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D894B2 color. Also use rgb(216,148,178) instead hex code.

Text Font Color

.myTextColor { color: #D894B2; }

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

This text font color is #D894B2.


Background Color

.myBgColor { background-color: #D894B2; }

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

This div background color is #D894B2.


Border color

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

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

This div border color is #D894B2.


Opacity

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

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

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

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

This text has shadow with #D894B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D894B2 on black background.


Color preview on white background

This text has color #D894B2 on white background.



Black color preview on #D894B2 background

This text has black color on #D894B2 background.


White color preview on #D894B2 background

This text has white color on #D894B2 background.