COLOR #D893D7

HEX: #D893D7 RGB: (216,147,215)

Color info

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

RGB color model

#D893D7 color RGB value is (216,147,215).

RGB: (216,147,215) (85%, 58%, 84%)

RGB channels and saturation

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

216
147
215

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

Portions of RGB colors in percentages

R + G + B = 216 + 147 + 215 = 578 (100%)
R 216 of 578 ~ 37.37%
G 147 of 578 ~ 25.43%
B 215 of 578 ~ 37.2'%

%37.37
%25.43
%37.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.94%
  • yellow value is 0.46%
  • key color value is 15.29%
CMYK: (0,32,0,15) C0M32Y0K15 (0%,32%,0%,15%) (0.00/0.32/0.00/0.15) 

CMYK percentages

%0
%31.94
%0.46
%15.29

Codes

Color #D893D7 in popluar color models

D8 93 D7
RGB 216 147 215
HSL 301° 46.94% 71.18%
HSB/HSV 301° 31.94% 84.71%
CMYK 0.00% 31.94% 0.46%
15.29%

Color #D893D7 in popluar number systems.

HEX D8 93 D7
Decimal 216 147 215
Binary 11011000 10010011 11010111
Octal 330 223 327

Shades and tints

Shades of #D893D7

#D893D7
(216,147,215)
#C586C4
(197,134,196)
#B279B1
(178,121,177)
#9F6C9E
(159,108,158)
#8C5F8B
(140,95,139)
#795278
(121,82,120)
#664565
(102,69,101)
#533852
(83,56,82)
#402B3F
(64,43,63)
#2D1E2C
(45,30,44)
#1A1119
(26,17,25)
#000000
(0,0,0)

Tints of #D893D7

#D893D7
(216,147,215)
#DB9CDA
(219,156,218)
#DEA5DD
(222,165,221)
#E1AEE0
(225,174,224)
#E4B7E3
(228,183,227)
#E7C0E6
(231,192,230)
#EAC9E9
(234,201,233)
#EDD2EC
(237,210,236)
#F0DBEF
(240,219,239)
#F3E4F2
(243,228,242)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D893D7; }

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

This text font color is #D893D7.

Background Color

.myBgColor { background-color: #D893D7; }

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

This div background color is #D893D7.

Border color

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

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

This div border color is #D893D7.

Opacity

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

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

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

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

This text has shadow with #D893D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D893D7.

Preview

Color preview on black background

This text has color #D893D7 on black background.


Color preview on white background

This text has color #D893D7 on white background.


Black color preview on #D893D7 background

This text has black color on #D893D7 background.


White color preview on #D893D7 background

This text has white color on #D893D7 background.


Related colors

Complementary color

Complementary color for #hex is #276C28.


I love getcolorcode.com

Triadic colors

1 #D7D893 and #93D7D8 with #D893D7 are triadic colors.

2 #D793D8 and #93D8D7 with #D893D7 are triadic colors.