#D9A1D0

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

Shades of Plum #D9A1D0

Tints of Plum #D9A1D0

Color information

#D9A1D0 (or 0xD9A1D0) is unknown color: approx Plum. HEX triplet: D9, A1 and D0. RGB value is (217,161,208). Sum of RGB (Red+Green+Blue) = 217+161+208=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1D0 is #265E2F. Grayscale: #B6B6B6. Windows color (decimal): -2514480 or 13672921. OLE color: 13672921.

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

Color convert

RGB217161208-
CMYK00.260.040.15
HSL309.64º42.42%74.12%-
HSV(B)309.64º25.81%85.1%-
XYZ52.7544.865.54-
YUV183.1142.05152.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 161 (63.28% from 255) = 27.47%
BLUE value IS 208 (81.64% from 255) = 35.49%
R=37.03%
G=27.47%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716120800.260.040.15309.6442.4274.12
HexD9A1D001A4F1362a4a
Octal33124132003241746652112
Binary11011001101000011101000001101010011111001101101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A1D0; }

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

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

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

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

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

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

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

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