COLOR #D480CD

HEX: #D480CD RGB: (212,128,205)

Color info

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

RGB color model

#D480CD color RGB value is (212,128,205).

RGB: (212,128,205) (83%, 50%, 80%)

RGB channels and saturation

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

212
128
205

R + G + B ~ 71%. #D480CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 128 + 205 = 545 (100%)
R 212 of 545 ~ 38.9%
G 128 of 545 ~ 23.49%
B 205 of 545 ~ 37.61'%

%38.9
%23.49
%37.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 3.30%
  • key color value is 16.86%

CMYK: (0,40,3,17)
C0M40Y3K17 (0%, 40%, 3%, 17%)
(0.00 / 0.40 / 0.03 / 0.17)

CMYK percentages

%0
%39.62
%3.3
%16.86

Codes

Color #D480CD in popluar color models

D4 80 CD
RGB 212 128 205
HSL 305° 49.41% 66.67%
HSB/HSV 305° 39.62% 83.14%
CMYK 0.00% 39.62% 3.30%
16.86%

Color #D480CD in popluar number systems.

HEX D4 80 CD
Decimal 212 128 205
Binary 11010100 10000000 11001101
Octal 324 200 315

Shades and tints

Shades of #D480CD

#D480CD
(212,128,205)
#C175BB
(193,117,187)
#AE6AA9
(174,106,169)
#9B5F97
(155,95,151)
#885485
(136,84,133)
#754973
(117,73,115)
#623E61
(98,62,97)
#4F334F
(79,51,79)
#3C283D
(60,40,61)
#291D2B
(41,29,43)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #D480CD

#D480CD
(212,128,205)
#D78BD1
(215,139,209)
#DA96D5
(218,150,213)
#DDA1D9
(221,161,217)
#E0ACDD
(224,172,221)
#E3B7E1
(227,183,225)
#E6C2E5
(230,194,229)
#E9CDE9
(233,205,233)
#ECD8ED
(236,216,237)
#EFE3F1
(239,227,241)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D480CD; }

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

This text font color is #D480CD.

Background Color

.myBgColor { background-color: #D480CD; }

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

This div background color is #D480CD.

Border color

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

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

This div border color is #D480CD.

Opacity

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

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

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

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

This text has shadow with #D480CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D480CD.

Preview

Color preview on black background

This text has color #D480CD on black background.


Color preview on white background

This text has color #D480CD on white background.


Black color preview on #D480CD background

This text has black color on #D480CD background.


White color preview on #D480CD background

This text has white color on #D480CD background.


Related colors

Complementary color

Complementary color for #hex is #2B7F32.


I love getcolorcode.com

Triadic colors

1 #CDD480 and #80CDD4 with #D480CD are triadic colors.

2 #CD80D4 and #80D4CD with #D480CD are triadic colors.