#D89DCE

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

Shades of Plum #D89DCE

Tints of Plum #D89DCE

Color information

#D89DCE (or 0xD89DCE) is unknown color: approx Plum. HEX triplet: D8, 9D and CE. RGB value is (216,157,206). Sum of RGB (Red+Green+Blue) = 216+157+206=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D89DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89DCE is #276231. Grayscale: #B4B4B4. Windows color (decimal): -2581042 or 13540824. OLE color: 13540824.

HSL color Cylindrical-coordinate representation of color #D89DCE: hue angle of 310.17º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D89DCE is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216157206-
CMYK00.270.050.15
HSL310.17º43.07%73.14%-
HSV(B)310.17º27.31%84.71%-
XYZ51.5243.1764.01-
YUV180.23142.55153.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.31%
GREEN value IS 157 (61.72% from 255) = 27.12%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=37.31%
G=27.12%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615720600.270.050.15310.1743.0773.14
HexD89DCE01B5F1362b49
Octal33023531603351746653111
Binary11011000100111011100111001101110111111001101101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89DCE; }

 p { color: rgb(216,157,206); }

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

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

 a { background-color: rgb(216,157,206); }

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

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

 span { border-color: rgb(216,157,206); }

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