COLOR #D90E5B

HEX: #D90E5B
RGB: (217,14,91)

Color info

#D90E5B contains mainly red color. Web safe color of #D90E5B is #CC0066 (or #C06).

RGB color model

#D90E5B color RGB value is (217,14,91).

  • red value is 217;
  • green value is 14;
  • blue value is 91.
RGB:
(217,14,91)
(85%,5%,36%)

RGB channels and saturation

R 217 of 255 = 85%
G 14 of 255 = 5%
B 91 of 255 = 36%

217
14
91

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

Portions of RGB colors in percentages

R + G + B =
217 + 14 + 91 = 322 (100%)
R 217 of 322 ~ 67.39%
G 14 of 322 ~ 4.35%
B 91 of 322 ~ 28.26%

%67.39
%28.26

CMYK color model

#D90E5B color CMYK value is (0,94,58,15).

  • cyan value is 0.00%
  • magenta value is 93.55%
  • yellow value is 58.06%
  • key color value is 14.90%
CMYK:
(0,94,58,15)
C0M94Y58K15 
(0%,94%,58%,15%)
(0.00/0.94/0.58/0.15)	

CMYK percentages

%0
%93.55
%58.06
%14.9

Codes

Color #D90E5B in popluar color models

D90E5B
RGB2171491
HSL337°87.88%45.29%
HSB/HSV337°93.55%85.10%
CMYK0.00%93.55%58.06%
14.90%

Color #D90E5B in popluar number systems.

HEXD90E5B
Decimal2171491
Binary1101100111101011011
Octal33116133

Shades and tints

Shades of #D90E5B

#D90E5B
(217,14,91)
#C60D53
(198,13,83)
#B30C4B
(179,12,75)
#A00B43
(160,11,67)
#8D0A3B
(141,10,59)
#7A0933
(122,9,51)
#67082B
(103,8,43)
#540723
(84,7,35)
#41061B
(65,6,27)
#2E0513
(46,5,19)
#1B040B
(27,4,11)
#000000
(0,0,0)

Tints of #D90E5B

#D90E5B
(217,14,91)
#DC2369
(220,35,105)
#DF3877
(223,56,119)
#E24D85
(226,77,133)
#E56293
(229,98,147)
#E877A1
(232,119,161)
#EB8CAF
(235,140,175)
#EEA1BD
(238,161,189)
#F1B6CB
(241,182,203)
#F4CBD9
(244,203,217)
#F7E0E7
(247,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D90E5B; }

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

This text font color is #D90E5B.


Background Color

.myBgColor { background-color: #D90E5B; }

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

This div background color is #D90E5B.


Border color

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

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

This div border color is #D90E5B.


Opacity

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

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

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

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

This text has shadow with #D90E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D90E5B on black background.


Color preview on white background

This text has color #D90E5B on white background.



Black color preview on #D90E5B background

This text has black color on #D90E5B background.


White color preview on #D90E5B background

This text has white color on #D90E5B background.