COLOR #D892E1

HEX: #D892E1
RGB: (216,146,225)

Color info

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

RGB color model

#D892E1 color RGB value is (216,146,225).

  • red value is 216;
  • green value is 146;
  • blue value is 225.
RGB:
(216,146,225)
(85%,57%,88%)

RGB channels and saturation

R 216 of 255 = 85%
G 146 of 255 = 57%
B 225 of 255 = 88%

216
146
225

R + G + B ~ 77%. #D892E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 146 + 225 = 587 (100%)
R 216 of 587 ~ 36.8%
G 146 of 587 ~ 24.87%
B 225 of 587 ~ 38.33%

%36.8
%24.87
%38.33

CMYK color model

#D892E1 color CMYK value is (4,35,0,12).

  • cyan value is 4.00%
  • magenta value is 35.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(4,35,0,12)
C4M35Y0K12 
(4%,35%,0%,12%)
(0.04/0.35/0.00/0.12)	

CMYK percentages

%4
%35.11
%0
%11.76

Codes

Color #D892E1 in popluar color models

D892E1
RGB216146225
HSL293°56.83%72.75%
HSB/HSV293°35.11%88.24%
CMYK4.00%35.11%0.00%
11.76%

Color #D892E1 in popluar number systems.

HEXD892E1
Decimal216146225
Binary110110001001001011100001
Octal330222341

Shades and tints

Shades of #D892E1

#D892E1
(216,146,225)
#C585CD
(197,133,205)
#B278B9
(178,120,185)
#9F6BA5
(159,107,165)
#8C5E91
(140,94,145)
#79517D
(121,81,125)
#664469
(102,68,105)
#533755
(83,55,85)
#402A41
(64,42,65)
#2D1D2D
(45,29,45)
#1A1019
(26,16,25)
#000000
(0,0,0)

Tints of #D892E1

#D892E1
(216,146,225)
#DB9BE3
(219,155,227)
#DEA4E5
(222,164,229)
#E1ADE7
(225,173,231)
#E4B6E9
(228,182,233)
#E7BFEB
(231,191,235)
#EAC8ED
(234,200,237)
#EDD1EF
(237,209,239)
#F0DAF1
(240,218,241)
#F3E3F3
(243,227,243)
#F6ECF5
(246,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D892E1 color. Also use rgb(216,146,225) instead hex code.

Text Font Color

.myTextColor { color: #D892E1; }

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

This text font color is #D892E1.


Background Color

.myBgColor { background-color: #D892E1; }

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

This div background color is #D892E1.


Border color

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

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

This div border color is #D892E1.


Opacity

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

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

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

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

This text has shadow with #D892E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D892E1 on black background.


Color preview on white background

This text has color #D892E1 on white background.



Black color preview on #D892E1 background

This text has black color on #D892E1 background.


White color preview on #D892E1 background

This text has white color on #D892E1 background.