#D89FD4

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

Shades of Plum #D89FD4

Tints of Plum #D89FD4

Color information

#D89FD4 (or 0xD89FD4) is unknown color: approx Plum. HEX triplet: D8, 9F and D4. RGB value is (216,159,212). Sum of RGB (Red+Green+Blue) = 216+159+212=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FD4 is #27602B. Grayscale: #B5B5B5. Windows color (decimal): -2580524 or 13934552. OLE color: 13934552.

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

Color convert

RGB216159212-
CMYK00.260.020.15
HSL304.21º42.22%73.53%-
HSV(B)304.21º26.39%84.71%-
XYZ52.644.1568.04-
YUV182.08144.88152.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 159 (62.5% from 255) = 27.09%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=36.80%
G=27.09%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615921200.260.020.15304.2142.2273.53
HexD89FD401A2F1302a4a
Octal33023732403221746052112
Binary1101100010011111110101000110101011111001100001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89FD4; }

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

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

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

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

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

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

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

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