COLOR #D906E0

HEX: #D906E0
RGB: (217,6,224)

Color info

#D906E0 contains mainly red and blue colors. Web safe color of #D906E0 is #CC00CC (or #C0C).

RGB color model

#D906E0 color RGB value is (217,6,224).

  • red value is 217;
  • green value is 6;
  • blue value is 224.
RGB:
(217,6,224)
(85%,2%,88%)

RGB channels and saturation

R 217 of 255 = 85%
G 6 of 255 = 2%
B 224 of 255 = 88%

217
6
224

R + G + B ~ 58%. #D906E0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
217 + 6 + 224 = 447 (100%)
R 217 of 447 ~ 48.55%
G 6 of 447 ~ 1.34%
B 224 of 447 ~ 50.11%

%48.55
%50.11

CMYK color model

#D906E0 color CMYK value is (3,97,0,12).

  • cyan value is 3.13%
  • magenta value is 97.32%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(3,97,0,12)
C3M97Y0K12 
(3%,97%,0%,12%)
(0.03/0.97/0.00/0.12)	

CMYK percentages

%3.13
%97.32
%0
%12.16

Codes

Color #D906E0 in popluar color models

D906E0
RGB2176224
HSL298°94.78%45.10%
HSB/HSV298°97.32%87.84%
CMYK3.13%97.32%0.00%
12.16%

Color #D906E0 in popluar number systems.

HEXD906E0
Decimal2176224
Binary1101100111011100000
Octal3316340

Shades and tints

Shades of #D906E0

#D906E0
(217,6,224)
#C606CC
(198,6,204)
#B306B8
(179,6,184)
#A006A4
(160,6,164)
#8D0690
(141,6,144)
#7A067C
(122,6,124)
#670668
(103,6,104)
#540654
(84,6,84)
#410640
(65,6,64)
#2E062C
(46,6,44)
#1B0618
(27,6,24)
#000000
(0,0,0)

Tints of #D906E0

#D906E0
(217,6,224)
#DC1CE2
(220,28,226)
#DF32E4
(223,50,228)
#E248E6
(226,72,230)
#E55EE8
(229,94,232)
#E874EA
(232,116,234)
#EB8AEC
(235,138,236)
#EEA0EE
(238,160,238)
#F1B6F0
(241,182,240)
#F4CCF2
(244,204,242)
#F7E2F4
(247,226,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D906E0; }

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

This text font color is #D906E0.


Background Color

.myBgColor { background-color: #D906E0; }

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

This div background color is #D906E0.


Border color

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

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

This div border color is #D906E0.


Opacity

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

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

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

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

This text has shadow with #D906E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D906E0 on black background.


Color preview on white background

This text has color #D906E0 on white background.



Black color preview on #D906E0 background

This text has black color on #D906E0 background.


White color preview on #D906E0 background

This text has white color on #D906E0 background.