#D987E0

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

Shades of Plum #D987E0

Tints of Plum #D987E0

Color information

#D987E0 (or 0xD987E0) is unknown color: approx Plum. HEX triplet: D9, 87 and E0. RGB value is (217,135,224). Sum of RGB (Red+Green+Blue) = 217+135+224=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 135 (53.12% from 255 or 23.44% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #D987E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987E0 is #26781F. Grayscale: #A9A9A9. Windows color (decimal): -2521120 or 14714841. OLE color: 14714841.

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

Color convert

RGB217135224-
CMYK0.030.4000.12
HSL295.28º58.94%70.39%-
HSV(B)295.28º39.73%87.84%-
XYZ50.7337.4675.08-
YUV169.66158.67161.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.67%
GREEN value IS 135 (53.12% from 255) = 23.44%
BLUE value IS 224 (87.89% from 255) = 38.89%
R=37.67%
G=23.44%
B=38.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171352240.030.4000.12295.2858.9470.39
HexD987E03280C1273b46
Octal33120734035001444773106
Binary11011001100001111110000011101000011001001001111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987E0; }

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

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

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

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

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

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

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

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