COLOR #D48EC0

HEX: #D48EC0 RGB: (212,142,192)

Color info

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

RGB color model

#D48EC0 color RGB value is (212,142,192).

RGB: (212,142,192) (83%, 56%, 75%)

RGB channels and saturation

R 212 of 255 = 83%
G 142 of 255 = 56%
B 192 of 255 = 75%

212
142
192

R + G + B ~ 71%. #D48EC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 142 + 192 = 546 (100%)
R 212 of 546 ~ 38.83%
G 142 of 546 ~ 26.01%
B 192 of 546 ~ 35.16'%

%38.83
%26.01
%35.16

CMYK color model

#D48EC0 color CMYK value is (0,33,9,17).

  • cyan value is 0.00%
  • magenta value is 33.02%
  • yellow value is 9.43%
  • key color value is 16.86%

CMYK: (0,33,9,17)
C0M33Y9K17 (0%, 33%, 9%, 17%)
(0.00 / 0.33 / 0.09 / 0.17)

CMYK percentages

%0
%33.02
%9.43
%16.86

Codes

Color #D48EC0 in popluar color models

D4 8E C0
RGB 212 142 192
HSL 317° 44.87% 69.41%
HSB/HSV 317° 33.02% 83.14%
CMYK 0.00% 33.02% 9.43%
16.86%

Color #D48EC0 in popluar number systems.

HEX D4 8E C0
Decimal 212 142 192
Binary 11010100 10001110 11000000
Octal 324 216 300

Shades and tints

Shades of #D48EC0

#D48EC0
(212,142,192)
#C182AF
(193,130,175)
#AE769E
(174,118,158)
#9B6A8D
(155,106,141)
#885E7C
(136,94,124)
#75526B
(117,82,107)
#62465A
(98,70,90)
#4F3A49
(79,58,73)
#3C2E38
(60,46,56)
#292227
(41,34,39)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #D48EC0

#D48EC0
(212,142,192)
#D798C5
(215,152,197)
#DAA2CA
(218,162,202)
#DDACCF
(221,172,207)
#E0B6D4
(224,182,212)
#E3C0D9
(227,192,217)
#E6CADE
(230,202,222)
#E9D4E3
(233,212,227)
#ECDEE8
(236,222,232)
#EFE8ED
(239,232,237)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D48EC0; }

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

This text font color is #D48EC0.

Background Color

.myBgColor { background-color: #D48EC0; }

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

This div background color is #D48EC0.

Border color

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

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

This div border color is #D48EC0.

Opacity

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

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

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

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

This text has shadow with #D48EC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D48EC0.

Preview

Color preview on black background

This text has color #D48EC0 on black background.


Color preview on white background

This text has color #D48EC0 on white background.


Black color preview on #D48EC0 background

This text has black color on #D48EC0 background.


White color preview on #D48EC0 background

This text has white color on #D48EC0 background.


Related colors

Complementary color

Complementary color for #hex is #2B713F.


I love getcolorcode.com

Triadic colors

1 #C0D48E and #8EC0D4 with #D48EC0 are triadic colors.

2 #C08ED4 and #8ED4C0 with #D48EC0 are triadic colors.