#D89DE4

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

Shades of Plum #D89DE4

Tints of Plum #D89DE4

Color information

#D89DE4 (or 0xD89DE4) is unknown color: approx Plum. HEX triplet: D8, 9D and E4. RGB value is (216,157,228). Sum of RGB (Red+Green+Blue) = 216+157+228=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 228 - color contains mainly: blue. Hex color #D89DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89DE4 is #27621B. Grayscale: #B6B6B6. Windows color (decimal): -2581020 or 14982616. OLE color: 14982616.

HSL color Cylindrical-coordinate representation of color #D89DE4: hue angle of 289.86º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D89DE4 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216157228-
CMYK0.050.3100.11
HSL289.86º56.8%75.49%-
HSV(B)289.86º31.14%89.41%-
XYZ54.3844.3179.09-
YUV182.74153.55151.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.94%
GREEN value IS 157 (61.72% from 255) = 26.12%
BLUE value IS 228 (89.45% from 255) = 37.94%
R=35.94%
G=26.12%
B=37.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2161572280.050.3100.11289.8656.875.49
HexD89DE451F0B122394b
Octal33023534453701344271113
Binary11011000100111011110010010111111010111001000101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89DE4; }

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

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

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

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

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

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

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

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