#D89CE6

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

Shades of Plum #D89CE6

Tints of Plum #D89CE6

Color information

#D89CE6 (or 0xD89CE6) is unknown color: approx Plum. HEX triplet: D8, 9C and E6. RGB value is (216,156,230). Sum of RGB (Red+Green+Blue) = 216+156+230=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #D89CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89CE6 is #276319. Grayscale: #B6B6B6. Windows color (decimal): -2581274 or 15113432. OLE color: 15113432.

HSL color Cylindrical-coordinate representation of color #D89CE6: hue angle of 288.65º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D89CE6 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB216156230-
CMYK0.060.3200.10
HSL288.65º59.68%75.69%-
HSV(B)288.65º32.17%90.2%-
XYZ54.4944.0980.5-
YUV182.38154.88151.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.88%
GREEN value IS 156 (61.33% from 255) = 25.91%
BLUE value IS 230 (90.23% from 255) = 38.21%
R=35.88%
G=25.91%
B=38.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2161562300.060.3200.10288.6559.6875.69
HexD89CE66200A1213c4c
Octal33023434664001244174114
Binary110110001001110011100110110100000010101001000011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89CE6; }

 p { color: rgb(216,156,230); }

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

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

 a { background-color: rgb(216,156,230); }

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

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

 span { border-color: rgb(216,156,230); }

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