COLOR #D90D74

HEX: #D90D74
RGB: (217,13,116)

Color info

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

RGB color model

#D90D74 color RGB value is (217,13,116).

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

RGB channels and saturation

R 217 of 255 = 85%
G 13 of 255 = 5%
B 116 of 255 = 45%

217
13
116

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

Portions of RGB colors in percentages

R + G + B =
217 + 13 + 116 = 346 (100%)
R 217 of 346 ~ 62.72%
G 13 of 346 ~ 3.76%
B 116 of 346 ~ 33.53%

%62.72
%33.53

CMYK color model

#D90D74 color CMYK value is (0,94,47,15).

  • cyan value is 0.00%
  • magenta value is 94.01%
  • yellow value is 46.54%
  • key color value is 14.90%
CMYK:
(0,94,47,15)
C0M94Y47K15 
(0%,94%,47%,15%)
(0.00/0.94/0.47/0.15)	

CMYK percentages

%0
%94.01
%46.54
%14.9

Codes

Color #D90D74 in popluar color models

D90D74
RGB21713116
HSL330°88.70%45.10%
HSB/HSV330°94.01%85.10%
CMYK0.00%94.01%46.54%
14.90%

Color #D90D74 in popluar number systems.

HEXD90D74
Decimal21713116
Binary1101100111011110100
Octal33115164

Shades and tints

Shades of #D90D74

#D90D74
(217,13,116)
#C60C6A
(198,12,106)
#B30B60
(179,11,96)
#A00A56
(160,10,86)
#8D094C
(141,9,76)
#7A0842
(122,8,66)
#670738
(103,7,56)
#54062E
(84,6,46)
#410524
(65,5,36)
#2E041A
(46,4,26)
#1B0310
(27,3,16)
#000000
(0,0,0)

Tints of #D90D74

#D90D74
(217,13,116)
#DC2380
(220,35,128)
#DF398C
(223,57,140)
#E24F98
(226,79,152)
#E565A4
(229,101,164)
#E87BB0
(232,123,176)
#EB91BC
(235,145,188)
#EEA7C8
(238,167,200)
#F1BDD4
(241,189,212)
#F4D3E0
(244,211,224)
#F7E9EC
(247,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D90D74; }

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

This text font color is #D90D74.


Background Color

.myBgColor { background-color: #D90D74; }

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

This div background color is #D90D74.


Border color

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

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

This div border color is #D90D74.


Opacity

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

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

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

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

This text has shadow with #D90D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D90D74 on black background.


Color preview on white background

This text has color #D90D74 on white background.



Black color preview on #D90D74 background

This text has black color on #D90D74 background.


White color preview on #D90D74 background

This text has white color on #D90D74 background.