#D89DDD

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

Shades of Plum #D89DDD

Tints of Plum #D89DDD

Color information

#D89DDD (or 0xD89DDD) is unknown color: approx Plum. HEX triplet: D8, 9D and DD. RGB value is (216,157,221). Sum of RGB (Red+Green+Blue) = 216+157+221=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #D89DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89DDD is #276222. Grayscale: #B5B5B5. Windows color (decimal): -2581027 or 14523864. OLE color: 14523864.

HSL color Cylindrical-coordinate representation of color #D89DDD: hue angle of 295.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89DDD is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216157221-
CMYK0.020.2900.13
HSL295.31º48.48%74.12%-
HSV(B)295.31º28.96%86.67%-
XYZ53.4343.9374.07-
YUV181.94150.05152.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.36%
GREEN value IS 157 (61.72% from 255) = 26.43%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=36.36%
G=26.43%
B=37.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161572210.020.2900.13295.3148.4874.12
HexD89DDD21D0D127304a
Octal33023533523501544760112
Binary1101100010011101110111011011101011011001001111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89DDD; }

 p { color: rgb(216,157,221); }

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

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

 a { background-color: rgb(216,157,221); }

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

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

 span { border-color: rgb(216,157,221); }

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