COLOR #D482AD

HEX: #D482AD RGB: (212,130,173)

Color info

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

RGB color model

#D482AD color RGB value is (212,130,173).

RGB: (212,130,173) (83%, 51%, 68%)

RGB channels and saturation

R 212 of 255 = 83%
G 130 of 255 = 51%
B 173 of 255 = 68%

212
130
173

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

Portions of RGB colors in percentages

R + G + B = 212 + 130 + 173 = 515 (100%)
R 212 of 515 ~ 41.17%
G 130 of 515 ~ 25.24%
B 173 of 515 ~ 33.59'%

%41.17
%25.24
%33.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.68%
  • yellow value is 18.40%
  • key color value is 16.86%
CMYK: (0,39,18,17) C0M39Y18K17 (0%,39%,18%,17%) (0.00/0.39/0.18/0.17) 

CMYK percentages

%0
%38.68
%18.4
%16.86

Codes

Color #D482AD in popluar color models

D4 82 AD
RGB 212 130 173
HSL 329° 48.81% 67.06%
HSB/HSV 329° 38.68% 83.14%
CMYK 0.00% 38.68% 18.40%
16.86%

Color #D482AD in popluar number systems.

HEX D4 82 AD
Decimal 212 130 173
Binary 11010100 10000010 10101101
Octal 324 202 255

Shades and tints

Shades of #D482AD

#D482AD
(212,130,173)
#C1779E
(193,119,158)
#AE6C8F
(174,108,143)
#9B6180
(155,97,128)
#885671
(136,86,113)
#754B62
(117,75,98)
#624053
(98,64,83)
#4F3544
(79,53,68)
#3C2A35
(60,42,53)
#291F26
(41,31,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #D482AD

#D482AD
(212,130,173)
#D78DB4
(215,141,180)
#DA98BB
(218,152,187)
#DDA3C2
(221,163,194)
#E0AEC9
(224,174,201)
#E3B9D0
(227,185,208)
#E6C4D7
(230,196,215)
#E9CFDE
(233,207,222)
#ECDAE5
(236,218,229)
#EFE5EC
(239,229,236)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D482AD color. Also use rgb(212,130,173) instead hex code.

Text Font Color

.myTextColor { color: #D482AD; }

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

This text font color is #D482AD.

Background Color

.myBgColor { background-color: #D482AD; }

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

This div background color is #D482AD.

Border color

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

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

This div border color is #D482AD.

Opacity

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

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

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

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

This text has shadow with #D482AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D482AD.

Preview

Color preview on black background

This text has color #D482AD on black background.


Color preview on white background

This text has color #D482AD on white background.


Black color preview on #D482AD background

This text has black color on #D482AD background.


White color preview on #D482AD background

This text has white color on #D482AD background.


Related colors

Complementary color

Complementary color for #hex is #2B7D52.


I love getcolorcode.com

Triadic colors

1 #ADD482 and #82ADD4 with #D482AD are triadic colors.

2 #AD82D4 and #82D4AD with #D482AD are triadic colors.