COLOR #D298E4

HEX: #D298E4
RGB: (210,152,228)

Color info

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

RGB color model

#D298E4 color RGB value is (210,152,228).

  • red value is 210;
  • green value is 152;
  • blue value is 228.
RGB:
(210,152,228)
(82%,60%,89%)

RGB channels and saturation

R 210 of 255 = 82%
G 152 of 255 = 60%
B 228 of 255 = 89%

210
152
228

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

Portions of RGB colors in percentages

R + G + B =
210 + 152 + 228 = 590 (100%)
R 210 of 590 ~ 35.59%
G 152 of 590 ~ 25.76%
B 228 of 590 ~ 38.64%

%35.59
%25.76
%38.64

CMYK color model

#D298E4 color CMYK value is (8,33,0,11).

  • cyan value is 7.89%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(8,33,0,11)
C8M33Y0K11 
(8%,33%,0%,11%)
(0.08/0.33/0.00/0.11)	

CMYK percentages

%7.89
%33.33
%0
%10.59

Codes

Color #D298E4 in popluar color models

D298E4
RGB210152228
HSL286°58.46%74.51%
HSB/HSV286°33.33%89.41%
CMYK7.89%33.33%0.00%
10.59%

Color #D298E4 in popluar number systems.

HEXD298E4
Decimal210152228
Binary110100101001100011100100
Octal322230344

Shades and tints

Shades of #D298E4

#D298E4
(210,152,228)
#BF8BD0
(191,139,208)
#AC7EBC
(172,126,188)
#9971A8
(153,113,168)
#866494
(134,100,148)
#735780
(115,87,128)
#604A6C
(96,74,108)
#4D3D58
(77,61,88)
#3A3044
(58,48,68)
#272330
(39,35,48)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #D298E4

#D298E4
(210,152,228)
#D6A1E6
(214,161,230)
#DAAAE8
(218,170,232)
#DEB3EA
(222,179,234)
#E2BCEC
(226,188,236)
#E6C5EE
(230,197,238)
#EACEF0
(234,206,240)
#EED7F2
(238,215,242)
#F2E0F4
(242,224,244)
#F6E9F6
(246,233,246)
#FAF2F8
(250,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D298E4 color. Also use rgb(210,152,228) instead hex code.

Text Font Color

.myTextColor { color: #D298E4; }

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

This text font color is #D298E4.


Background Color

.myBgColor { background-color: #D298E4; }

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

This div background color is #D298E4.


Border color

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

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

This div border color is #D298E4.


Opacity

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

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

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

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

This text has shadow with #D298E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D298E4 on black background.


Color preview on white background

This text has color #D298E4 on white background.



Black color preview on #D298E4 background

This text has black color on #D298E4 background.


White color preview on #D298E4 background

This text has white color on #D298E4 background.