COLOR #D90FC6

HEX: #D90FC6
RGB: (217,15,198)

Color info

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

RGB color model

#D90FC6 color RGB value is (217,15,198).

  • red value is 217;
  • green value is 15;
  • blue value is 198.
RGB:
(217,15,198)
(85%,6%,78%)

RGB channels and saturation

R 217 of 255 = 85%
G 15 of 255 = 6%
B 198 of 255 = 78%

217
15
198

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

Portions of RGB colors in percentages

R + G + B =
217 + 15 + 198 = 430 (100%)
R 217 of 430 ~ 50.47%
G 15 of 430 ~ 3.49%
B 198 of 430 ~ 46.05%

%50.47
%46.05

CMYK color model

#D90FC6 color CMYK value is (0,93,9,15).

  • cyan value is 0.00%
  • magenta value is 93.09%
  • yellow value is 8.76%
  • key color value is 14.90%
CMYK:
(0,93,9,15)
C0M93Y9K15 
(0%,93%,9%,15%)
(0.00/0.93/0.09/0.15)	

CMYK percentages

%0
%93.09
%8.76
%14.9

Codes

Color #D90FC6 in popluar color models

D90FC6
RGB21715198
HSL306°87.07%45.49%
HSB/HSV306°93.09%85.10%
CMYK0.00%93.09%8.76%
14.90%

Color #D90FC6 in popluar number systems.

HEXD90FC6
Decimal21715198
Binary11011001111111000110
Octal33117306

Shades and tints

Shades of #D90FC6

#D90FC6
(217,15,198)
#C60EB4
(198,14,180)
#B30DA2
(179,13,162)
#A00C90
(160,12,144)
#8D0B7E
(141,11,126)
#7A0A6C
(122,10,108)
#67095A
(103,9,90)
#540848
(84,8,72)
#410736
(65,7,54)
#2E0624
(46,6,36)
#1B0512
(27,5,18)
#000000
(0,0,0)

Tints of #D90FC6

#D90FC6
(217,15,198)
#DC24CB
(220,36,203)
#DF39D0
(223,57,208)
#E24ED5
(226,78,213)
#E563DA
(229,99,218)
#E878DF
(232,120,223)
#EB8DE4
(235,141,228)
#EEA2E9
(238,162,233)
#F1B7EE
(241,183,238)
#F4CCF3
(244,204,243)
#F7E1F8
(247,225,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D90FC6; }

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

This text font color is #D90FC6.


Background Color

.myBgColor { background-color: #D90FC6; }

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

This div background color is #D90FC6.


Border color

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

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

This div border color is #D90FC6.


Opacity

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

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

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

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

This text has shadow with #D90FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D90FC6 on black background.


Color preview on white background

This text has color #D90FC6 on white background.



Black color preview on #D90FC6 background

This text has black color on #D90FC6 background.


White color preview on #D90FC6 background

This text has white color on #D90FC6 background.