#D988DB

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

Shades of Plum #D988DB

Tints of Plum #D988DB

Color information

#D988DB (or 0xD988DB) is unknown color: approx Plum. HEX triplet: D9, 88 and DB. RGB value is (217,136,219). Sum of RGB (Red+Green+Blue) = 217+136+219=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #D988DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988DB is #267724. Grayscale: #A9A9A9. Windows color (decimal): -2520869 or 14387417. OLE color: 14387417.

HSL color Cylindrical-coordinate representation of color #D988DB: hue angle of 298.55º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D988DB is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217136219-
CMYK0.010.3800.14
HSL298.55º53.55%69.61%-
HSV(B)298.55º37.9%85.88%-
XYZ50.2137.4771.61-
YUV169.68155.84161.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 136 (53.52% from 255) = 23.78%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=37.94%
G=23.78%
B=38.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171362190.010.3800.14298.5553.5569.61
HexD988DB1260E12b3646
Octal33121033314601645366106
Binary1101100110001000110110111100110011101001010111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D988DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D988DB; }

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

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

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

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

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

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

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

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