COLOR #D05A7A

HEX: #D05A7A
RGB: (208,90,122)

Color info

#D05A7A contains mainly red color. Web safe color of #D05A7A is #CC6666 (or #C66).

RGB color model

#D05A7A color RGB value is (208,90,122).

  • red value is 208;
  • green value is 90;
  • blue value is 122.
RGB:
(208,90,122)
(82%,35%,48%)

RGB channels and saturation

R 208 of 255 = 82%
G 90 of 255 = 35%
B 122 of 255 = 48%

208
90
122

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

Portions of RGB colors in percentages

R + G + B =
208 + 90 + 122 = 420 (100%)
R 208 of 420 ~ 49.52%
G 90 of 420 ~ 21.43%
B 122 of 420 ~ 29.05%

%49.52
%21.43
%29.05

CMYK color model

#D05A7A color CMYK value is (0,57,41,18).

  • cyan value is 0.00%
  • magenta value is 56.73%
  • yellow value is 41.35%
  • key color value is 18.43%
CMYK:
(0,57,41,18)
C0M57Y41K18 
(0%,57%,41%,18%)
(0.00/0.57/0.41/0.18)	

CMYK percentages

%0
%56.73
%41.35
%18.43

Codes

Color #D05A7A in popluar color models

D05A7A
RGB20890122
HSL344°55.66%58.43%
HSB/HSV344°56.73%81.57%
CMYK0.00%56.73%41.35%
18.43%

Color #D05A7A in popluar number systems.

HEXD05A7A
Decimal20890122
Binary1101000010110101111010
Octal320132172

Shades and tints

Shades of #D05A7A

#D05A7A
(208,90,122)
#BE526F
(190,82,111)
#AC4A64
(172,74,100)
#9A4259
(154,66,89)
#883A4E
(136,58,78)
#763243
(118,50,67)
#642A38
(100,42,56)
#52222D
(82,34,45)
#401A22
(64,26,34)
#2E1217
(46,18,23)
#1C0A0C
(28,10,12)
#000000
(0,0,0)

Tints of #D05A7A

#D05A7A
(208,90,122)
#D46986
(212,105,134)
#D87892
(216,120,146)
#DC879E
(220,135,158)
#E096AA
(224,150,170)
#E4A5B6
(228,165,182)
#E8B4C2
(232,180,194)
#ECC3CE
(236,195,206)
#F0D2DA
(240,210,218)
#F4E1E6
(244,225,230)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D05A7A color. Also use rgb(208,90,122) instead hex code.

Text Font Color

.myTextColor { color: #D05A7A; }

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

This text font color is #D05A7A.


Background Color

.myBgColor { background-color: #D05A7A; }

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

This div background color is #D05A7A.


Border color

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

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

This div border color is #D05A7A.


Opacity

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

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

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

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

This text has shadow with #D05A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D05A7A on black background.


Color preview on white background

This text has color #D05A7A on white background.



Black color preview on #D05A7A background

This text has black color on #D05A7A background.


White color preview on #D05A7A background

This text has white color on #D05A7A background.