#D998D8

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

Shades of Plum #D998D8

Tints of Plum #D998D8

Color information

#D998D8 (or 0xD998D8) is unknown color: approx Plum. HEX triplet: D9, 98 and D8. RGB value is (217,152,216). Sum of RGB (Red+Green+Blue) = 217+152+216=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D998D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998D8 is #266727. Grayscale: #B2B2B2. Windows color (decimal): -2516776 or 14194905. OLE color: 14194905.

HSL color Cylindrical-coordinate representation of color #D998D8: hue angle of 300.92º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D998D8 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB217152216-
CMYK00.300.000.15
HSL300.92º46.1%72.35%-
HSV(B)300.92º29.95%85.1%-
XYZ52.2442.1770.35-
YUV178.73149.03155.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 152 (59.77% from 255) = 25.98%
BLUE value IS 216 (84.77% from 255) = 36.92%
R=37.09%
G=25.98%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715221600.300.000.15300.9246.172.35
HexD998D801E0F12d2e48
Octal33123033003601745556110
Binary110110011001100011011000011110011111001011011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998D8; }

 p { color: rgb(217,152,216); }

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

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

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

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

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

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

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