#D9A1CD

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

Shades of Plum #D9A1CD

Tints of Plum #D9A1CD

Color information

#D9A1CD (or 0xD9A1CD) is unknown color: approx Plum. HEX triplet: D9, A1 and CD. RGB value is (217,161,205). Sum of RGB (Red+Green+Blue) = 217+161+205=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1CD is #265E32. Grayscale: #B6B6B6. Windows color (decimal): -2514483 or 13476313. OLE color: 13476313.

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

Color convert

RGB217161205-
CMYK00.260.060.15
HSL312.86º42.42%74.12%-
HSV(B)312.86º25.81%85.1%-
XYZ52.3844.6563.62-
YUV182.76140.55152.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 161 (63.28% from 255) = 27.62%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=37.22%
G=27.62%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716120500.260.060.15312.8642.4274.12
HexD9A1CD01A6F1392a4a
Octal33124131503261747152112
Binary11011001101000011100110101101011011111001110011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A1CD; }

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

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

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

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

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

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

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

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