#D98DD9

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

Shades of Plum #D98DD9

Tints of Plum #D98DD9

Color information

#D98DD9 (or 0xD98DD9) is unknown color: approx Plum. HEX triplet: D9, 8D and D9. RGB value is (217,141,217). Sum of RGB (Red+Green+Blue) = 217+141+217=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D98DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DD9 is #267226. Grayscale: #ACACAC. Windows color (decimal): -2519591 or 14257625. OLE color: 14257625.

HSL color Cylindrical-coordinate representation of color #D98DD9: hue angle of 300º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98DD9 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB217141217-
CMYK00.3500.15
HSL300º50%70.2%-
HSV(B)300º35.02%85.1%-
XYZ50.6638.8170.47-
YUV172.39153.18159.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 141 (55.47% from 255) = 24.52%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=37.74%
G=24.52%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714121700.3500.153005070.2
HexD98DD90230F12c3246
Octal33121533104301745462106
Binary1101100110001101110110010100011011111001011001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DD9; }

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

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

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

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

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

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

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

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