COLOR #D093A3

HEX: #D093A3
RGB: (208,147,163)

Color info

#D093A3 contains mainly red and blue colors. Web safe color of #D093A3 is #CC9999 (or #C99).

RGB color model

#D093A3 color RGB value is (208,147,163).

  • red value is 208;
  • green value is 147;
  • blue value is 163.
RGB:
(208,147,163)
(82%,58%,64%)

RGB channels and saturation

R 208 of 255 = 82%
G 147 of 255 = 58%
B 163 of 255 = 64%

208
147
163

R + G + B ~ 68%. #D093A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 147 + 163 = 518 (100%)
R 208 of 518 ~ 40.15%
G 147 of 518 ~ 28.38%
B 163 of 518 ~ 31.47%

%40.15
%28.38
%31.47

CMYK color model

#D093A3 color CMYK value is (0,29,22,18).

  • cyan value is 0.00%
  • magenta value is 29.33%
  • yellow value is 21.63%
  • key color value is 18.43%
CMYK:
(0,29,22,18)
C0M29Y22K18 
(0%,29%,22%,18%)
(0.00/0.29/0.22/0.18)	

CMYK percentages

%0
%29.33
%21.63
%18.43

Codes

Color #D093A3 in popluar color models

D093A3
RGB208147163
HSL344°39.35%69.61%
HSB/HSV344°29.33%81.57%
CMYK0.00%29.33%21.63%
18.43%

Color #D093A3 in popluar number systems.

HEXD093A3
Decimal208147163
Binary110100001001001110100011
Octal320223243

Shades and tints

Shades of #D093A3

#D093A3
(208,147,163)
#BE8695
(190,134,149)
#AC7987
(172,121,135)
#9A6C79
(154,108,121)
#885F6B
(136,95,107)
#76525D
(118,82,93)
#64454F
(100,69,79)
#523841
(82,56,65)
#402B33
(64,43,51)
#2E1E25
(46,30,37)
#1C1117
(28,17,23)
#000000
(0,0,0)

Tints of #D093A3

#D093A3
(208,147,163)
#D49CAB
(212,156,171)
#D8A5B3
(216,165,179)
#DCAEBB
(220,174,187)
#E0B7C3
(224,183,195)
#E4C0CB
(228,192,203)
#E8C9D3
(232,201,211)
#ECD2DB
(236,210,219)
#F0DBE3
(240,219,227)
#F4E4EB
(244,228,235)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D093A3 color. Also use rgb(208,147,163) instead hex code.

Text Font Color

.myTextColor { color: #D093A3; }

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

This text font color is #D093A3.


Background Color

.myBgColor { background-color: #D093A3; }

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

This div background color is #D093A3.


Border color

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

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

This div border color is #D093A3.


Opacity

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

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

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

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

This text has shadow with #D093A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D093A3 on black background.


Color preview on white background

This text has color #D093A3 on white background.



Black color preview on #D093A3 background

This text has black color on #D093A3 background.


White color preview on #D093A3 background

This text has white color on #D093A3 background.