#D89FDA

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

Shades of Plum #D89FDA

Tints of Plum #D89FDA

Color information

#D89FDA (or 0xD89FDA) is unknown color: approx Plum. HEX triplet: D8, 9F and DA. RGB value is (216,159,218). Sum of RGB (Red+Green+Blue) = 216+159+218=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #D89FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FDA is #276025. Grayscale: #B6B6B6. Windows color (decimal): -2580518 or 14327768. OLE color: 14327768.

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

Color convert

RGB216159218-
CMYK0.010.2700.15
HSL297.97º44.36%73.92%-
HSV(B)297.97º27.06%85.49%-
XYZ53.3744.4672.1-
YUV182.77147.88151.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.42%
GREEN value IS 159 (62.5% from 255) = 26.81%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=36.42%
G=26.81%
B=36.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161592180.010.2700.15297.9744.3673.92
HexD89FDA11B0F12a2c4a
Octal33023733213301745254112
Binary110110001001111111011010111011011111001010101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89FDA; }

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

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

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

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

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

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

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

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