#D887E1

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

Shades of Plum #D887E1

Tints of Plum #D887E1

Color information

#D887E1 (or 0xD887E1) is unknown color: approx Plum. HEX triplet: D8, 87 and E1. RGB value is (216,135,225). Sum of RGB (Red+Green+Blue) = 216+135+225=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 135 (53.12% from 255 or 23.44% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #D887E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887E1 is #27781E. Grayscale: #A9A9A9. Windows color (decimal): -2586655 or 14780376. OLE color: 14780376.

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

Color convert

RGB216135225-
CMYK0.040.400.12
HSL294º60%70.59%-
HSV(B)294º40%88.24%-
XYZ50.5737.3675.78-
YUV169.48159.34161.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.5%
GREEN value IS 135 (53.12% from 255) = 23.44%
BLUE value IS 225 (88.28% from 255) = 39.06%
R=37.5%
G=23.44%
B=39.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2161352250.040.400.122946070.59
HexD887E14280C1263c47
Octal33020734145001444674107
Binary110110001000011111100001100101000011001001001101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887E1; }

 p { color: rgb(216,135,225); }

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

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

 a { background-color: rgb(216,135,225); }

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

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

 span { border-color: rgb(216,135,225); }

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