#D98DDD

Color #D98DDD Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D98DDD

Tints of Plum #D98DDD

Color information

#D98DDD (or 0xD98DDD) is unknown color: approx Plum. HEX triplet: D9, 8D and DD. RGB value is (217,141,221). Sum of RGB (Red+Green+Blue) = 217+141+221=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #D98DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DDD is #267222. Grayscale: #ACACAC. Windows color (decimal): -2519587 or 14519769. OLE color: 14519769.

HSL color Cylindrical-coordinate representation of color #D98DDD: hue angle of 297º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98DDD is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217141221-
CMYK0.020.3600.13
HSL297º54.05%70.98%-
HSV(B)297º36.2%86.67%-
XYZ51.1939.0273.24-
YUV172.84155.18159.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 37.48%
GREEN value IS 141 (55.47% from 255) = 24.35%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=37.48%
G=24.35%
B=38.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171412210.020.3600.1329754.0570.98
HexD98DDD2240D1293647
Octal33121533524401545166107
Binary11011001100011011101110110100100011011001010011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DDD; }

 p { color: rgb(217,141,221); }

 H1.HeaderClassName
 {
   color: #D98DDD;
 }
 .AnyTagClassName
 {
   color: #D98DDD;
 }
</style>
background-color css

<style>
 a { background-color: #D98DDD; }

 a { background-color: rgb(217,141,221); }

 div.DivClassName
 {
   background-color: #D98DDD;
 }
 .BgClassName
 {
   background-color: #D98DDD;
 }
</style>
border-color css

<style>
 span { border-color: #D98DDD; }

 span { border-color: rgb(217,141,221); }

 td.TdClassName
 {
   border-color: #D98DDD;
 }
 .TagClassName
 {
   border-color: #D98DDD;
 }
</style>