COLOR #D90F6C

HEX: #D90F6C
RGB: (217,15,108)

Color info

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

RGB color model

#D90F6C color RGB value is (217,15,108).

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

RGB channels and saturation

R 217 of 255 = 85%
G 15 of 255 = 6%
B 108 of 255 = 42%

217
15
108

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

Portions of RGB colors in percentages

R + G + B =
217 + 15 + 108 = 340 (100%)
R 217 of 340 ~ 63.82%
G 15 of 340 ~ 4.41%
B 108 of 340 ~ 31.76%

%63.82
%31.76

CMYK color model

#D90F6C color CMYK value is (0,93,50,15).

  • cyan value is 0.00%
  • magenta value is 93.09%
  • yellow value is 50.23%
  • key color value is 14.90%
CMYK:
(0,93,50,15)
C0M93Y50K15 
(0%,93%,50%,15%)
(0.00/0.93/0.50/0.15)	

CMYK percentages

%0
%93.09
%50.23
%14.9

Codes

Color #D90F6C in popluar color models

D90F6C
RGB21715108
HSL332°87.07%45.49%
HSB/HSV332°93.09%85.10%
CMYK0.00%93.09%50.23%
14.90%

Color #D90F6C in popluar number systems.

HEXD90F6C
Decimal21715108
Binary1101100111111101100
Octal33117154

Shades and tints

Shades of #D90F6C

#D90F6C
(217,15,108)
#C60E63
(198,14,99)
#B30D5A
(179,13,90)
#A00C51
(160,12,81)
#8D0B48
(141,11,72)
#7A0A3F
(122,10,63)
#670936
(103,9,54)
#54082D
(84,8,45)
#410724
(65,7,36)
#2E061B
(46,6,27)
#1B0512
(27,5,18)
#000000
(0,0,0)

Tints of #D90F6C

#D90F6C
(217,15,108)
#DC2479
(220,36,121)
#DF3986
(223,57,134)
#E24E93
(226,78,147)
#E563A0
(229,99,160)
#E878AD
(232,120,173)
#EB8DBA
(235,141,186)
#EEA2C7
(238,162,199)
#F1B7D4
(241,183,212)
#F4CCE1
(244,204,225)
#F7E1EE
(247,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D90F6C; }

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

This text font color is #D90F6C.


Background Color

.myBgColor { background-color: #D90F6C; }

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

This div background color is #D90F6C.


Border color

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

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

This div border color is #D90F6C.


Opacity

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

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

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

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

This text has shadow with #D90F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D90F6C on black background.


Color preview on white background

This text has color #D90F6C on white background.



Black color preview on #D90F6C background

This text has black color on #D90F6C background.


White color preview on #D90F6C background

This text has white color on #D90F6C background.