COLOR #D482A0

HEX: #D482A0 RGB: (212,130,160)

Color info

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

RGB color model

#D482A0 color RGB value is (212,130,160).

RGB: (212,130,160) (83%, 51%, 63%)

RGB channels and saturation

R 212 of 255 = 83%
G 130 of 255 = 51%
B 160 of 255 = 63%

212
130
160

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

Portions of RGB colors in percentages

R + G + B = 212 + 130 + 160 = 502 (100%)
R 212 of 502 ~ 42.23%
G 130 of 502 ~ 25.9%
B 160 of 502 ~ 31.87'%

%42.23
%25.9
%31.87

CMYK color model

#D482A0 color CMYK value is (0,39,25,17).

  • cyan value is 0.00%
  • magenta value is 38.68%
  • yellow value is 24.53%
  • key color value is 16.86%

CMYK: (0,39,25,17)
C0M39Y25K17 (0%, 39%, 25%, 17%)
(0.00 / 0.39 / 0.25 / 0.17)

CMYK percentages

%0
%38.68
%24.53
%16.86

Codes

Color #D482A0 in popluar color models

D4 82 A0
RGB 212 130 160
HSL 338° 48.81% 67.06%
HSB/HSV 338° 38.68% 83.14%
CMYK 0.00% 38.68% 24.53%
16.86%

Color #D482A0 in popluar number systems.

HEX D4 82 A0
Decimal 212 130 160
Binary 11010100 10000010 10100000
Octal 324 202 240

Shades and tints

Shades of #D482A0

#D482A0
(212,130,160)
#C17792
(193,119,146)
#AE6C84
(174,108,132)
#9B6176
(155,97,118)
#885668
(136,86,104)
#754B5A
(117,75,90)
#62404C
(98,64,76)
#4F353E
(79,53,62)
#3C2A30
(60,42,48)
#291F22
(41,31,34)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #D482A0

#D482A0
(212,130,160)
#D78DA8
(215,141,168)
#DA98B0
(218,152,176)
#DDA3B8
(221,163,184)
#E0AEC0
(224,174,192)
#E3B9C8
(227,185,200)
#E6C4D0
(230,196,208)
#E9CFD8
(233,207,216)
#ECDAE0
(236,218,224)
#EFE5E8
(239,229,232)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D482A0; }

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

This text font color is #D482A0.

Background Color

.myBgColor { background-color: #D482A0; }

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

This div background color is #D482A0.

Border color

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

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

This div border color is #D482A0.

Opacity

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

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

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

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

This text has shadow with #D482A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D482A0.

Preview

Color preview on black background

This text has color #D482A0 on black background.


Color preview on white background

This text has color #D482A0 on white background.


Black color preview on #D482A0 background

This text has black color on #D482A0 background.


White color preview on #D482A0 background

This text has white color on #D482A0 background.


Related colors

Complementary color

Complementary color for #hex is #2B7D5F.


I love getcolorcode.com

Triadic colors

1 #A0D482 and #82A0D4 with #D482A0 are triadic colors.

2 #A082D4 and #82D4A0 with #D482A0 are triadic colors.