COLOR #D48CE3

HEX: #D48CE3
RGB: (212,140,227)

Color info

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

RGB color model

#D48CE3 color RGB value is (212,140,227).

  • red value is 212;
  • green value is 140;
  • blue value is 227.
RGB:
(212,140,227)
(83%,55%,89%)

RGB channels and saturation

R 212 of 255 = 83%
G 140 of 255 = 55%
B 227 of 255 = 89%

212
140
227

R + G + B ~ 76%. #D48CE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 140 + 227 = 579 (100%)
R 212 of 579 ~ 36.61%
G 140 of 579 ~ 24.18%
B 227 of 579 ~ 39.21%

%36.61
%24.18
%39.21

CMYK color model

#D48CE3 color CMYK value is (7,38,0,11).

  • cyan value is 6.61%
  • magenta value is 38.33%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(7,38,0,11)
C7M38Y0K11 
(7%,38%,0%,11%)
(0.07/0.38/0.00/0.11)	

CMYK percentages

%6.61
%38.33
%0
%10.98

Codes

Color #D48CE3 in popluar color models

D48CE3
RGB212140227
HSL290°60.84%71.96%
HSB/HSV290°38.33%89.02%
CMYK6.61%38.33%0.00%
10.98%

Color #D48CE3 in popluar number systems.

HEXD48CE3
Decimal212140227
Binary110101001000110011100011
Octal324214343

Shades and tints

Shades of #D48CE3

#D48CE3
(212,140,227)
#C180CF
(193,128,207)
#AE74BB
(174,116,187)
#9B68A7
(155,104,167)
#885C93
(136,92,147)
#75507F
(117,80,127)
#62446B
(98,68,107)
#4F3857
(79,56,87)
#3C2C43
(60,44,67)
#29202F
(41,32,47)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #D48CE3

#D48CE3
(212,140,227)
#D796E5
(215,150,229)
#DAA0E7
(218,160,231)
#DDAAE9
(221,170,233)
#E0B4EB
(224,180,235)
#E3BEED
(227,190,237)
#E6C8EF
(230,200,239)
#E9D2F1
(233,210,241)
#ECDCF3
(236,220,243)
#EFE6F5
(239,230,245)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48CE3 color. Also use rgb(212,140,227) instead hex code.

Text Font Color

.myTextColor { color: #D48CE3; }

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

This text font color is #D48CE3.


Background Color

.myBgColor { background-color: #D48CE3; }

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

This div background color is #D48CE3.


Border color

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

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

This div border color is #D48CE3.


Opacity

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

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

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

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

This text has shadow with #D48CE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48CE3 on black background.


Color preview on white background

This text has color #D48CE3 on white background.



Black color preview on #D48CE3 background

This text has black color on #D48CE3 background.


White color preview on #D48CE3 background

This text has white color on #D48CE3 background.