COLOR #D48EC7

HEX: #D48EC7 RGB: (212,142,199)

Color info

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

RGB color model

#D48EC7 color RGB value is (212,142,199).

RGB: (212,142,199) (83%, 56%, 78%)

RGB channels and saturation

R 212 of 255 = 83%
G 142 of 255 = 56%
B 199 of 255 = 78%

212
142
199

R + G + B ~ 72%. #D48EC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 142 + 199 = 553 (100%)
R 212 of 553 ~ 38.34%
G 142 of 553 ~ 25.68%
B 199 of 553 ~ 35.99'%

%38.34
%25.68
%35.99

CMYK color model

#D48EC7 color CMYK value is (0,33,6,17).

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

CMYK: (0,33,6,17)
C0M33Y6K17 (0%, 33%, 6%, 17%)
(0.00 / 0.33 / 0.06 / 0.17)

CMYK percentages

%0
%33.02
%6.13
%16.86

Codes

Color #D48EC7 in popluar color models

D4 8E C7
RGB 212 142 199
HSL 311° 44.87% 69.41%
HSB/HSV 311° 33.02% 83.14%
CMYK 0.00% 33.02% 6.13%
16.86%

Color #D48EC7 in popluar number systems.

HEX D4 8E C7
Decimal 212 142 199
Binary 11010100 10001110 11000111
Octal 324 216 307

Shades and tints

Shades of #D48EC7

#D48EC7
(212,142,199)
#C182B5
(193,130,181)
#AE76A3
(174,118,163)
#9B6A91
(155,106,145)
#885E7F
(136,94,127)
#75526D
(117,82,109)
#62465B
(98,70,91)
#4F3A49
(79,58,73)
#3C2E37
(60,46,55)
#292225
(41,34,37)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #D48EC7

#D48EC7
(212,142,199)
#D798CC
(215,152,204)
#DAA2D1
(218,162,209)
#DDACD6
(221,172,214)
#E0B6DB
(224,182,219)
#E3C0E0
(227,192,224)
#E6CAE5
(230,202,229)
#E9D4EA
(233,212,234)
#ECDEEF
(236,222,239)
#EFE8F4
(239,232,244)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D48EC7; }

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

This text font color is #D48EC7.

Background Color

.myBgColor { background-color: #D48EC7; }

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

This div background color is #D48EC7.

Border color

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

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

This div border color is #D48EC7.

Opacity

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

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

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

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

This text has shadow with #D48EC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D48EC7.

Preview

Color preview on black background

This text has color #D48EC7 on black background.


Color preview on white background

This text has color #D48EC7 on white background.


Black color preview on #D48EC7 background

This text has black color on #D48EC7 background.


White color preview on #D48EC7 background

This text has white color on #D48EC7 background.


Related colors

Complementary color

Complementary color for #hex is #2B7138.


I love getcolorcode.com

Triadic colors

1 #C7D48E and #8EC7D4 with #D48EC7 are triadic colors.

2 #C78ED4 and #8ED4C7 with #D48EC7 are triadic colors.