COLOR #D90D9B

HEX: #D90D9B
RGB: (217,13,155)

Color info

#D90D9B contains mainly red color. Web safe color of #D90D9B is #CC0099 (or #C09).

RGB color model

#D90D9B color RGB value is (217,13,155).

  • red value is 217;
  • green value is 13;
  • blue value is 155.
RGB:
(217,13,155)
(85%,5%,61%)

RGB channels and saturation

R 217 of 255 = 85%
G 13 of 255 = 5%
B 155 of 255 = 61%

217
13
155

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

Portions of RGB colors in percentages

R + G + B =
217 + 13 + 155 = 385 (100%)
R 217 of 385 ~ 56.36%
G 13 of 385 ~ 3.38%
B 155 of 385 ~ 40.26%

%56.36
%40.26

CMYK color model

#D90D9B color CMYK value is (0,94,29,15).

  • cyan value is 0.00%
  • magenta value is 94.01%
  • yellow value is 28.57%
  • key color value is 14.90%
CMYK:
(0,94,29,15)
C0M94Y29K15 
(0%,94%,29%,15%)
(0.00/0.94/0.29/0.15)	

CMYK percentages

%0
%94.01
%28.57
%14.9

Codes

Color #D90D9B in popluar color models

D90D9B
RGB21713155
HSL318°88.70%45.10%
HSB/HSV318°94.01%85.10%
CMYK0.00%94.01%28.57%
14.90%

Color #D90D9B in popluar number systems.

HEXD90D9B
Decimal21713155
Binary11011001110110011011
Octal33115233

Shades and tints

Shades of #D90D9B

#D90D9B
(217,13,155)
#C60C8D
(198,12,141)
#B30B7F
(179,11,127)
#A00A71
(160,10,113)
#8D0963
(141,9,99)
#7A0855
(122,8,85)
#670747
(103,7,71)
#540639
(84,6,57)
#41052B
(65,5,43)
#2E041D
(46,4,29)
#1B030F
(27,3,15)
#000000
(0,0,0)

Tints of #D90D9B

#D90D9B
(217,13,155)
#DC23A4
(220,35,164)
#DF39AD
(223,57,173)
#E24FB6
(226,79,182)
#E565BF
(229,101,191)
#E87BC8
(232,123,200)
#EB91D1
(235,145,209)
#EEA7DA
(238,167,218)
#F1BDE3
(241,189,227)
#F4D3EC
(244,211,236)
#F7E9F5
(247,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D90D9B; }

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

This text font color is #D90D9B.


Background Color

.myBgColor { background-color: #D90D9B; }

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

This div background color is #D90D9B.


Border color

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

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

This div border color is #D90D9B.


Opacity

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

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

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

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

This text has shadow with #D90D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D90D9B on black background.


Color preview on white background

This text has color #D90D9B on white background.



Black color preview on #D90D9B background

This text has black color on #D90D9B background.


White color preview on #D90D9B background

This text has white color on #D90D9B background.