COLOR #D098D8

HEX: #D098D8 RGB: (208,152,216)

Color info

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

RGB color model

#D098D8 color RGB value is (208,152,216).

RGB: (208,152,216) (82%, 60%, 85%)

RGB channels and saturation

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

208
152
216

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

Portions of RGB colors in percentages

R + G + B = 208 + 152 + 216 = 576 (100%)
R 208 of 576 ~ 36.11%
G 152 of 576 ~ 26.39%
B 216 of 576 ~ 37.5'%

%36.11
%26.39
%37.5

CMYK color model

#D098D8 color CMYK value is (4,30,0,15).

  • cyan value is 3.70%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (4,30,0,15)
C4M30Y0K15 (4%, 30%, 0%, 15%)
(0.04 / 0.30 / 0.00 / 0.15)

CMYK percentages

%3.7
%29.63
%0
%15.29

Codes

Color #D098D8 in popluar color models

D0 98 D8
RGB 208 152 216
HSL 293° 45.07% 72.16%
HSB/HSV 293° 29.63% 84.71%
CMYK 3.70% 29.63% 0.00%
15.29%

Color #D098D8 in popluar number systems.

HEX D0 98 D8
Decimal 208 152 216
Binary 11010000 10011000 11011000
Octal 320 230 330

Shades and tints

Shades of #D098D8

#D098D8
(208,152,216)
#BE8BC5
(190,139,197)
#AC7EB2
(172,126,178)
#9A719F
(154,113,159)
#88648C
(136,100,140)
#765779
(118,87,121)
#644A66
(100,74,102)
#523D53
(82,61,83)
#403040
(64,48,64)
#2E232D
(46,35,45)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #D098D8

#D098D8
(208,152,216)
#D4A1DB
(212,161,219)
#D8AADE
(216,170,222)
#DCB3E1
(220,179,225)
#E0BCE4
(224,188,228)
#E4C5E7
(228,197,231)
#E8CEEA
(232,206,234)
#ECD7ED
(236,215,237)
#F0E0F0
(240,224,240)
#F4E9F3
(244,233,243)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D098D8; }

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

This text font color is #D098D8.

Background Color

.myBgColor { background-color: #D098D8; }

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

This div background color is #D098D8.

Border color

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

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

This div border color is #D098D8.

Opacity

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

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

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

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

This text has shadow with #D098D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D098D8.

Preview

Color preview on black background

This text has color #D098D8 on black background.


Color preview on white background

This text has color #D098D8 on white background.


Black color preview on #D098D8 background

This text has black color on #D098D8 background.


White color preview on #D098D8 background

This text has white color on #D098D8 background.


Related colors

Complementary color

Complementary color for #hex is #2F6727.


I love getcolorcode.com

Triadic colors

1 #D8D098 and #98D8D0 with #D098D8 are triadic colors.

2 #D898D0 and #98D0D8 with #D098D8 are triadic colors.