COLOR #D480AB

HEX: #D480AB
RGB: (212,128,171)

Color info

#D480AB contains mainly red and blue colors. Web safe color of #D480AB is #CC6699 (or #C69).

RGB color model

#D480AB color RGB value is (212,128,171).

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

RGB channels and saturation

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

212
128
171

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

Portions of RGB colors in percentages

R + G + B =
212 + 128 + 171 = 511 (100%)
R 212 of 511 ~ 41.49%
G 128 of 511 ~ 25.05%
B 171 of 511 ~ 33.46%

%41.49
%25.05
%33.46

CMYK color model

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

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

CMYK percentages

%0
%39.62
%19.34
%16.86

Codes

Color #D480AB in popluar color models

D480AB
RGB212128171
HSL329°49.41%66.67%
HSB/HSV329°39.62%83.14%
CMYK0.00%39.62%19.34%
16.86%

Color #D480AB in popluar number systems.

HEXD480AB
Decimal212128171
Binary110101001000000010101011
Octal324200253

Shades and tints

Shades of #D480AB

#D480AB
(212,128,171)
#C1759C
(193,117,156)
#AE6A8D
(174,106,141)
#9B5F7E
(155,95,126)
#88546F
(136,84,111)
#754960
(117,73,96)
#623E51
(98,62,81)
#4F3342
(79,51,66)
#3C2833
(60,40,51)
#291D24
(41,29,36)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #D480AB

#D480AB
(212,128,171)
#D78BB2
(215,139,178)
#DA96B9
(218,150,185)
#DDA1C0
(221,161,192)
#E0ACC7
(224,172,199)
#E3B7CE
(227,183,206)
#E6C2D5
(230,194,213)
#E9CDDC
(233,205,220)
#ECD8E3
(236,216,227)
#EFE3EA
(239,227,234)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D480AB; }

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

This text font color is #D480AB.


Background Color

.myBgColor { background-color: #D480AB; }

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

This div background color is #D480AB.


Border color

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

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

This div border color is #D480AB.


Opacity

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

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

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

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

This text has shadow with #D480AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D480AB on black background.


Color preview on white background

This text has color #D480AB on white background.



Black color preview on #D480AB background

This text has black color on #D480AB background.


White color preview on #D480AB background

This text has white color on #D480AB background.