COLOR #D484C0

HEX: #D484C0
RGB: (212,132,192)

Color info

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

RGB color model

#D484C0 color RGB value is (212,132,192).

  • red value is 212;
  • green value is 132;
  • blue value is 192.
RGB:
(212,132,192)
(83%,52%,75%)

RGB channels and saturation

R 212 of 255 = 83%
G 132 of 255 = 52%
B 192 of 255 = 75%

212
132
192

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

Portions of RGB colors in percentages

R + G + B =
212 + 132 + 192 = 536 (100%)
R 212 of 536 ~ 39.55%
G 132 of 536 ~ 24.63%
B 192 of 536 ~ 35.82%

%39.55
%24.63
%35.82

CMYK color model

#D484C0 color CMYK value is (0,38,9,17).

  • cyan value is 0.00%
  • magenta value is 37.74%
  • yellow value is 9.43%
  • key color value is 16.86%
CMYK:
(0,38,9,17)
C0M38Y9K17 
(0%,38%,9%,17%)
(0.00/0.38/0.09/0.17)	

CMYK percentages

%0
%37.74
%9.43
%16.86

Codes

Color #D484C0 in popluar color models

D484C0
RGB212132192
HSL315°48.19%67.45%
HSB/HSV315°37.74%83.14%
CMYK0.00%37.74%9.43%
16.86%

Color #D484C0 in popluar number systems.

HEXD484C0
Decimal212132192
Binary110101001000010011000000
Octal324204300

Shades and tints

Shades of #D484C0

#D484C0
(212,132,192)
#C178AF
(193,120,175)
#AE6C9E
(174,108,158)
#9B608D
(155,96,141)
#88547C
(136,84,124)
#75486B
(117,72,107)
#623C5A
(98,60,90)
#4F3049
(79,48,73)
#3C2438
(60,36,56)
#291827
(41,24,39)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #D484C0

#D484C0
(212,132,192)
#D78FC5
(215,143,197)
#DA9ACA
(218,154,202)
#DDA5CF
(221,165,207)
#E0B0D4
(224,176,212)
#E3BBD9
(227,187,217)
#E6C6DE
(230,198,222)
#E9D1E3
(233,209,227)
#ECDCE8
(236,220,232)
#EFE7ED
(239,231,237)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D484C0 color. Also use rgb(212,132,192) instead hex code.

Text Font Color

.myTextColor { color: #D484C0; }

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

This text font color is #D484C0.


Background Color

.myBgColor { background-color: #D484C0; }

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

This div background color is #D484C0.


Border color

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

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

This div border color is #D484C0.


Opacity

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

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

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

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

This text has shadow with #D484C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D484C0 on black background.


Color preview on white background

This text has color #D484C0 on white background.



Black color preview on #D484C0 background

This text has black color on #D484C0 background.


White color preview on #D484C0 background

This text has white color on #D484C0 background.