#D9A1D3

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

Shades of Plum #D9A1D3

Tints of Plum #D9A1D3

Color information

#D9A1D3 (or 0xD9A1D3) is unknown color: approx Plum. HEX triplet: D9, A1 and D3. RGB value is (217,161,211). Sum of RGB (Red+Green+Blue) = 217+161+211=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1D3 is #265E2C. Grayscale: #B7B7B7. Windows color (decimal): -2514477 or 13869529. OLE color: 13869529.

HSL color Cylindrical-coordinate representation of color #D9A1D3: hue angle of 306.43º 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 #D9A1D3 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB217161211-
CMYK00.260.030.15
HSL306.43º42.42%74.12%-
HSV(B)306.43º25.81%85.1%-
XYZ53.1244.9467.5-
YUV183.44143.55151.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 161 (63.28% from 255) = 27.33%
BLUE value IS 211 (82.81% from 255) = 35.82%
R=36.84%
G=27.33%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716121100.260.030.15306.4342.4274.12
HexD9A1D301A3F1322a4a
Octal33124132303231746252112
Binary1101100110100001110100110110101111111001100101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A1D3; }

 p { color: rgb(217,161,211); }

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

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

 a { background-color: rgb(217,161,211); }

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

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

 span { border-color: rgb(217,161,211); }

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