COLOR #D485AF

HEX: #D485AF RGB: (212,133,175)

Color info

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

RGB color model

#D485AF color RGB value is (212,133,175).

RGB: (212,133,175) (83%, 52%, 69%)

RGB channels and saturation

R 212 of 255 = 83%
G 133 of 255 = 52%
B 175 of 255 = 69%

212
133
175

R + G + B ~ 68%. #D485AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 133 + 175 = 520 (100%)
R 212 of 520 ~ 40.77%
G 133 of 520 ~ 25.58%
B 175 of 520 ~ 33.65'%

%40.77
%25.58
%33.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.26%
  • yellow value is 17.45%
  • key color value is 16.86%

CMYK: (0,37,17,17)
C0M37Y17K17 (0%, 37%, 17%, 17%)
(0.00 / 0.37 / 0.17 / 0.17)

CMYK percentages

%0
%37.26
%17.45
%16.86

Codes

Color #D485AF in popluar color models

D4 85 AF
RGB 212 133 175
HSL 328° 47.88% 67.65%
HSB/HSV 328° 37.26% 83.14%
CMYK 0.00% 37.26% 17.45%
16.86%

Color #D485AF in popluar number systems.

HEX D4 85 AF
Decimal 212 133 175
Binary 11010100 10000101 10101111
Octal 324 205 257

Shades and tints

Shades of #D485AF

#D485AF
(212,133,175)
#C179A0
(193,121,160)
#AE6D91
(174,109,145)
#9B6182
(155,97,130)
#885573
(136,85,115)
#754964
(117,73,100)
#623D55
(98,61,85)
#4F3146
(79,49,70)
#3C2537
(60,37,55)
#291928
(41,25,40)
#160D19
(22,13,25)
#000000
(0,0,0)

Tints of #D485AF

#D485AF
(212,133,175)
#D790B6
(215,144,182)
#DA9BBD
(218,155,189)
#DDA6C4
(221,166,196)
#E0B1CB
(224,177,203)
#E3BCD2
(227,188,210)
#E6C7D9
(230,199,217)
#E9D2E0
(233,210,224)
#ECDDE7
(236,221,231)
#EFE8EE
(239,232,238)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D485AF; }

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

This text font color is #D485AF.

Background Color

.myBgColor { background-color: #D485AF; }

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

This div background color is #D485AF.

Border color

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

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

This div border color is #D485AF.

Opacity

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

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

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

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

This text has shadow with #D485AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D485AF.

Preview

Color preview on black background

This text has color #D485AF on black background.


Color preview on white background

This text has color #D485AF on white background.


Black color preview on #D485AF background

This text has black color on #D485AF background.


White color preview on #D485AF background

This text has white color on #D485AF background.


Related colors

Complementary color

Complementary color for #hex is #2B7A50.


I love getcolorcode.com

Triadic colors

1 #AFD485 and #85AFD4 with #D485AF are triadic colors.

2 #AF85D4 and #85D4AF with #D485AF are triadic colors.