#D89ECE

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

Shades of Plum #D89ECE

Tints of Plum #D89ECE

Color information

#D89ECE (or 0xD89ECE) is unknown color: approx Plum. HEX triplet: D8, 9E and CE. RGB value is (216,158,206). Sum of RGB (Red+Green+Blue) = 216+158+206=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ECE is #276131. Grayscale: #B4B4B4. Windows color (decimal): -2580786 or 13541080. OLE color: 13541080.

HSL color Cylindrical-coordinate representation of color #D89ECE: hue angle of 310.34º 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 #D89ECE is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216158206-
CMYK00.270.050.15
HSL310.34º42.65%73.33%-
HSV(B)310.34º26.85%84.71%-
XYZ51.6943.5164.07-
YUV180.81142.22153.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.24%
GREEN value IS 158 (62.11% from 255) = 27.24%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=37.24%
G=27.24%
B=35.52%

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
Decimal21615820600.270.050.15310.3442.6573.33
HexD89ECE01B5F1362b49
Octal33023631603351746653111
Binary11011000100111101100111001101110111111001101101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89ECE; }

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

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

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

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

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

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

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

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