COLOR #D485C2

HEX: #D485C2
RGB: (212,133,194)

Color info

#D485C2 contains mainly red and blue colors. Web safe color of #D485C2 is #CC99CC (or #C9C).

RGB color model

#D485C2 color RGB value is (212,133,194).

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

RGB channels and saturation

R 212 of 255 = 83%
G 133 of 255 = 52%
B 194 of 255 = 76%

212
133
194

R + G + B ~ 70%. #D485C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 133 + 194 = 539 (100%)
R 212 of 539 ~ 39.33%
G 133 of 539 ~ 24.68%
B 194 of 539 ~ 35.99%

%39.33
%24.68
%35.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.26%
  • yellow value is 8.49%
  • key color value is 16.86%
CMYK:
(0,37,8,17)
C0M37Y8K17 
(0%,37%,8%,17%)
(0.00/0.37/0.08/0.17)	

CMYK percentages

%0
%37.26
%8.49
%16.86

Codes

Color #D485C2 in popluar color models

D485C2
RGB212133194
HSL314°47.88%67.65%
HSB/HSV314°37.26%83.14%
CMYK0.00%37.26%8.49%
16.86%

Color #D485C2 in popluar number systems.

HEXD485C2
Decimal212133194
Binary110101001000010111000010
Octal324205302

Shades and tints

Shades of #D485C2

#D485C2
(212,133,194)
#C179B1
(193,121,177)
#AE6DA0
(174,109,160)
#9B618F
(155,97,143)
#88557E
(136,85,126)
#75496D
(117,73,109)
#623D5C
(98,61,92)
#4F314B
(79,49,75)
#3C253A
(60,37,58)
#291929
(41,25,41)
#160D18
(22,13,24)
#000000
(0,0,0)

Tints of #D485C2

#D485C2
(212,133,194)
#D790C7
(215,144,199)
#DA9BCC
(218,155,204)
#DDA6D1
(221,166,209)
#E0B1D6
(224,177,214)
#E3BCDB
(227,188,219)
#E6C7E0
(230,199,224)
#E9D2E5
(233,210,229)
#ECDDEA
(236,221,234)
#EFE8EF
(239,232,239)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D485C2; }

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

This text font color is #D485C2.


Background Color

.myBgColor { background-color: #D485C2; }

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

This div background color is #D485C2.


Border color

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

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

This div border color is #D485C2.


Opacity

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

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

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

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

This text has shadow with #D485C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D485C2 on black background.


Color preview on white background

This text has color #D485C2 on white background.



Black color preview on #D485C2 background

This text has black color on #D485C2 background.


White color preview on #D485C2 background

This text has white color on #D485C2 background.