COLOR #D198DA

HEX: #D198DA RGB: (209,152,218)

Color info

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

RGB color model

#D198DA color RGB value is (209,152,218).

RGB: (209,152,218) (82%, 60%, 85%)

RGB channels and saturation

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

209
152
218

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

Portions of RGB colors in percentages

R + G + B = 209 + 152 + 218 = 579 (100%)
R 209 of 579 ~ 36.1%
G 152 of 579 ~ 26.25%
B 218 of 579 ~ 37.65'%

%36.1
%26.25
%37.65

CMYK color model

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

  • cyan value is 4.13%
  • magenta value is 30.28%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (4,30,0,15) C4M30Y0K15 (4%,30%,0%,15%) (0.04/0.30/0.00/0.15) 

CMYK percentages

%4.13
%30.28
%0
%14.51

Codes

Color #D198DA in popluar color models

D1 98 DA
RGB 209 152 218
HSL 292° 47.14% 72.55%
HSB/HSV 292° 30.28% 85.49%
CMYK 4.13% 30.28% 0.00%
14.51%

Color #D198DA in popluar number systems.

HEX D1 98 DA
Decimal 209 152 218
Binary 11010001 10011000 11011010
Octal 321 230 332

Shades and tints

Shades of #D198DA

#D198DA
(209,152,218)
#BE8BC7
(190,139,199)
#AB7EB4
(171,126,180)
#9871A1
(152,113,161)
#85648E
(133,100,142)
#72577B
(114,87,123)
#5F4A68
(95,74,104)
#4C3D55
(76,61,85)
#393042
(57,48,66)
#26232F
(38,35,47)
#13161C
(19,22,28)
#000000
(0,0,0)

Tints of #D198DA

#D198DA
(209,152,218)
#D5A1DD
(213,161,221)
#D9AAE0
(217,170,224)
#DDB3E3
(221,179,227)
#E1BCE6
(225,188,230)
#E5C5E9
(229,197,233)
#E9CEEC
(233,206,236)
#EDD7EF
(237,215,239)
#F1E0F2
(241,224,242)
#F5E9F5
(245,233,245)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D198DA; }

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

This text font color is #D198DA.

Background Color

.myBgColor { background-color: #D198DA; }

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

This div background color is #D198DA.

Border color

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

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

This div border color is #D198DA.

Opacity

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

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

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

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

This text has shadow with #D198DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D198DA.

Preview

Color preview on black background

This text has color #D198DA on black background.


Color preview on white background

This text has color #D198DA on white background.


Black color preview on #D198DA background

This text has black color on #D198DA background.


White color preview on #D198DA background

This text has white color on #D198DA background.


Related colors

Complementary color

Complementary color for #hex is #2E6725.


I love getcolorcode.com

Triadic colors

1 #DAD198 and #98DAD1 with #D198DA are triadic colors.

2 #DA98D1 and #98D1DA with #D198DA are triadic colors.