COLOR #D485A0

HEX: #D485A0
RGB: (212,133,160)

Color info

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

RGB color model

#D485A0 color RGB value is (212,133,160).

  • red value is 212;
  • green value is 133;
  • blue value is 160.
RGB:
(212,133,160)
(83%,52%,63%)

RGB channels and saturation

R 212 of 255 = 83%
G 133 of 255 = 52%
B 160 of 255 = 63%

212
133
160

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

Portions of RGB colors in percentages

R + G + B =
212 + 133 + 160 = 505 (100%)
R 212 of 505 ~ 41.98%
G 133 of 505 ~ 26.34%
B 160 of 505 ~ 31.68%

%41.98
%26.34
%31.68

CMYK color model

#D485A0 color CMYK value is (0,37,25,17).

  • cyan value is 0.00%
  • magenta value is 37.26%
  • yellow value is 24.53%
  • key color value is 16.86%
CMYK:
(0,37,25,17)
C0M37Y25K17 
(0%,37%,25%,17%)
(0.00/0.37/0.25/0.17)	

CMYK percentages

%0
%37.26
%24.53
%16.86

Codes

Color #D485A0 in popluar color models

D485A0
RGB212133160
HSL339°47.88%67.65%
HSB/HSV339°37.26%83.14%
CMYK0.00%37.26%24.53%
16.86%

Color #D485A0 in popluar number systems.

HEXD485A0
Decimal212133160
Binary110101001000010110100000
Octal324205240

Shades and tints

Shades of #D485A0

#D485A0
(212,133,160)
#C17992
(193,121,146)
#AE6D84
(174,109,132)
#9B6176
(155,97,118)
#885568
(136,85,104)
#75495A
(117,73,90)
#623D4C
(98,61,76)
#4F313E
(79,49,62)
#3C2530
(60,37,48)
#291922
(41,25,34)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #D485A0

#D485A0
(212,133,160)
#D790A8
(215,144,168)
#DA9BB0
(218,155,176)
#DDA6B8
(221,166,184)
#E0B1C0
(224,177,192)
#E3BCC8
(227,188,200)
#E6C7D0
(230,199,208)
#E9D2D8
(233,210,216)
#ECDDE0
(236,221,224)
#EFE8E8
(239,232,232)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D485A0; }

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

This text font color is #D485A0.


Background Color

.myBgColor { background-color: #D485A0; }

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

This div background color is #D485A0.


Border color

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

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

This div border color is #D485A0.


Opacity

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

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

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

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

This text has shadow with #D485A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D485A0 on black background.


Color preview on white background

This text has color #D485A0 on white background.



Black color preview on #D485A0 background

This text has black color on #D485A0 background.


White color preview on #D485A0 background

This text has white color on #D485A0 background.