#D889DF

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

Shades of Plum #D889DF

Tints of Plum #D889DF

Color information

#D889DF (or 0xD889DF) is unknown color: approx Plum. HEX triplet: D8, 89 and DF. RGB value is (216,137,223). Sum of RGB (Red+Green+Blue) = 216+137+223=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #D889DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889DF is #277620. Grayscale: #AAAAAA. Windows color (decimal): -2586145 or 14649816. OLE color: 14649816.

HSL color Cylindrical-coordinate representation of color #D889DF: hue angle of 295.12º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D889DF is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216137223-
CMYK0.030.3900.13
HSL295.12º57.33%70.59%-
HSV(B)295.12º38.57%87.45%-
XYZ50.5837.8274.45-
YUV170.42157.67160.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.5%
GREEN value IS 137 (53.91% from 255) = 23.78%
BLUE value IS 223 (87.5% from 255) = 38.72%
R=37.5%
G=23.78%
B=38.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161372230.030.3900.13295.1257.3370.59
HexD889DF3270D1273947
Octal33021133734701544771107
Binary11011000100010011101111111100111011011001001111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D889DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D889DF; }

 p { color: rgb(216,137,223); }

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

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

 a { background-color: rgb(216,137,223); }

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

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

 span { border-color: rgb(216,137,223); }

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