COLOR #D498DF

HEX: #D498DF
RGB: (212,152,223)

Color info

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

RGB color model

#D498DF color RGB value is (212,152,223).

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

RGB channels and saturation

R 212 of 255 = 83%
G 152 of 255 = 60%
B 223 of 255 = 87%

212
152
223

R + G + B ~ 77%. #D498DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 152 + 223 = 587 (100%)
R 212 of 587 ~ 36.12%
G 152 of 587 ~ 25.89%
B 223 of 587 ~ 37.99%

%36.12
%25.89
%37.99

CMYK color model

#D498DF color CMYK value is (5,32,0,13).

  • cyan value is 4.93%
  • magenta value is 31.84%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(5,32,0,13)
C5M32Y0K13 
(5%,32%,0%,13%)
(0.05/0.32/0.00/0.13)	

CMYK percentages

%4.93
%31.84
%0
%12.55

Codes

Color #D498DF in popluar color models

D498DF
RGB212152223
HSL291°52.59%73.53%
HSB/HSV291°31.84%87.45%
CMYK4.93%31.84%0.00%
12.55%

Color #D498DF in popluar number systems.

HEXD498DF
Decimal212152223
Binary110101001001100011011111
Octal324230337

Shades and tints

Shades of #D498DF

#D498DF
(212,152,223)
#C18BCB
(193,139,203)
#AE7EB7
(174,126,183)
#9B71A3
(155,113,163)
#88648F
(136,100,143)
#75577B
(117,87,123)
#624A67
(98,74,103)
#4F3D53
(79,61,83)
#3C303F
(60,48,63)
#29232B
(41,35,43)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #D498DF

#D498DF
(212,152,223)
#D7A1E1
(215,161,225)
#DAAAE3
(218,170,227)
#DDB3E5
(221,179,229)
#E0BCE7
(224,188,231)
#E3C5E9
(227,197,233)
#E6CEEB
(230,206,235)
#E9D7ED
(233,215,237)
#ECE0EF
(236,224,239)
#EFE9F1
(239,233,241)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D498DF; }

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

This text font color is #D498DF.


Background Color

.myBgColor { background-color: #D498DF; }

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

This div background color is #D498DF.


Border color

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

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

This div border color is #D498DF.


Opacity

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

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

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

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

This text has shadow with #D498DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D498DF on black background.


Color preview on white background

This text has color #D498DF on white background.



Black color preview on #D498DF background

This text has black color on #D498DF background.


White color preview on #D498DF background

This text has white color on #D498DF background.