COLOR #D082A9

HEX: #D082A9
RGB: (208,130,169)

Color info

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

RGB color model

#D082A9 color RGB value is (208,130,169).

  • red value is 208;
  • green value is 130;
  • blue value is 169.
RGB:
(208,130,169)
(82%,51%,66%)

RGB channels and saturation

R 208 of 255 = 82%
G 130 of 255 = 51%
B 169 of 255 = 66%

208
130
169

R + G + B ~ 66%. #D082A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 130 + 169 = 507 (100%)
R 208 of 507 ~ 41.03%
G 130 of 507 ~ 25.64%
B 169 of 507 ~ 33.33%

%41.03
%25.64
%33.33

CMYK color model

#D082A9 color CMYK value is (0,38,19,18).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 18.75%
  • key color value is 18.43%
CMYK:
(0,38,19,18)
C0M38Y19K18 
(0%,38%,19%,18%)
(0.00/0.38/0.19/0.18)	

CMYK percentages

%0
%37.5
%18.75
%18.43

Codes

Color #D082A9 in popluar color models

D082A9
RGB208130169
HSL330°45.35%66.27%
HSB/HSV330°37.50%81.57%
CMYK0.00%37.50%18.75%
18.43%

Color #D082A9 in popluar number systems.

HEXD082A9
Decimal208130169
Binary110100001000001010101001
Octal320202251

Shades and tints

Shades of #D082A9

#D082A9
(208,130,169)
#BE779A
(190,119,154)
#AC6C8B
(172,108,139)
#9A617C
(154,97,124)
#88566D
(136,86,109)
#764B5E
(118,75,94)
#64404F
(100,64,79)
#523540
(82,53,64)
#402A31
(64,42,49)
#2E1F22
(46,31,34)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #D082A9

#D082A9
(208,130,169)
#D48DB0
(212,141,176)
#D898B7
(216,152,183)
#DCA3BE
(220,163,190)
#E0AEC5
(224,174,197)
#E4B9CC
(228,185,204)
#E8C4D3
(232,196,211)
#ECCFDA
(236,207,218)
#F0DAE1
(240,218,225)
#F4E5E8
(244,229,232)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D082A9 color. Also use rgb(208,130,169) instead hex code.

Text Font Color

.myTextColor { color: #D082A9; }

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

This text font color is #D082A9.


Background Color

.myBgColor { background-color: #D082A9; }

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

This div background color is #D082A9.


Border color

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

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

This div border color is #D082A9.


Opacity

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

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

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

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

This text has shadow with #D082A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D082A9 on black background.


Color preview on white background

This text has color #D082A9 on white background.



Black color preview on #D082A9 background

This text has black color on #D082A9 background.


White color preview on #D082A9 background

This text has white color on #D082A9 background.