COLOR #D48ADE

HEX: #D48ADE
RGB: (212,138,222)

Color info

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

RGB color model

#D48ADE color RGB value is (212,138,222).

  • red value is 212;
  • green value is 138;
  • blue value is 222.
RGB:
(212,138,222)
(83%,54%,87%)

RGB channels and saturation

R 212 of 255 = 83%
G 138 of 255 = 54%
B 222 of 255 = 87%

212
138
222

R + G + B ~ 75%. #D48ADE is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 138 + 222 = 572 (100%)
R 212 of 572 ~ 37.06%
G 138 of 572 ~ 24.13%
B 222 of 572 ~ 38.81%

%37.06
%24.13
%38.81

CMYK color model

#D48ADE color CMYK value is (5,38,0,13).

  • cyan value is 4.50%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(5,38,0,13)
C5M38Y0K13 
(5%,38%,0%,13%)
(0.05/0.38/0.00/0.13)	

CMYK percentages

%4.5
%37.84
%0
%12.94

Codes

Color #D48ADE in popluar color models

D48ADE
RGB212138222
HSL293°56.00%70.59%
HSB/HSV293°37.84%87.06%
CMYK4.50%37.84%0.00%
12.94%

Color #D48ADE in popluar number systems.

HEXD48ADE
Decimal212138222
Binary110101001000101011011110
Octal324212336

Shades and tints

Shades of #D48ADE

#D48ADE
(212,138,222)
#C17ECA
(193,126,202)
#AE72B6
(174,114,182)
#9B66A2
(155,102,162)
#885A8E
(136,90,142)
#754E7A
(117,78,122)
#624266
(98,66,102)
#4F3652
(79,54,82)
#3C2A3E
(60,42,62)
#291E2A
(41,30,42)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #D48ADE

#D48ADE
(212,138,222)
#D794E1
(215,148,225)
#DA9EE4
(218,158,228)
#DDA8E7
(221,168,231)
#E0B2EA
(224,178,234)
#E3BCED
(227,188,237)
#E6C6F0
(230,198,240)
#E9D0F3
(233,208,243)
#ECDAF6
(236,218,246)
#EFE4F9
(239,228,249)
#F2EEFC
(242,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48ADE color. Also use rgb(212,138,222) instead hex code.

Text Font Color

.myTextColor { color: #D48ADE; }

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

This text font color is #D48ADE.


Background Color

.myBgColor { background-color: #D48ADE; }

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

This div background color is #D48ADE.


Border color

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

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

This div border color is #D48ADE.


Opacity

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

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

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

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

This text has shadow with #D48ADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48ADE on black background.


Color preview on white background

This text has color #D48ADE on white background.



Black color preview on #D48ADE background

This text has black color on #D48ADE background.


White color preview on #D48ADE background

This text has white color on #D48ADE background.