#DFA1DA

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

Shades of Plum #DFA1DA

Tints of Plum #DFA1DA

Color information

#DFA1DA (or 0xDFA1DA) is unknown color: approx Plum. HEX triplet: DF, A1 and DA. RGB value is (223,161,218). Sum of RGB (Red+Green+Blue) = 223+161+218=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA1DA is #205E25. Grayscale: #B9B9B9. Windows color (decimal): -2121254 or 14328287. OLE color: 14328287.

HSL color Cylindrical-coordinate representation of color #DFA1DA: hue angle of 304.84º 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 #DFA1DA is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223161218-
CMYK00.280.020.13
HSL304.84º49.21%75.29%-
HSV(B)304.84º27.8%87.45%-
XYZ55.8346.2472.31-
YUV186.04146.04154.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 161 (63.28% from 255) = 26.74%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=37.04%
G=26.74%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316121800.280.020.13304.8449.2175.29
HexDFA1DA01C2D131314b
Octal33724133203421546161113
Binary1101111110100001110110100111001011011001100011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA1DA; }

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

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

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

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

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

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

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

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