COLOR #D893D5

HEX: #D893D5
RGB: (216,147,213)

Color info

#D893D5 contains mainly red and blue colors. Web safe color of #D893D5 is #CC99CC (or #C9C).

RGB color model

#D893D5 color RGB value is (216,147,213).

  • red value is 216;
  • green value is 147;
  • blue value is 213.
RGB:
(216,147,213)
(85%,58%,84%)

RGB channels and saturation

R 216 of 255 = 85%
G 147 of 255 = 58%
B 213 of 255 = 84%

216
147
213

R + G + B ~ 76%. #D893D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 147 + 213 = 576 (100%)
R 216 of 576 ~ 37.5%
G 147 of 576 ~ 25.52%
B 213 of 576 ~ 36.98%

%37.5
%25.52
%36.98

CMYK color model

#D893D5 color CMYK value is (0,32,1,15).

  • cyan value is 0.00%
  • magenta value is 31.94%
  • yellow value is 1.39%
  • key color value is 15.29%
CMYK:
(0,32,1,15)
C0M32Y1K15 
(0%,32%,1%,15%)
(0.00/0.32/0.01/0.15)	

CMYK percentages

%0
%31.94
%1.39
%15.29

Codes

Color #D893D5 in popluar color models

D893D5
RGB216147213
HSL303°46.94%71.18%
HSB/HSV303°31.94%84.71%
CMYK0.00%31.94%1.39%
15.29%

Color #D893D5 in popluar number systems.

HEXD893D5
Decimal216147213
Binary110110001001001111010101
Octal330223325

Shades and tints

Shades of #D893D5

#D893D5
(216,147,213)
#C586C2
(197,134,194)
#B279AF
(178,121,175)
#9F6C9C
(159,108,156)
#8C5F89
(140,95,137)
#795276
(121,82,118)
#664563
(102,69,99)
#533850
(83,56,80)
#402B3D
(64,43,61)
#2D1E2A
(45,30,42)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #D893D5

#D893D5
(216,147,213)
#DB9CD8
(219,156,216)
#DEA5DB
(222,165,219)
#E1AEDE
(225,174,222)
#E4B7E1
(228,183,225)
#E7C0E4
(231,192,228)
#EAC9E7
(234,201,231)
#EDD2EA
(237,210,234)
#F0DBED
(240,219,237)
#F3E4F0
(243,228,240)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D893D5 color. Also use rgb(216,147,213) instead hex code.

Text Font Color

.myTextColor { color: #D893D5; }

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

This text font color is #D893D5.


Background Color

.myBgColor { background-color: #D893D5; }

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

This div background color is #D893D5.


Border color

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

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

This div border color is #D893D5.


Opacity

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

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

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

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

This text has shadow with #D893D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D893D5 on black background.


Color preview on white background

This text has color #D893D5 on white background.



Black color preview on #D893D5 background

This text has black color on #D893D5 background.


White color preview on #D893D5 background

This text has white color on #D893D5 background.