COLOR #D92ED9

HEX: #D92ED9
RGB: (217,46,217)

Color info

#D92ED9 contains mainly red and blue colors. Web safe color of #D92ED9 is #CC33CC (or #C3C).

RGB color model

#D92ED9 color RGB value is (217,46,217).

  • red value is 217;
  • green value is 46;
  • blue value is 217.
RGB:
(217,46,217)
(85%,18%,85%)

RGB channels and saturation

R 217 of 255 = 85%
G 46 of 255 = 18%
B 217 of 255 = 85%

217
46
217

R + G + B ~ 63%. #D92ED9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 46 + 217 = 480 (100%)
R 217 of 480 ~ 45.21%
G 46 of 480 ~ 9.58%
B 217 of 480 ~ 45.21%

%45.21
%9.58
%45.21

CMYK color model

#D92ED9 color CMYK value is (0,79,0,15).

  • cyan value is 0.00%
  • magenta value is 78.80%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(0,79,0,15)
C0M79Y0K15 
(0%,79%,0%,15%)
(0.00/0.79/0.00/0.15)	

CMYK percentages

%0
%78.8
%0
%14.9

Codes

Color #D92ED9 in popluar color models

D92ED9
RGB21746217
HSL300°69.23%51.57%
HSB/HSV300°78.80%85.10%
CMYK0.00%78.80%0.00%
14.90%

Color #D92ED9 in popluar number systems.

HEXD92ED9
Decimal21746217
Binary1101100110111011011001
Octal33156331

Shades and tints

Shades of #D92ED9

#D92ED9
(217,46,217)
#C62AC6
(198,42,198)
#B326B3
(179,38,179)
#A022A0
(160,34,160)
#8D1E8D
(141,30,141)
#7A1A7A
(122,26,122)
#671667
(103,22,103)
#541254
(84,18,84)
#410E41
(65,14,65)
#2E0A2E
(46,10,46)
#1B061B
(27,6,27)
#000000
(0,0,0)

Tints of #D92ED9

#D92ED9
(217,46,217)
#DC41DC
(220,65,220)
#DF54DF
(223,84,223)
#E267E2
(226,103,226)
#E57AE5
(229,122,229)
#E88DE8
(232,141,232)
#EBA0EB
(235,160,235)
#EEB3EE
(238,179,238)
#F1C6F1
(241,198,241)
#F4D9F4
(244,217,244)
#F7ECF7
(247,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D92ED9; }

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

This text font color is #D92ED9.


Background Color

.myBgColor { background-color: #D92ED9; }

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

This div background color is #D92ED9.


Border color

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

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

This div border color is #D92ED9.


Opacity

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

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

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

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

This text has shadow with #D92ED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D92ED9 on black background.


Color preview on white background

This text has color #D92ED9 on white background.



Black color preview on #D92ED9 background

This text has black color on #D92ED9 background.


White color preview on #D92ED9 background

This text has white color on #D92ED9 background.