#D89FDC

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

Shades of Plum #D89FDC

Tints of Plum #D89FDC

Color information

#D89FDC (or 0xD89FDC) is unknown color: approx Plum. HEX triplet: D8, 9F and DC. RGB value is (216,159,220). Sum of RGB (Red+Green+Blue) = 216+159+220=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #D89FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FDC is #276023. Grayscale: #B6B6B6. Windows color (decimal): -2580516 or 14458840. OLE color: 14458840.

HSL color Cylindrical-coordinate representation of color #D89FDC: hue angle of 296.07º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D89FDC is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216159220-
CMYK0.020.2800.14
HSL296.07º46.56%74.31%-
HSV(B)296.07º27.73%86.27%-
XYZ53.6444.5673.48-
YUV183148.88151.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.30%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=36.30%
G=26.72%
B=36.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161592200.020.2800.14296.0746.5674.31
HexD89FDC21C0E1282f4a
Octal33023733423401645057112
Binary1101100010011111110111001011100011101001010001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89FDC; }

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

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

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

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

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

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

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

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