#DFA1D9

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

Shades of Plum #DFA1D9

Tints of Plum #DFA1D9

Color information

#DFA1D9 (or 0xDFA1D9) is unknown color: approx Plum. HEX triplet: DF, A1 and D9. RGB value is (223,161,217). Sum of RGB (Red+Green+Blue) = 223+161+217=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA1D9 is #205E26. Grayscale: #B9B9B9. Windows color (decimal): -2121255 or 14262751. OLE color: 14262751.

HSL color Cylindrical-coordinate representation of color #DFA1D9: hue angle of 305.81º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFA1D9 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB223161217-
CMYK00.280.030.13
HSL305.81º49.21%75.29%-
HSV(B)305.81º27.8%87.45%-
XYZ55.746.1971.62-
YUV185.92145.54154.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 161 (63.28% from 255) = 26.79%
BLUE value IS 217 (85.16% from 255) = 36.11%
R=37.10%
G=26.79%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316121700.280.030.13305.8149.2175.29
HexDFA1D901C3D132314b
Octal33724133103431546261113
Binary1101111110100001110110010111001111011001100101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA1D9; }

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

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

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

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

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

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

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

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