COLOR #D098DA

HEX: #D098DA
RGB: (208,152,218)

Color info

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

RGB color model

#D098DA color RGB value is (208,152,218).

  • red value is 208;
  • green value is 152;
  • blue value is 218.
RGB: (208,152,218) (82%,60%,85%)

RGB channels and saturation

R 208 of 255 = 82%
G 152 of 255 = 60%
B 218 of 255 = 85%

208
152
218

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

Portions of RGB colors in percentages

R + G + B =
208 + 152 + 218 = 578 (100%)
R 208 of 578 ~ 35.99%
G 152 of 578 ~ 26.3%
B 218 of 578 ~ 37.72%

%35.99
%26.3
%37.72

CMYK color model

#D098DA color CMYK value is (5,30,0,15).

  • cyan value is 4.59%
  • magenta value is 30.28%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (5,30,0,15) C5M30Y0K15 (5%,30%,0%,15%) (0.05/0.30/0.00/0.15)

CMYK percentages

%4.59
%30.28
%0
%14.51

Codes

Color #D098DA in popluar color models

D098DA
RGB208152218
HSL291°47.14%72.55%
HSB/HSV291°30.28%85.49%
CMYK4.59%30.28%0.00%
14.51%

Color #D098DA in popluar number systems.

HEXD098DA
Decimal208152218
Binary110100001001100011011010
Octal320230332

Shades and tints

Shades of #D098DA

#D098DA
(208,152,218)
#BE8BC7
(190,139,199)
#AC7EB4
(172,126,180)
#9A71A1
(154,113,161)
#88648E
(136,100,142)
#76577B
(118,87,123)
#644A68
(100,74,104)
#523D55
(82,61,85)
#403042
(64,48,66)
#2E232F
(46,35,47)
#1C161C
(28,22,28)
#000000
(0,0,0)

Tints of #D098DA

#D098DA
(208,152,218)
#D4A1DD
(212,161,221)
#D8AAE0
(216,170,224)
#DCB3E3
(220,179,227)
#E0BCE6
(224,188,230)
#E4C5E9
(228,197,233)
#E8CEEC
(232,206,236)
#ECD7EF
(236,215,239)
#F0E0F2
(240,224,242)
#F4E9F5
(244,233,245)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D098DA color. Also use rgb(208,152,218) instead hex code.

Text Font Color

.myTextColor { color: #D098DA; }

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

This text font color is #D098DA.


Background Color

.myBgColor { background-color: #D098DA; }

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

This div background color is #D098DA.


Border color

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

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

This div border color is #D098DA.


Opacity

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

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

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

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

This text has shadow with #D098DA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D098DA on black background.


Color preview on white background

This text has color #D098DA on white background.



Black color preview on #D098DA background

This text has black color on #D098DA background.


White color preview on #D098DA background

This text has white color on #D098DA background.