#DFA1D0

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

Shades of Plum #DFA1D0

Tints of Plum #DFA1D0

Color information

#DFA1D0 (or 0xDFA1D0) is unknown color: approx Plum. HEX triplet: DF, A1 and D0. RGB value is (223,161,208). Sum of RGB (Red+Green+Blue) = 223+161+208=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 161 (63.28% from 255 or 27.20% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA1D0 is #205E2F. Grayscale: #B8B8B8. Windows color (decimal): -2121264 or 13672927. OLE color: 13672927.

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

Color convert

RGB223161208-
CMYK00.280.070.13
HSL314.52º49.21%75.29%-
HSV(B)314.52º27.8%87.45%-
XYZ54.5645.7365.63-
YUV184.9141.04155.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 161 (63.28% from 255) = 27.20%
BLUE value IS 208 (81.64% from 255) = 35.14%
R=37.67%
G=27.20%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316120800.280.070.13314.5249.2175.29
HexDFA1D001C7D13b314b
Octal33724132003471547361113
Binary11011111101000011101000001110011111011001110111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA1D0; }

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

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

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

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

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

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

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

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