#D9ABDD

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

Shades of Plum #D9ABDD

Tints of Plum #D9ABDD

Color information

#D9ABDD (or 0xD9ABDD) is unknown color: approx Plum. HEX triplet: D9, AB and DD. RGB value is (217,171,221). Sum of RGB (Red+Green+Blue) = 217+171+221=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABDD is #265422. Grayscale: #BEBEBE. Windows color (decimal): -2511907 or 14527449. OLE color: 14527449.

HSL color Cylindrical-coordinate representation of color #D9ABDD: hue angle of 295.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9ABDD is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217171221-
CMYK0.020.2300.13
HSL295.2º42.37%76.86%-
HSV(B)295.2º22.62%86.67%-
XYZ56.2349.174.92-
YUV190.45145.24146.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=35.63%
G=28.08%
B=36.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171712210.020.2300.13295.242.3776.86
HexD9ABDD2170D1272a4d
Octal33125333522701544752115
Binary1101100110101011110111011010111011011001001111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABDD; }

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

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

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

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

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

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

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

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