COLOR #D482DA

HEX: #D482DA RGB: (212,130,218)

Color info

#D482DA contains mainly red and blue colors. Web safe color of #D482DA is #CC99CC (or #C9C).

RGB color model

#D482DA color RGB value is (212,130,218).

RGB: (212,130,218) (83%, 51%, 85%)

RGB channels and saturation

R 212 of 255 = 83%
G 130 of 255 = 51%
B 218 of 255 = 85%

212
130
218

R + G + B ~ 73%. #D482DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 130 + 218 = 560 (100%)
R 212 of 560 ~ 37.86%
G 130 of 560 ~ 23.21%
B 218 of 560 ~ 38.93'%

%37.86
%23.21
%38.93

CMYK color model

#D482DA color CMYK value is (3,40,0,15).

  • cyan value is 2.75%
  • magenta value is 40.37%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (3,40,0,15) C3M40Y0K15 (3%,40%,0%,15%) (0.03/0.40/0.00/0.15) 

CMYK percentages

%2.75
%40.37
%0
%14.51

Codes

Color #D482DA in popluar color models

D4 82 DA
RGB 212 130 218
HSL 296° 54.32% 68.24%
HSB/HSV 296° 40.37% 85.49%
CMYK 2.75% 40.37% 0.00%
14.51%

Color #D482DA in popluar number systems.

HEX D4 82 DA
Decimal 212 130 218
Binary 11010100 10000010 11011010
Octal 324 202 332

Shades and tints

Shades of #D482DA

#D482DA
(212,130,218)
#C177C7
(193,119,199)
#AE6CB4
(174,108,180)
#9B61A1
(155,97,161)
#88568E
(136,86,142)
#754B7B
(117,75,123)
#624068
(98,64,104)
#4F3555
(79,53,85)
#3C2A42
(60,42,66)
#291F2F
(41,31,47)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #D482DA

#D482DA
(212,130,218)
#D78DDD
(215,141,221)
#DA98E0
(218,152,224)
#DDA3E3
(221,163,227)
#E0AEE6
(224,174,230)
#E3B9E9
(227,185,233)
#E6C4EC
(230,196,236)
#E9CFEF
(233,207,239)
#ECDAF2
(236,218,242)
#EFE5F5
(239,229,245)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D482DA; }

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

This text font color is #D482DA.

Background Color

.myBgColor { background-color: #D482DA; }

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

This div background color is #D482DA.

Border color

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

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

This div border color is #D482DA.

Opacity

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

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

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

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

This text has shadow with #D482DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D482DA.

Preview

Color preview on black background

This text has color #D482DA on black background.


Color preview on white background

This text has color #D482DA on white background.


Black color preview on #D482DA background

This text has black color on #D482DA background.


White color preview on #D482DA background

This text has white color on #D482DA background.


Related colors

Complementary color

Complementary color for #hex is #2B7D25.


I love getcolorcode.com

Triadic colors

1 #DAD482 and #82DAD4 with #D482DA are triadic colors.

2 #DA82D4 and #82D4DA with #D482DA are triadic colors.