COLOR #D498D7

HEX: #D498D7
RGB: (212,152,215)

Color info

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

RGB color model

#D498D7 color RGB value is (212,152,215).

  • red value is 212;
  • green value is 152;
  • blue value is 215.
RGB:
(212,152,215)
(83%,60%,84%)

RGB channels and saturation

R 212 of 255 = 83%
G 152 of 255 = 60%
B 215 of 255 = 84%

212
152
215

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

Portions of RGB colors in percentages

R + G + B =
212 + 152 + 215 = 579 (100%)
R 212 of 579 ~ 36.61%
G 152 of 579 ~ 26.25%
B 215 of 579 ~ 37.13%

%36.61
%26.25
%37.13

CMYK color model

#D498D7 color CMYK value is (1,29,0,16).

  • cyan value is 1.40%
  • magenta value is 29.30%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(1,29,0,16)
C1M29Y0K16 
(1%,29%,0%,16%)
(0.01/0.29/0.00/0.16)	

CMYK percentages

%1.4
%29.3
%0
%15.69

Codes

Color #D498D7 in popluar color models

D498D7
RGB212152215
HSL297°44.06%71.96%
HSB/HSV297°29.30%84.31%
CMYK1.40%29.30%0.00%
15.69%

Color #D498D7 in popluar number systems.

HEXD498D7
Decimal212152215
Binary110101001001100011010111
Octal324230327

Shades and tints

Shades of #D498D7

#D498D7
(212,152,215)
#C18BC4
(193,139,196)
#AE7EB1
(174,126,177)
#9B719E
(155,113,158)
#88648B
(136,100,139)
#755778
(117,87,120)
#624A65
(98,74,101)
#4F3D52
(79,61,82)
#3C303F
(60,48,63)
#29232C
(41,35,44)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #D498D7

#D498D7
(212,152,215)
#D7A1DA
(215,161,218)
#DAAADD
(218,170,221)
#DDB3E0
(221,179,224)
#E0BCE3
(224,188,227)
#E3C5E6
(227,197,230)
#E6CEE9
(230,206,233)
#E9D7EC
(233,215,236)
#ECE0EF
(236,224,239)
#EFE9F2
(239,233,242)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D498D7; }

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

This text font color is #D498D7.


Background Color

.myBgColor { background-color: #D498D7; }

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

This div background color is #D498D7.


Border color

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

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

This div border color is #D498D7.


Opacity

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

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

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

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

This text has shadow with #D498D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D498D7 on black background.


Color preview on white background

This text has color #D498D7 on white background.



Black color preview on #D498D7 background

This text has black color on #D498D7 background.


White color preview on #D498D7 background

This text has white color on #D498D7 background.