COLOR #D480D4

HEX: #D480D4
RGB: (212,128,212)

Color info

#D480D4 contains mainly red and blue colors. Web safe color of #D480D4 is #CC66CC (or #C6C).

RGB color model

#D480D4 color RGB value is (212,128,212).

  • red value is 212;
  • green value is 128;
  • blue value is 212.
RGB:
(212,128,212)
(83%,50%,83%)

RGB channels and saturation

R 212 of 255 = 83%
G 128 of 255 = 50%
B 212 of 255 = 83%

212
128
212

R + G + B ~ 72%. #D480D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 128 + 212 = 552 (100%)
R 212 of 552 ~ 38.41%
G 128 of 552 ~ 23.19%
B 212 of 552 ~ 38.41%

%38.41
%23.19
%38.41

CMYK color model

#D480D4 color CMYK value is (0,40,0,17).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(0,40,0,17)
C0M40Y0K17 
(0%,40%,0%,17%)
(0.00/0.40/0.00/0.17)	

CMYK percentages

%0
%39.62
%0
%16.86

Codes

Color #D480D4 in popluar color models

D480D4
RGB212128212
HSL300°49.41%66.67%
HSB/HSV300°39.62%83.14%
CMYK0.00%39.62%0.00%
16.86%

Color #D480D4 in popluar number systems.

HEXD480D4
Decimal212128212
Binary110101001000000011010100
Octal324200324

Shades and tints

Shades of #D480D4

#D480D4
(212,128,212)
#C175C1
(193,117,193)
#AE6AAE
(174,106,174)
#9B5F9B
(155,95,155)
#885488
(136,84,136)
#754975
(117,73,117)
#623E62
(98,62,98)
#4F334F
(79,51,79)
#3C283C
(60,40,60)
#291D29
(41,29,41)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #D480D4

#D480D4
(212,128,212)
#D78BD7
(215,139,215)
#DA96DA
(218,150,218)
#DDA1DD
(221,161,221)
#E0ACE0
(224,172,224)
#E3B7E3
(227,183,227)
#E6C2E6
(230,194,230)
#E9CDE9
(233,205,233)
#ECD8EC
(236,216,236)
#EFE3EF
(239,227,239)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D480D4; }

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

This text font color is #D480D4.


Background Color

.myBgColor { background-color: #D480D4; }

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

This div background color is #D480D4.


Border color

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

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

This div border color is #D480D4.


Opacity

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

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

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

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

This text has shadow with #D480D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D480D4 on black background.


Color preview on white background

This text has color #D480D4 on white background.



Black color preview on #D480D4 background

This text has black color on #D480D4 background.


White color preview on #D480D4 background

This text has white color on #D480D4 background.