#D988DF

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

Shades of Plum #D988DF

Tints of Plum #D988DF

Color information

#D988DF (or 0xD988DF) is unknown color: approx Plum. HEX triplet: D9, 88 and DF. RGB value is (217,136,223). Sum of RGB (Red+Green+Blue) = 217+136+223=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #D988DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988DF is #267720. Grayscale: #A9A9A9. Windows color (decimal): -2520865 or 14649561. OLE color: 14649561.

HSL color Cylindrical-coordinate representation of color #D988DF: hue angle of 295.86º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D988DF is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217136223-
CMYK0.030.3900.13
HSL295.86º57.62%70.39%-
HSV(B)295.86º39.01%87.45%-
XYZ50.7437.6974.41-
YUV170.14157.84161.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.67%
GREEN value IS 136 (53.52% from 255) = 23.61%
BLUE value IS 223 (87.5% from 255) = 38.72%
R=37.67%
G=23.61%
B=38.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171362230.030.3900.13295.8657.6270.39
HexD988DF3270D1283a46
Octal33121033734701545072106
Binary11011001100010001101111111100111011011001010001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D988DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D988DF; }

 p { color: rgb(217,136,223); }

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

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

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

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

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

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

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