#D89FD7

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

Shades of Plum #D89FD7

Tints of Plum #D89FD7

Color information

#D89FD7 (or 0xD89FD7) is unknown color: approx Plum. HEX triplet: D8, 9F and D7. RGB value is (216,159,215). Sum of RGB (Red+Green+Blue) = 216+159+215=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FD7 is #276028. Grayscale: #B6B6B6. Windows color (decimal): -2580521 or 14131160. OLE color: 14131160.

HSL color Cylindrical-coordinate representation of color #D89FD7: hue angle of 301.05º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D89FD7 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB216159215-
CMYK00.260.000.15
HSL301.05º42.22%73.53%-
HSV(B)301.05º26.39%84.71%-
XYZ52.9844.370.05-
YUV182.43146.38151.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.61%
GREEN value IS 159 (62.5% from 255) = 26.95%
BLUE value IS 215 (84.38% from 255) = 36.44%
R=36.61%
G=26.95%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615921500.260.000.15301.0542.2273.53
HexD89FD701A0F12d2a4a
Octal33023732703201745552112
Binary110110001001111111010111011010011111001011011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89FD7; }

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

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

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

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

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

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

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

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