COLOR #D498D1

HEX: #D498D1 RGB: (212,152,209)

Color info

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

RGB color model

#D498D1 color RGB value is (212,152,209).

RGB: (212,152,209) (83%, 60%, 82%)

RGB channels and saturation

R 212 of 255 = 83%
G 152 of 255 = 60%
B 209 of 255 = 82%

212
152
209

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

Portions of RGB colors in percentages

R + G + B = 212 + 152 + 209 = 573 (100%)
R 212 of 573 ~ 37%
G 152 of 573 ~ 26.53%
B 209 of 573 ~ 36.47'%

%37
%26.53
%36.47

CMYK color model

#D498D1 color CMYK value is (0,28,1,17).

  • cyan value is 0.00%
  • magenta value is 28.30%
  • yellow value is 1.42%
  • key color value is 16.86%

CMYK: (0,28,1,17)
C0M28Y1K17 (0%, 28%, 1%, 17%)
(0.00 / 0.28 / 0.01 / 0.17)

CMYK percentages

%0
%28.3
%1.42
%16.86

Codes

Color #D498D1 in popluar color models

D4 98 D1
RGB 212 152 209
HSL 303° 41.10% 71.37%
HSB/HSV 303° 28.30% 83.14%
CMYK 0.00% 28.30% 1.42%
16.86%

Color #D498D1 in popluar number systems.

HEX D4 98 D1
Decimal 212 152 209
Binary 11010100 10011000 11010001
Octal 324 230 321

Shades and tints

Shades of #D498D1

#D498D1
(212,152,209)
#C18BBE
(193,139,190)
#AE7EAB
(174,126,171)
#9B7198
(155,113,152)
#886485
(136,100,133)
#755772
(117,87,114)
#624A5F
(98,74,95)
#4F3D4C
(79,61,76)
#3C3039
(60,48,57)
#292326
(41,35,38)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #D498D1

#D498D1
(212,152,209)
#D7A1D5
(215,161,213)
#DAAAD9
(218,170,217)
#DDB3DD
(221,179,221)
#E0BCE1
(224,188,225)
#E3C5E5
(227,197,229)
#E6CEE9
(230,206,233)
#E9D7ED
(233,215,237)
#ECE0F1
(236,224,241)
#EFE9F5
(239,233,245)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D498D1 color. Also use rgb(212,152,209) instead hex code.

Text Font Color

.myTextColor { color: #D498D1; }

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

This text font color is #D498D1.

Background Color

.myBgColor { background-color: #D498D1; }

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

This div background color is #D498D1.

Border color

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

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

This div border color is #D498D1.

Opacity

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

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

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

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

This text has shadow with #D498D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D498D1.

Preview

Color preview on black background

This text has color #D498D1 on black background.


Color preview on white background

This text has color #D498D1 on white background.


Black color preview on #D498D1 background

This text has black color on #D498D1 background.


White color preview on #D498D1 background

This text has white color on #D498D1 background.


Related colors

Complementary color

Complementary color for #hex is #2B672E.


I love getcolorcode.com

Triadic colors

1 #D1D498 and #98D1D4 with #D498D1 are triadic colors.

2 #D198D4 and #98D4D1 with #D498D1 are triadic colors.