#D988E0

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

Shades of Plum #D988E0

Tints of Plum #D988E0

Color information

#D988E0 (or 0xD988E0) is unknown color: approx Plum. HEX triplet: D9, 88 and E0. RGB value is (217,136,224). Sum of RGB (Red+Green+Blue) = 217+136+224=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #D988E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988E0 is #26771F. Grayscale: #A9A9A9. Windows color (decimal): -2520864 or 14715097. OLE color: 14715097.

HSL color Cylindrical-coordinate representation of color #D988E0: hue angle of 295.23º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D988E0 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217136224-
CMYK0.030.3900.12
HSL295.23º58.67%70.59%-
HSV(B)295.23º39.29%87.84%-
XYZ50.8737.7475.12-
YUV170.25158.34161.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 136 (53.52% from 255) = 23.57%
BLUE value IS 224 (87.89% from 255) = 38.82%
R=37.61%
G=23.57%
B=38.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171362240.030.3900.12295.2358.6770.59
HexD988E03270C1273b47
Octal33121034034701444773107
Binary11011001100010001110000011100111011001001001111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D988E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D988E0; }

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

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

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

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

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

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

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

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