#D89AD1

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

Shades of Plum #D89AD1

Tints of Plum #D89AD1

Color information

#D89AD1 (or 0xD89AD1) is unknown color: approx Plum. HEX triplet: D8, 9A and D1. RGB value is (216,154,209). Sum of RGB (Red+Green+Blue) = 216+154+209=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89AD1 is #27652E. Grayscale: #B2B2B2. Windows color (decimal): -2581807 or 13736664. OLE color: 13736664.

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

Color convert

RGB216154209-
CMYK00.290.030.15
HSL306.77º44.29%72.55%-
HSV(B)306.77º28.7%84.71%-
XYZ51.3842.3165.78-
YUV178.81145.04154.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.31%
GREEN value IS 154 (60.55% from 255) = 26.60%
BLUE value IS 209 (82.03% from 255) = 36.10%
R=37.31%
G=26.60%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615420900.290.030.15306.7744.2972.55
HexD89AD101D3F1332c49
Octal33023232103531746354111
Binary1101100010011010110100010111011111111001100111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89AD1; }

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

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

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

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

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

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

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

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