COLOR #D180AD

HEX: #D180AD
RGB: (209,128,173)

Color info

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

RGB color model

#D180AD color RGB value is (209,128,173).

  • red value is 209;
  • green value is 128;
  • blue value is 173.
RGB:
(209,128,173)
(82%,50%,68%)

RGB channels and saturation

R 209 of 255 = 82%
G 128 of 255 = 50%
B 173 of 255 = 68%

209
128
173

R + G + B ~ 67%. #D180AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 128 + 173 = 510 (100%)
R 209 of 510 ~ 40.98%
G 128 of 510 ~ 25.1%
B 173 of 510 ~ 33.92%

%40.98
%25.1
%33.92

CMYK color model

#D180AD color CMYK value is (0,39,17,18).

  • cyan value is 0.00%
  • magenta value is 38.76%
  • yellow value is 17.22%
  • key color value is 18.04%
CMYK:
(0,39,17,18)
C0M39Y17K18 
(0%,39%,17%,18%)
(0.00/0.39/0.17/0.18)	

CMYK percentages

%0
%38.76
%17.22
%18.04

Codes

Color #D180AD in popluar color models

D180AD
RGB209128173
HSL327°46.82%66.08%
HSB/HSV327°38.76%81.96%
CMYK0.00%38.76%17.22%
18.04%

Color #D180AD in popluar number systems.

HEXD180AD
Decimal209128173
Binary110100011000000010101101
Octal321200255

Shades and tints

Shades of #D180AD

#D180AD
(209,128,173)
#BE759E
(190,117,158)
#AB6A8F
(171,106,143)
#985F80
(152,95,128)
#855471
(133,84,113)
#724962
(114,73,98)
#5F3E53
(95,62,83)
#4C3344
(76,51,68)
#392835
(57,40,53)
#261D26
(38,29,38)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #D180AD

#D180AD
(209,128,173)
#D58BB4
(213,139,180)
#D996BB
(217,150,187)
#DDA1C2
(221,161,194)
#E1ACC9
(225,172,201)
#E5B7D0
(229,183,208)
#E9C2D7
(233,194,215)
#EDCDDE
(237,205,222)
#F1D8E5
(241,216,229)
#F5E3EC
(245,227,236)
#F9EEF3
(249,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D180AD color. Also use rgb(209,128,173) instead hex code.

Text Font Color

.myTextColor { color: #D180AD; }

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

This text font color is #D180AD.


Background Color

.myBgColor { background-color: #D180AD; }

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

This div background color is #D180AD.


Border color

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

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

This div border color is #D180AD.


Opacity

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

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

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

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

This text has shadow with #D180AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D180AD on black background.


Color preview on white background

This text has color #D180AD on white background.



Black color preview on #D180AD background

This text has black color on #D180AD background.


White color preview on #D180AD background

This text has white color on #D180AD background.