#D9ABE4

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

Shades of Plum #D9ABE4

Tints of Plum #D9ABE4

Color information

#D9ABE4 (or 0xD9ABE4) is unknown color: approx Plum. HEX triplet: D9, AB and E4. RGB value is (217,171,228). Sum of RGB (Red+Green+Blue) = 217+171+228=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9ABE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABE4 is #26541B. Grayscale: #BFBFBF. Windows color (decimal): -2511900 or 14986201. OLE color: 14986201.

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

Color convert

RGB217171228-
CMYK0.050.2500.11
HSL288.42º51.35%78.24%-
HSV(B)288.42º25%89.41%-
XYZ57.1849.4879.94-
YUV191.25148.74146.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.23%
GREEN value IS 171 (67.19% from 255) = 27.76%
BLUE value IS 228 (89.45% from 255) = 37.01%
R=35.23%
G=27.76%
B=37.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2171712280.050.2500.11288.4251.3578.24
HexD9ABE45190B120334e
Octal33125334453101344063116
Binary11011001101010111110010010111001010111001000001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABE4; }

 p { color: rgb(217,171,228); }

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

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

 a { background-color: rgb(217,171,228); }

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

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

 span { border-color: rgb(217,171,228); }

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