COLOR #D48AD0

HEX: #D48AD0 RGB: (212,138,208)

Color info

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

RGB color model

#D48AD0 color RGB value is (212,138,208).

RGB: (212,138,208) (83%, 54%, 82%)

RGB channels and saturation

R 212 of 255 = 83%
G 138 of 255 = 54%
B 208 of 255 = 82%

212
138
208

R + G + B ~ 73%. #D48AD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 138 + 208 = 558 (100%)
R 212 of 558 ~ 37.99%
G 138 of 558 ~ 24.73%
B 208 of 558 ~ 37.28'%

%37.99
%24.73
%37.28

CMYK color model

#D48AD0 color CMYK value is (0,35,2,17).

  • cyan value is 0.00%
  • magenta value is 34.91%
  • yellow value is 1.89%
  • key color value is 16.86%

CMYK: (0,35,2,17)
C0M35Y2K17 (0%, 35%, 2%, 17%)
(0.00 / 0.35 / 0.02 / 0.17)

CMYK percentages

%0
%34.91
%1.89
%16.86

Codes

Color #D48AD0 in popluar color models

D4 8A D0
RGB 212 138 208
HSL 303° 46.25% 68.63%
HSB/HSV 303° 34.91% 83.14%
CMYK 0.00% 34.91% 1.89%
16.86%

Color #D48AD0 in popluar number systems.

HEX D4 8A D0
Decimal 212 138 208
Binary 11010100 10001010 11010000
Octal 324 212 320

Shades and tints

Shades of #D48AD0

#D48AD0
(212,138,208)
#C17EBE
(193,126,190)
#AE72AC
(174,114,172)
#9B669A
(155,102,154)
#885A88
(136,90,136)
#754E76
(117,78,118)
#624264
(98,66,100)
#4F3652
(79,54,82)
#3C2A40
(60,42,64)
#291E2E
(41,30,46)
#16121C
(22,18,28)
#000000
(0,0,0)

Tints of #D48AD0

#D48AD0
(212,138,208)
#D794D4
(215,148,212)
#DA9ED8
(218,158,216)
#DDA8DC
(221,168,220)
#E0B2E0
(224,178,224)
#E3BCE4
(227,188,228)
#E6C6E8
(230,198,232)
#E9D0EC
(233,208,236)
#ECDAF0
(236,218,240)
#EFE4F4
(239,228,244)
#F2EEF8
(242,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D48AD0; }

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

This text font color is #D48AD0.

Background Color

.myBgColor { background-color: #D48AD0; }

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

This div background color is #D48AD0.

Border color

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

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

This div border color is #D48AD0.

Opacity

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

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

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

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

This text has shadow with #D48AD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D48AD0.

Preview

Color preview on black background

This text has color #D48AD0 on black background.


Color preview on white background

This text has color #D48AD0 on white background.


Black color preview on #D48AD0 background

This text has black color on #D48AD0 background.


White color preview on #D48AD0 background

This text has white color on #D48AD0 background.


Related colors

Complementary color

Complementary color for #hex is #2B752F.


I love getcolorcode.com

Triadic colors

1 #D0D48A and #8AD0D4 with #D48AD0 are triadic colors.

2 #D08AD4 and #8AD4D0 with #D48AD0 are triadic colors.