COLOR #D9098E

HEX: #D9098E
RGB: (217,9,142)

Color info

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

RGB color model

#D9098E color RGB value is (217,9,142).

  • red value is 217;
  • green value is 9;
  • blue value is 142.
RGB:
(217,9,142)
(85%,4%,56%)

RGB channels and saturation

R 217 of 255 = 85%
G 9 of 255 = 4%
B 142 of 255 = 56%

217
9
142

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

Portions of RGB colors in percentages

R + G + B =
217 + 9 + 142 = 368 (100%)
R 217 of 368 ~ 58.97%
G 9 of 368 ~ 2.45%
B 142 of 368 ~ 38.59%

%58.97
%38.59

CMYK color model

#D9098E color CMYK value is (0,96,35,15).

  • cyan value is 0.00%
  • magenta value is 95.85%
  • yellow value is 34.56%
  • key color value is 14.90%
CMYK:
(0,96,35,15)
C0M96Y35K15 
(0%,96%,35%,15%)
(0.00/0.96/0.35/0.15)	

CMYK percentages

%0
%95.85
%34.56
%14.9

Codes

Color #D9098E in popluar color models

D9098E
RGB2179142
HSL322°92.04%44.31%
HSB/HSV322°95.85%85.10%
CMYK0.00%95.85%34.56%
14.90%

Color #D9098E in popluar number systems.

HEXD9098E
Decimal2179142
Binary11011001100110001110
Octal33111216

Shades and tints

Shades of #D9098E

#D9098E
(217,9,142)
#C60982
(198,9,130)
#B30976
(179,9,118)
#A0096A
(160,9,106)
#8D095E
(141,9,94)
#7A0952
(122,9,82)
#670946
(103,9,70)
#54093A
(84,9,58)
#41092E
(65,9,46)
#2E0922
(46,9,34)
#1B0916
(27,9,22)
#000000
(0,0,0)

Tints of #D9098E

#D9098E
(217,9,142)
#DC1F98
(220,31,152)
#DF35A2
(223,53,162)
#E24BAC
(226,75,172)
#E561B6
(229,97,182)
#E877C0
(232,119,192)
#EB8DCA
(235,141,202)
#EEA3D4
(238,163,212)
#F1B9DE
(241,185,222)
#F4CFE8
(244,207,232)
#F7E5F2
(247,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9098E color. Also use rgb(217,9,142) instead hex code.

Text Font Color

.myTextColor { color: #D9098E; }

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

This text font color is #D9098E.


Background Color

.myBgColor { background-color: #D9098E; }

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

This div background color is #D9098E.


Border color

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

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

This div border color is #D9098E.


Opacity

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

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

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

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

This text has shadow with #D9098E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9098E on black background.


Color preview on white background

This text has color #D9098E on white background.



Black color preview on #D9098E background

This text has black color on #D9098E background.


White color preview on #D9098E background

This text has white color on #D9098E background.