#D89ED1

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

Shades of Plum #D89ED1

Tints of Plum #D89ED1

Color information

#D89ED1 (or 0xD89ED1) is unknown color: approx Plum. HEX triplet: D8, 9E and D1. RGB value is (216,158,209). Sum of RGB (Red+Green+Blue) = 216+158+209=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ED1 is #27612E. Grayscale: #B5B5B5. Windows color (decimal): -2580783 or 13737688. OLE color: 13737688.

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

Color convert

RGB216158209-
CMYK00.270.030.15
HSL307.24º42.65%73.33%-
HSV(B)307.24º26.85%84.71%-
XYZ52.0543.6666-
YUV181.16143.72152.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 158 (62.11% from 255) = 27.10%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=37.05%
G=27.10%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615820900.270.030.15307.2442.6573.33
HexD89ED101B3F1332b49
Octal33023632103331746353111
Binary1101100010011110110100010110111111111001100111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89ED1; }

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

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

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

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

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

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

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

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