COLOR #D073A2

HEX: #D073A2
RGB: (208,115,162)

Color info

#D073A2 contains mainly red and blue colors. Web safe color of #D073A2 is #CC6699 (or #C69).

RGB color model

#D073A2 color RGB value is (208,115,162).

  • red value is 208;
  • green value is 115;
  • blue value is 162.
RGB:
(208,115,162)
(82%,45%,64%)

RGB channels and saturation

R 208 of 255 = 82%
G 115 of 255 = 45%
B 162 of 255 = 64%

208
115
162

R + G + B ~ 64%. #D073A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 115 + 162 = 485 (100%)
R 208 of 485 ~ 42.89%
G 115 of 485 ~ 23.71%
B 162 of 485 ~ 33.4%

%42.89
%23.71
%33.4

CMYK color model

#D073A2 color CMYK value is (0,45,22,18).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 22.12%
  • key color value is 18.43%
CMYK:
(0,45,22,18)
C0M45Y22K18 
(0%,45%,22%,18%)
(0.00/0.45/0.22/0.18)	

CMYK percentages

%0
%44.71
%22.12
%18.43

Codes

Color #D073A2 in popluar color models

D073A2
RGB208115162
HSL330°49.73%63.33%
HSB/HSV330°44.71%81.57%
CMYK0.00%44.71%22.12%
18.43%

Color #D073A2 in popluar number systems.

HEXD073A2
Decimal208115162
Binary11010000111001110100010
Octal320163242

Shades and tints

Shades of #D073A2

#D073A2
(208,115,162)
#BE6994
(190,105,148)
#AC5F86
(172,95,134)
#9A5578
(154,85,120)
#884B6A
(136,75,106)
#76415C
(118,65,92)
#64374E
(100,55,78)
#522D40
(82,45,64)
#402332
(64,35,50)
#2E1924
(46,25,36)
#1C0F16
(28,15,22)
#000000
(0,0,0)

Tints of #D073A2

#D073A2
(208,115,162)
#D47FAA
(212,127,170)
#D88BB2
(216,139,178)
#DC97BA
(220,151,186)
#E0A3C2
(224,163,194)
#E4AFCA
(228,175,202)
#E8BBD2
(232,187,210)
#ECC7DA
(236,199,218)
#F0D3E2
(240,211,226)
#F4DFEA
(244,223,234)
#F8EBF2
(248,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D073A2 color. Also use rgb(208,115,162) instead hex code.

Text Font Color

.myTextColor { color: #D073A2; }

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

This text font color is #D073A2.


Background Color

.myBgColor { background-color: #D073A2; }

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

This div background color is #D073A2.


Border color

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

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

This div border color is #D073A2.


Opacity

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

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

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

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

This text has shadow with #D073A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D073A2 on black background.


Color preview on white background

This text has color #D073A2 on white background.



Black color preview on #D073A2 background

This text has black color on #D073A2 background.


White color preview on #D073A2 background

This text has white color on #D073A2 background.