#D888DC

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

Shades of Plum #D888DC

Tints of Plum #D888DC

Color information

#D888DC (or 0xD888DC) is unknown color: approx Plum. HEX triplet: D8, 88 and DC. RGB value is (216,136,220). Sum of RGB (Red+Green+Blue) = 216+136+220=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #D888DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888DC is #277723. Grayscale: #A9A9A9. Windows color (decimal): -2586404 or 14452952. OLE color: 14452952.

HSL color Cylindrical-coordinate representation of color #D888DC: hue angle of 297.14º degrees, saturation: 0.55, 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 #D888DC is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216136220-
CMYK0.020.3800.14
HSL297.14º54.55%69.8%-
HSV(B)297.14º38.18%86.27%-
XYZ50.0437.3772.29-
YUV169.5156.5161.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 136 (53.52% from 255) = 23.78%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=37.76%
G=23.78%
B=38.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161362200.020.3800.14297.1454.5569.8
HexD888DC2260E1293746
Octal33021033424601645167106
Binary11011000100010001101110010100110011101001010011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D888DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D888DC; }

 p { color: rgb(216,136,220); }

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

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

 a { background-color: rgb(216,136,220); }

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

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

 span { border-color: rgb(216,136,220); }

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