COLOR #D992E4

HEX: #D992E4
RGB: (217,146,228)

Color info

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

RGB color model

#D992E4 color RGB value is (217,146,228).

  • red value is 217;
  • green value is 146;
  • blue value is 228.
RGB:
(217,146,228)
(85%,57%,89%)

RGB channels and saturation

R 217 of 255 = 85%
G 146 of 255 = 57%
B 228 of 255 = 89%

217
146
228

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

Portions of RGB colors in percentages

R + G + B =
217 + 146 + 228 = 591 (100%)
R 217 of 591 ~ 36.72%
G 146 of 591 ~ 24.7%
B 228 of 591 ~ 38.58%

%36.72
%24.7
%38.58

CMYK color model

#D992E4 color CMYK value is (5,36,0,11).

  • cyan value is 4.82%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(5,36,0,11)
C5M36Y0K11 
(5%,36%,0%,11%)
(0.05/0.36/0.00/0.11)	

CMYK percentages

%4.82
%35.96
%0
%10.59

Codes

Color #D992E4 in popluar color models

D992E4
RGB217146228
HSL292°60.29%73.33%
HSB/HSV292°35.96%89.41%
CMYK4.82%35.96%0.00%
10.59%

Color #D992E4 in popluar number systems.

HEXD992E4
Decimal217146228
Binary110110011001001011100100
Octal331222344

Shades and tints

Shades of #D992E4

#D992E4
(217,146,228)
#C685D0
(198,133,208)
#B378BC
(179,120,188)
#A06BA8
(160,107,168)
#8D5E94
(141,94,148)
#7A5180
(122,81,128)
#67446C
(103,68,108)
#543758
(84,55,88)
#412A44
(65,42,68)
#2E1D30
(46,29,48)
#1B101C
(27,16,28)
#000000
(0,0,0)

Tints of #D992E4

#D992E4
(217,146,228)
#DC9BE6
(220,155,230)
#DFA4E8
(223,164,232)
#E2ADEA
(226,173,234)
#E5B6EC
(229,182,236)
#E8BFEE
(232,191,238)
#EBC8F0
(235,200,240)
#EED1F2
(238,209,242)
#F1DAF4
(241,218,244)
#F4E3F6
(244,227,246)
#F7ECF8
(247,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D992E4 color. Also use rgb(217,146,228) instead hex code.

Text Font Color

.myTextColor { color: #D992E4; }

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

This text font color is #D992E4.


Background Color

.myBgColor { background-color: #D992E4; }

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

This div background color is #D992E4.


Border color

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

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

This div border color is #D992E4.


Opacity

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

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

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

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

This text has shadow with #D992E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D992E4 on black background.


Color preview on white background

This text has color #D992E4 on white background.



Black color preview on #D992E4 background

This text has black color on #D992E4 background.


White color preview on #D992E4 background

This text has white color on #D992E4 background.