#D891DF

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

Shades of Plum #D891DF

Tints of Plum #D891DF

Color information

#D891DF (or 0xD891DF) is unknown color: approx Plum. HEX triplet: D8, 91 and DF. RGB value is (216,145,223). Sum of RGB (Red+Green+Blue) = 216+145+223=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #D891DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D891DF is #276E20. Grayscale: #AEAEAE. Windows color (decimal): -2584097 or 14651864. OLE color: 14651864.

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

Color convert

RGB216145223-
CMYK0.030.3500.13
HSL294.62º54.93%72.16%-
HSV(B)294.62º34.98%87.45%-
XYZ51.7640.1874.84-
YUV175.12155.02157.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.99%
GREEN value IS 145 (57.03% from 255) = 24.83%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=36.99%
G=24.83%
B=38.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161452230.030.3500.13294.6254.9372.16
HexD891DF3230D1273748
Octal33022133734301544767110
Binary11011000100100011101111111100011011011001001111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D891DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D891DF; }

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

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

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

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

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

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

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

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