#D89FE4

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

Shades of Plum #D89FE4

Tints of Plum #D89FE4

Color information

#D89FE4 (or 0xD89FE4) is unknown color: approx Plum. HEX triplet: D8, 9F and E4. RGB value is (216,159,228). Sum of RGB (Red+Green+Blue) = 216+159+228=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 228 - color contains mainly: blue. Hex color #D89FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FE4 is #27601B. Grayscale: #B7B7B7. Windows color (decimal): -2580508 or 14983128. OLE color: 14983128.

HSL color Cylindrical-coordinate representation of color #D89FE4: hue angle of 289.57º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D89FE4 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216159228-
CMYK0.050.3000.11
HSL289.57º56.1%75.88%-
HSV(B)289.57º30.26%89.41%-
XYZ54.724579.2-
YUV183.91152.88150.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.82%
GREEN value IS 159 (62.5% from 255) = 26.37%
BLUE value IS 228 (89.45% from 255) = 37.81%
R=35.82%
G=26.37%
B=37.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2161592280.050.3000.11289.5756.175.88
HexD89FE451E0B122384c
Octal33023734453601344270114
Binary11011000100111111110010010111110010111001000101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89FE4; }

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

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

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

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

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

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

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

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